()
| 51 | } |
| 52 | |
| 53 | @Override |
| 54 | protected void tearDown() { |
| 55 | if (disableTest) |
| 56 | return; |
| 57 | System.out.println("------ tearDown begin"); |
| 58 | try { |
| 59 | for (int i = 0; i < APP_COUNT; i++) |
| 60 | apps[i].stop(); |
| 61 | } catch (Exception e) { |
| 62 | throw new RuntimeException(e); |
| 63 | } |
| 64 | System.out.println("------ tearDown end"); |
| 65 | } |
| 66 | |
| 67 | public void testRank() { |
| 68 | if (disableTest) |