You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplifies the NatureTest class as preparation to migrate from JUnit 3:
* Removes unnecessary try-catch blocks or replaces them with
assertThrows statements
* Replaces fail() operations called in other threads by passing
exception outside
* Makes test methods rethrow exception rather than calling fail()
* Improves testBug338055() by joining spawned job
Contributes to
#903
0 commit comments