| | |
| | | /** |
| | | * The entry cache pre-load test class. |
| | | */ |
| | | @Test(groups = { "entrycache", "slow" }, sequential=true) |
| | | @Test(enabled=false, groups = { "entrycache", "slow" }, sequential=true) |
| | | public class PreloadEntryCacheTestCase |
| | | extends ExtensionsTestCase |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @BeforeClass() |
| | | @BeforeClass(enabled=false) |
| | | @SuppressWarnings("unchecked") |
| | | public void preloadEntryCacheTestInit() |
| | | throws Exception |
| | |
| | | /** |
| | | * Tests the entry cache pre-load. |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | public void testEntryCachePreload() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @AfterClass() |
| | | @AfterClass(enabled=false) |
| | | public void preloadEntryCacheTestFini() |
| | | throws Exception |
| | | { |