Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • juneau-core-test/src/test/java
    • juneau-rest-server-test/src/test/java
    • juneau-rest-client-test/src/test/java
    • juneau-microservice-test/src/test/java/.../_TestSuite.java
    • juneau-examples-rest/src/test/java/.../_TestSuite.java

Each of the above locations can be executed via Run As->JUnit Test.

(info) Note that you can also run the latter two at the project level too, but it's faster to run the _TestSuite class since it's optimized to only start up the microservice once.

...

The projects with _TestSuite.java classes are function tests that start/stop the microservice as part of the setup/teardown of the suite class.  The other projects consist solely of unit tests.


 


Page properties
hiddentrue


 
Related issues