Commit Graph

4 Commits

Author SHA1 Message Date
Anuraag Agrawal e2554f40e9
Migrate most remaining tests to JUnit5. (#1514) 2020-08-06 16:23:11 +02:00
Anuraag Agrawal 6dffbb8fc4
Migrate tests to JUnit5 (#1489)
* Add JUnit 5 dependency

* Revert unintended
2020-07-31 11:10:27 -07:00
Bogdan Drutu 76ef38955a
Start using real java8 in tests. (#1352)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-06-18 09:09:28 -07:00
jarebudev 6f68d90a7a
added testcontainers integration test to verify jaeger example app works in Java 7 (#1292)
* added testcontainers test that runs jaeger example app in jre7 docker image and verifies trace is received in jaeger

* added comments, updated readme

* changed to add file to base image rather than building intermediate image and container now managed as a test rule

* changed startup order of containers to use dependsOn rather than rule, and correct bom import scope

* added integration_tests module, reverted prev changes to examples and moved to new modules

* correct formatting

* fix dependencies removed compile scope
2020-06-15 20:08:41 -07:00