diff --git a/develop/automatic-testing.md b/develop/automatic-testing.md index 712a1e8f3..bf1d4ac95 100644 --- a/develop/automatic-testing.md +++ b/develop/automatic-testing.md @@ -59,7 +59,6 @@ This also allows you to easily access package-private methods and fields. Another naming convention is to have a `test` package, such as `src/test/java/com/example/docs/test/codec/BeanTypeTest.java`. This prevents some problems that may arise with using the same package if you use java modules. -(Note that the following instructions may be specific to Intellij. However, it should be trivial to follow with a different ide.) After you've created the test class, use COMMAND/CTRL + N to bring up the generate menu. Select test and start typing your choice of method name, usually starting with `test`. Press ENTER when you're done. For more tips and tricks on using the ide, see [IDE Tips and Tricks](ide-tips-and-tricks#code-generation). diff --git a/develop/ide-tips-and-tricks.md b/develop/ide-tips-and-tricks.md index 8dc46f1e1..b89dd0850 100644 --- a/develop/ide-tips-and-tricks.md +++ b/develop/ide-tips-and-tricks.md @@ -106,9 +106,9 @@ In addition, you can quickly override methods with ⌘/CTRLO