Package org.glassfish.pfl.test
-
Interface Summary Interface Description JUnitReportWriter This Interface describes classes that format the results of a JUnit testrun.ObjectUtility.ObjectPrinter TestBase.Arguments XMLConstants Interface groups XML constants. -
Class Summary Class Description DOMElementWriter Writes a DOM tree to a given Writer.DOMElementWriter.XmlNamespacePolicy Whether namespaces should be ignored for elements and attributes.JUnitReportHelper Helper class for generating reports for tests that do not adapt well to Testng/JUnit.JUnitReportHelper.Counts JUnitReportWriter.TestCounts JUnitReportWriter.TestDescription ObjectUtility General object related utilities.ObjectUtility.ClassMap ObjectUtility.Pair ObjectWriter ObjectWriter.IndentingObjectWriter Expected patterns: startObject endObject( str ) header( elem )\n startObject ( startElement append* endElement ) * endObject header(\n append*\n * )\nObjectWriter.SimpleObjectWriter TestBase A VERY quick-and-dirty test framework.TestCaseTools TestCaseTools.SingleInstanceTestSuite This is a special version of TestSuite that fixes, once and for all, the irritating design of JUnit to invoke the constructor multiple times on a test class.TimedTest TimedTest.InnerTest XMLJUnitReportWriter Prints XML output of the test to a specified Writer. -
Enum Summary Enum Description TestCaseTools.TestSuiteType -
Annotation Types Summary Annotation Type Description Post Used to mark methods that are executed after every test casePre Used to mark methods executed before each test case.TestCase