Class AntUnitTestCase.TestCaseName

java.lang.Object
org.apache.ant.antunit.junit3.AntUnitTestCase.TestCaseName
Enclosing class:
AntUnitTestCase

static class AntUnitTestCase.TestCaseName extends Object
Handle the serialization and the parsing of the name of a TestCase. The name of the TestCase contains the filename of the script and the target, so that the name uniquely identify the TestCase, and a TestCase can be executed from its name.
  • Field Details

    • name

      private final String name
    • script

      private final File script
    • target

      private final String target
  • Constructor Details

    • TestCaseName

      public TestCaseName(String name)
    • TestCaseName

      public TestCaseName(File script, String target)
  • Method Details

    • getName

      public String getName()
    • getScript

      public File getScript()
    • getTarget

      public String getTarget()