reportportal / agent-java-junit

Report Portal agent for JUnit 4
Apache License 2.0
11 stars 17 forks source link

Use new @DisplayName annotation to support test descriptions #25

Closed sbabcoc closed 5 years ago

sbabcoc commented 5 years ago

In its current implementation, the descriptions reported for tests, classes, and suites are the same as their names. With the addition of the @DisplayName annotation in JUnit Foundation, we can now support customized descriptions.