Answer the question
In order to leave comments, you need to log in
Why doesn't org.junit.Assert paint cases in TeamCity when called?
There is a test under Maven.
here are the cases
@Test
public void aTest(){
msg.error("a test failed by me");
}
@Test
public void bTest()
{
Assert.fail("Assertion is null");
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question