()
| 614 | } |
| 615 | |
| 616 | @Test |
| 617 | public void testBench() throws Exception { |
| 618 | testBench(false); |
| 619 | System.out.println("Encrypt"); |
| 620 | testBench(true); |
| 621 | } |
| 622 | |
| 623 | public static void testBench(boolean encrypt) throws Exception { |
| 624 | // create server |
nothing calls this directly
no test coverage detected