public abstract class AbstractBaseTest extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractBaseTest.ExecuteTestCallback |
protected static interface |
AbstractBaseTest.ToolChainCallback |
| Constructor and Description |
|---|
AbstractBaseTest() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
assertOutput(String result,
String expected) |
protected void |
copyManifest(File input) |
protected Manifest |
getManifest(File sourceDir) |
protected void |
prepareTestFiles(String file,
AbstractBaseTest.ToolChainCallback testCallback,
AbstractBaseTest.ExecuteTestCallback executeCallback) |
protected abstract void |
runToolChain(Version minimum,
String file,
AbstractBaseTest.ToolChainCallback callback) |
protected abstract void runToolChain(Version minimum, String file, AbstractBaseTest.ToolChainCallback callback) throws Exception
Exceptionprotected Manifest getManifest(File sourceDir) throws IOException
IOExceptionprotected void copyManifest(File input) throws IOException
IOExceptionprotected void prepareTestFiles(String file, AbstractBaseTest.ToolChainCallback testCallback, AbstractBaseTest.ExecuteTestCallback executeCallback) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.