| net.firstpartners.nounit.test.TestData
TestData | public class TestData extends TestCase (Code) | | Test Information - System Wide Tests
|
SAMPLE_CLASS_PROXY | final public static String SAMPLE_CLASS_PROXY(Code) | | Proxy Class Source - where sample sits
|
SAMPLE_CLASS_SOURCE | final public static String SAMPLE_CLASS_SOURCE(Code) | | Current (Sample - sub) Class of this project - used in some partial tests
|
SAMPLE_CLASS_SOURCE_FULL | final public static String SAMPLE_CLASS_SOURCE_FULL(Code) | | Current Full Root of this project - used to sample entire project
|
XML_CALLS_OUTPUT | final public static String XML_CALLS_OUTPUT(Code) | | Sample (with-calls) XML as produced by 2nd pass , after java processing
|
XML_SIMPLE_OUTPUT | final public static String XML_SIMPLE_OUTPUT(Code) | | Sample (simple) XML as produced by 1st pass , before any java processing
|
TestData | public TestData()(Code) | | Initialises the Class
|
TestData | public TestData(String name)(Code) | | Required by JUnit
Parameters: name - name of the test |
getSampleClassFile | public static ClassFile getSampleClassFile() throws InvalidByteCodeException, IOException(Code) | | Get a handle to the sample class file , but as a ClassFile Structure
ClassFileReader |
getSampleFile | public static File getSampleFile() throws IOException(Code) | | Get a handle to the sample class file , as a File
sampleFile |
getSimpleXmlDocument | public static Document getSimpleXmlDocument() throws JDOMException, IOException(Code) | | Get a Simple-XML Document , as pointed to by constants above.
Convience Method for testing
sourceDocument - XML Jdom Document |
|
|