Initializes the test. @param meth method @throws Exception exception
(final String meth)
| 31 | * @throws Exception exception |
| 32 | */ |
| 33 | protected static void init(final String meth) throws Exception { |
| 34 | Prop.put(StaticOptions.AUTHMETHOD, meth); |
| 35 | method = meth; |
| 36 | init(REST_ROOT, true, true); |
| 37 | ctx = new Context(); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Stops the test. |