|
|
@ -211,17 +211,6 @@ public abstract class AbstractWebTest extends AbstractInMemoryStorageTest { |
|
|
this.mappingJackson2HttpMessageConverter); |
|
|
this.mappingJackson2HttpMessageConverter); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@BeforeClass |
|
|
|
|
|
public static void beforeWebTestClass() throws Exception { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@AfterClass |
|
|
|
|
|
public static void afterWebTestClass() throws Exception { |
|
|
|
|
|
Mockito.clearAllCaches(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Before |
|
|
@Before |
|
|
public void setupWebTest() throws Exception { |
|
|
public void setupWebTest() throws Exception { |
|
|
log.debug("Executing web test setup"); |
|
|
log.debug("Executing web test setup"); |
|
|
|