1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
package org.kuali.rice.ksb.messaging; |
17 |
|
|
18 |
|
import org.junit.Ignore; |
19 |
|
import org.junit.Test; |
20 |
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
@Ignore |
|
|
| 0% |
Uncovered Elements: 6 (6) |
Complexity: 3 |
Complexity Density: 1 |
|
26 |
|
public class DistributedTopicNoJtaTest extends DistributedTopicTest { |
27 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
4
-
|
|
28 |
0
|
@Test public void testSuccessfullyCallingSyncTopics() throws Exception {... |
29 |
0
|
super.testSuccessfullyCallingSyncTopics(); |
30 |
|
} |
31 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
4
-
|
|
32 |
0
|
@Test public void testCallingAsyncTopics() throws Exception {... |
33 |
0
|
super.testCallingAsyncTopics(); |
34 |
|
} |
35 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
36 |
0
|
@Override... |
37 |
|
protected boolean disableJta() { |
38 |
0
|
return true; |
39 |
|
} |
40 |
|
|
41 |
|
} |