Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-6364 Report test failures on the fly in modules using JUnit #4196

Closed

Conversation

danberindei
Copy link
Member

https://issues.jboss.org/browse/ISPN-6364

  • Add a JUnit listener for JUnit-based modules
  • Put the TestNG/JUnit progress reporters in a separate module.

}

static void testFailed(String name, Throwable exception) {
String message = "Test starting: " + name;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Test starting: " -> "Test failed: "?

@danberindei danberindei force-pushed the ISPN-6364_RunListener branch 11 times, most recently from 7efc1c2 to f6c5cf3 Compare April 7, 2016 08:18
@danberindei danberindei force-pushed the ISPN-6364_RunListener branch 3 times, most recently from 763a648 to bf30516 Compare April 7, 2016 15:07
@danberindei danberindei force-pushed the ISPN-6364_RunListener branch 3 times, most recently from 5fb828d to b49b6ca Compare April 13, 2016 08:24
* Add a JUnit listener for JUnit-based modules
* Put the TestNG/JUnit progress reporters in a separate module.
* The thread name is no longer set by the default listener. Tests have to
  extend AbstractInfinispanTest or be annotated with
  @listeners(TestResourceTrackingListener.class)
@galderz
Copy link
Member

galderz commented Apr 19, 2016

Integrated

@galderz galderz closed this Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants