public class ClientTestScopeApplicationContext extends TestScopeApplicationContext
A client test scope application context.
| Constructor and Description |
|---|
ClientTestScopeApplicationContext(org.springframework.context.ApplicationContext applicationContext,
org.jboss.arquillian.test.spi.TestClass testClass,
boolean closable)
Creates new instance of
ClientTestScopeApplicationContext class with given application context. |
getApplicationContext, getTestClass, isClosablepublic ClientTestScopeApplicationContext(org.springframework.context.ApplicationContext applicationContext,
org.jboss.arquillian.test.spi.TestClass testClass,
boolean closable)
Creates new instance of ClientTestScopeApplicationContext 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 TestClass is nullCopyright © 2014 JBoss by Red Hat. All Rights Reserved.