A test scope application context.
51525354555657
* {@inheritDoc} */ @Override public RemoteTestScopeApplicationContext createApplicationContext(TestClass testClass) { return new RemoteTestScopeApplicationContext(getWebApplicationContext(testClass), false); }
50515253545556
* {@inheritDoc} */ @Override public RemoteTestScopeApplicationContext createApplicationContext(TestClass testClass) { return new RemoteTestScopeApplicationContext(getApplicationContext(testClass), true); }