public abstract class AbstractQi4jTest extends AbstractQi4jBaseTest implements org.qi4j.bootstrap.Assembler
| Modifier and Type | Field and Description |
|---|---|
protected org.qi4j.spi.module.ModuleSpi |
module |
api, application, applicationModel, qi4j, spi| Constructor and Description |
|---|
AbstractQi4jTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
defineApplication(org.qi4j.bootstrap.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, newApplicationInstancepublic void setUp()
throws Exception
setUp in class AbstractQi4jBaseTestExceptionprotected void defineApplication(org.qi4j.bootstrap.ApplicationAssembly applicationAssembly)
throws org.qi4j.bootstrap.AssemblyException
AbstractQi4jBaseTestdefineApplication in class AbstractQi4jBaseTestapplicationAssembly - the ApplicationAssembly to be populated.org.qi4j.bootstrap.AssemblyExceptionpublic void tearDown()
throws Exception
tearDown in class AbstractQi4jBaseTestException