- AbstractTest - Class in org.resthub.test
-
Base class for your non transactional Spring aware unit tests
ContextConfiguration is preconfigured to scan your applicationContext.xml
files from classpath
- AbstractTest() - Constructor for class org.resthub.test.AbstractTest
-
- AbstractTransactionalTest - Class in org.resthub.test
-
Base class for your transactional unit tests, preconfigure Spring test
framework It is suitable for your DAO unit tests, that need to be
transactional ContextConfiguration is preconfigured to scan your
applicationContext.xml files from classpath
- AbstractTransactionalTest() - Constructor for class org.resthub.test.AbstractTransactionalTest
-
- AbstractWebTest - Class in org.resthub.test
-
Base class for your webservice tests, based on Jetty and with preconfigured Spring configuration.
- AbstractWebTest() - Constructor for class org.resthub.test.AbstractWebTest
-
Default constructor
- AbstractWebTest(String) - Constructor for class org.resthub.test.AbstractWebTest
-
Constructor allowing to specify Spring active profiles
- AbstractWebTest(int) - Constructor for class org.resthub.test.AbstractWebTest
-
Constructor allowing to specify HTTP port used to run the server
- AbstractWebTest(String, int) - Constructor for class org.resthub.test.AbstractWebTest
-
Constructor allowing to specify Spring active profiles and HTTP port used to run the server
- activeProfiles - Variable in class org.resthub.test.AbstractWebTest
-
List of Spring profiles (use comma separator) to activate
For example "resthub-web-server,resthub-jpa"
- afterClass() - Method in class org.resthub.test.AbstractWebTest
-
- annotationBasedConfig - Variable in class org.resthub.test.AbstractWebTest
-
When set to true, activate Spring 3.1 JavaConfig based configuration, by setting context param contextClass to org.springframework.web.context.support.AnnotationConfigWebApplicationContext