public abstract class AbstractQi4jTest extends AbstractQi4jBaseTest implements Assembler
| Modifier and Type | Field and Description |
|---|---|
protected ModuleSpi |
module |
api, application, applicationModel, qi4j, spi| Constructor and Description |
|---|
AbstractQi4jTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
defineApplication(ApplicationAssembly applicationAssembly)
Called by the superclass for the test to define the entire application, every layer, every module and all
the contents of each module.
|
void |
setUp() |
void |
tearDown() |
assemblyException, initApplication, newApplication, newApplicationInstanceprotected ModuleSpi module
public void setUp()
throws Exception
setUp in class AbstractQi4jBaseTestExceptionprotected void defineApplication(ApplicationAssembly applicationAssembly) throws AssemblyException
AbstractQi4jBaseTestdefineApplication in class AbstractQi4jBaseTestapplicationAssembly - the ApplicationAssembly to be populated.AssemblyExceptionpublic void tearDown()
throws Exception
tearDown in class AbstractQi4jBaseTestException