Class JUnitReportWriter.TestCounts

java.lang.Object
org.glassfish.pfl.basic.contain.Triple<Integer,Integer,Integer>
org.glassfish.pfl.test.JUnitReportWriter.TestCounts
Enclosing interface:
JUnitReportWriter

public static class JUnitReportWriter.TestCounts extends Triple<Integer,Integer,Integer>
  • Constructor Details

    • TestCounts

      public TestCounts(int pass, int fail, int error)
  • Method Details

    • pass

      public int pass()
    • fail

      public int fail()
    • error

      public int error()