Index: xdocs/subcomponents/classlibrary/testing.xml =================================================================== --- xdocs/subcomponents/classlibrary/testing.xml (revision 602134) +++ xdocs/subcomponents/classlibrary/testing.xml (working copy) @@ -63,6 +63,11 @@ Find more details below.
+ The test code is placed in directories as suggested by Apache Maven project conventions: +
+<modulename>/src/test/api/java - Java code +<modulename>/src/test/api/resources - Test resources+
Some modules might have implementation specific tests that are in this case separated on a directory level:
<modulename>/src/test/impl/boot - Package private tests
Index: docs/subcomponents/classlibrary/testing.html
===================================================================
--- docs/subcomponents/classlibrary/testing.html (revision 602134)
+++ docs/subcomponents/classlibrary/testing.html (working copy)
@@ -236,6 +236,11 @@
Find more details below.
+ The test code is placed in directories as suggested by Apache Maven project conventions:
+
+ <modulename>/src/test/api/java - Java code
+<modulename>/src/test/api/resources - Test resources
+
Some modules might have implementation specific tests that are in this case separated on a directory level:
<modulename>/src/test/impl/boot - Package private tests