public class RemoteTestScopeApplicationContext extends TestScopeApplicationContext
A test scope application context.
| Constructor and Description |
|---|
RemoteTestScopeApplicationContext(org.springframework.context.ApplicationContext applicationContext,
org.jboss.arquillian.test.spi.TestClass testClass,
boolean closable)
Creates new instance of
RemoteTestScopeApplicationContext class with given application context. |
getApplicationContext, getTestClass, isClosablepublic RemoteTestScopeApplicationContext(org.springframework.context.ApplicationContext applicationContext,
org.jboss.arquillian.test.spi.TestClass testClass,
boolean closable)
Creates new instance of RemoteTestScopeApplicationContext class with given application context.
applicationContext - the ApplicationContexttestClass - the test class wrapperclosable - whether the application context should be closed after the testsIllegalArgumentException - is applicationContext is null or testClassCopyright © 2013 JBoss by Red Hat. All Rights Reserved.