org.qi4j.test
Class AbstractQi4jTest

java.lang.Object
  extended by org.qi4j.core.testsupport.AbstractQi4jTest
      extended by org.qi4j.test.AbstractQi4jTest
All Implemented Interfaces:
Assembler

Deprecated. Use org.qi4j.core.testsupport.AbstractQi4jTest instead.

public abstract class AbstractQi4jTest
extends AbstractQi4jTest

This class only exists to easy migration to new package.


Field Summary
 
Fields inherited from class org.qi4j.core.testsupport.AbstractQi4jTest
api, application, applicationModel, moduleInstance, objectBuilderFactory, qi4j, queryBuilderFactory, serviceLocator, spi, transientBuilderFactory, unitOfWorkFactory, valueBuilderFactory
 
Constructor Summary
AbstractQi4jTest()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.qi4j.core.testsupport.AbstractQi4jTest
assemblyException, createApplicationAssembler, getLog, initApplication, newApplication, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.bootstrap.Assembler
assemble
 

Constructor Detail

AbstractQi4jTest

public AbstractQi4jTest()
Deprecated.