Uses of Class
org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
-
Packages that use PolarionJUnitXMLWriter.Status Package Description org.infinispan.commons.test -
-
Uses of PolarionJUnitXMLWriter.Status in org.infinispan.commons.test
Methods in org.infinispan.commons.test that return PolarionJUnitXMLWriter.Status Modifier and Type Method Description static PolarionJUnitXMLWriter.StatusPolarionJUnitXMLWriter.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PolarionJUnitXMLWriter.Status[]PolarionJUnitXMLWriter.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.commons.test with parameters of type PolarionJUnitXMLWriter.Status Modifier and Type Method Description voidPolarionJUnitXMLWriter. writeTestCase(String testName, String className, long elapsedTimeMillis, PolarionJUnitXMLWriter.Status status, String stackTrace, String throwableClass, String throwableMessage)
-