opentelemetry-java-contrib/static-instrumenter/test-app
Jean Bisutti dbbc66eee6
Fix static instrumenter test broken since 1.18.0 (#474)
Fix #436 

The failing test has been modified, mainly:
* The jar used was regenerated from
[test-app](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/static-instrumenter/test-app)
project. The reason is that the previous jar contained OTel classes that
are now supposed to be provided by the `no-inst-agent` jar. The
build/tests may be improved later to avoid having jar files in
`src/test/resources`.
* [The failing assertion depended on the error
output](b931535ae7/static-instrumenter/agent-instrumenter/src/integrationTest/java/JarTest.java (L71)).
This assertion now depends on the standard output.
2022-10-07 10:11:38 -07:00
..
src/main/java/io/opentelemetry/contrib/staticinstrumenter/test Fix static instrumenter test broken since 1.18.0 (#474) 2022-10-07 10:11:38 -07:00
build.gradle.kts small test app for verifying instrumentation (#313) 2022-04-26 16:13:02 -07:00