asbachb commented on issue #6744: URL: https://github.com/apache/netbeans/issues/6744#issuecomment-1867511405
@PavelTurk The first link is a wiki page from 2008 which seems to be used for planning future features. Check the wording and the content: > Proposed features to implement [...] > Open short-term questions: Should it be src/it, src/itest, src/test-integration or src/integration-test? I think the wiki page you mentioned was a suggestion how to implement thing, but during implementation or afterwards it was decided to do it in another way. For the second link I don't see any reference to any official documentation mentioning that an `src/it` folder is considered as an official suggested directory structure. The documentation for maven-surfire (which is used for tests) does not mention that folder: https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html Nor the documentation for maven-failsafe (which is used for integration tests): https://maven.apache.org/surefire/maven-failsafe-plugin/integration-test-mojo.html From my experience the separation for unit / integration tests is by: * Naming: AUnitTest.java vs AnIT (default) * jUnit / TestNG Categories -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
