getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

Fix TestNG integration #252

Closed apotterri closed 7 months ago

apotterri commented 7 months ago

v1.26.0 broke TestNG integration, failing when trying to find the test method on the stack. These changes fix that, and also add support for tests that expect to throw exceptions.

I've also added bashunit as an option for runner tests. It has the ability to run parameterized tests, something that bats has been waiting 4 years for....

Finally, I figured out why #215 was happening, and added a fix that resolves it.

Fixes #251 . Fixes #215 .

appland-release commented 7 months ago

:tada: This PR is included in version 1.26.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: