Package org.apache.ant.antunit.junit3
Class AntUnitTestCase.TestCaseName
- java.lang.Object
-
- org.apache.ant.antunit.junit3.AntUnitTestCase.TestCaseName
-
- Enclosing class:
- AntUnitTestCase
static class AntUnitTestCase.TestCaseName extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description TestCaseName(java.io.File script, java.lang.String target)
TestCaseName(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.io.File
getScript()
java.lang.String
getTarget()
-