1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
package org.kuali.test; |
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 1 |
|
26 |
|
public final class KNSTestConstants { |
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 1 |
|
32 |
|
public static final class TestConstants { |
33 |
|
private static final String HOST = "localhost"; |
34 |
|
private static final String PORT = "8080"; |
35 |
|
public static final String BASE_PATH = "http://" + HOST + ":" + PORT + "/"; |
36 |
|
public static final String MESSAGE = "JUNIT test entry. If this exist after the tests are not cleaning up correctly. Created by class"; |
37 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
38 |
0
|
private TestConstants() {... |
39 |
0
|
throw new UnsupportedOperationException("do not call"); |
40 |
|
} |
41 |
|
} |
42 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
43 |
0
|
private KNSTestConstants() {... |
44 |
0
|
throw new UnsupportedOperationException("do not call"); |
45 |
|
} |
46 |
|
} |