java.lang.Object
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestClasses

public class TestClasses
extends TestDefinition
Represents a testclasses that's configured to be launched by the JUnitLauncherTask
  • Constructor Details

    • TestClasses

      public TestClasses()
  • Method Details

    • add

      public void add​(ResourceCollection resourceCollection)
    • getTestClassNames

      public java.util.List<java.lang.String> getTestClassNames()
    • toForkedRepresentation

      protected void toForkedRepresentation​(JUnitLauncherTask task, javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
      Specified by:
      toForkedRepresentation in class TestDefinition
      Throws:
      javax.xml.stream.XMLStreamException
    • fromForkedRepresentation

      public static java.util.List<TestDefinition> fromForkedRepresentation​(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
      Throws:
      javax.xml.stream.XMLStreamException