Skip to content

Commit 6ba4345

Browse files
Minor CONTRIBUTING.md improvements
1 parent 3dcb91d commit 6ba4345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We appreciate your effort, and to make sure that your pull request is easy to re
77
* Use JDK 25 or newer to build the project.
88
* Use **[AssertJ code Eclipse formatting preferences](eclipse/assertj-eclipse-formatter.xml)** (for IntelliJ IDEA users, you can import it with the [Adapter for Eclipse Code Formatter](https://plugins.jetbrains.com/plugin/6546-adapter-for-eclipse-code-formatter) plugin)
99
* Write a complete Javadoc for each assertion method with a code example (succeeding and failing assertion(s)).
10-
* As we use JUnit 5, favor `package-private` visibility for test classes and methods.
10+
* As we use JUnit 6, favor `package-private` visibility for test classes and methods.
1111
* Write one JUnit test class for each assertion method with the following naming convention: `<AssertClass>_<assertion>_Test`.
1212
* Write test assertions with AssertJ! Let's eat our own dog food.
1313
* The unit test method naming convention is underscore-based (like Python) rather than camel-case; we find it more readable for long test names!

0 commit comments

Comments
 (0)