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
I'm not sure why this isn't the default behavior -- or at a minimum, a configured behavior -- but JUnit hides the method names from the unit tests. This makes it hard to know which particular test is failing a build (or in the event of #155, which test is hanging the build).
I'm not very seasoned with JUnit, so there's probably a better way to do this, but using a boilerplate class, we can add this rule to each test we run.
* Shows method names for tests #156
* Removes slf4j from unit tests
* Fully switches to log4j for test logging
* Maven-like Log4j configuration for test execution
* Fixes Ubuntu pipeline
---------
Co-authored-by: Mateusz Pietryga <pietryga.m@gmail.com>
I'm not sure why this isn't the default behavior -- or at a minimum, a configured behavior -- but JUnit hides the method names from the unit tests. This makes it hard to know which particular test is failing a build (or in the event of #155, which test is hanging the build).
I'm not very seasoned with JUnit, so there's probably a better way to do this, but using a boilerplate class, we can add this rule to each test we run.
Resulting in the following:
The text was updated successfully, but these errors were encountered: