public static class JUnitReportWriter.TestCounts extends Triple<java.lang.Integer,java.lang.Integer,java.lang.Integer>
TestCounts(int pass, int fail, int error)
int
error()
fail()
pass()
equals, first, hashCode, second, third
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public TestCounts(int pass, int fail, int error)
public int pass()
public int fail()
public int error()