Initializes the test. @param url root path @param local local flag @throws Exception exception
(final String url, final boolean local)
| 39 | * @throws Exception exception |
| 40 | */ |
| 41 | protected static void init(final String url, final boolean local) throws Exception { |
| 42 | init(url, local, false); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Initializes the test. |