File tree Expand file tree Collapse file tree 5 files changed +12
-18
lines changed
src/test/java/com/rabbitmq/client/test Expand file tree Collapse file tree 5 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 32
32
import java .util .concurrent .ScheduledExecutorService ;
33
33
import java .util .concurrent .TimeUnit ;
34
34
35
- import static org .hamcrest .Matchers .is ;
35
+ import static org .hamcrest .Matchers .* ;
36
36
import static org .junit .Assert .*;
37
- import static org .mockito .Mockito .mock ;
38
- import static org .mockito .Mockito .when ;
37
+ import static org .mockito .Mockito .*;
39
38
40
39
public class AMQChannelTest {
41
40
Original file line number Diff line number Diff line change 27
27
import java .util .concurrent .ThreadFactory ;
28
28
import java .util .concurrent .TimeoutException ;
29
29
30
- import static org .hamcrest .Matchers .instanceOf ;
31
- import static org .hamcrest .Matchers .is ;
32
- import static org .junit .Assert .assertThat ;
33
- import static org .junit .Assert .fail ;
30
+ import static org .hamcrest .Matchers .*;
31
+ import static org .junit .Assert .*;
34
32
35
33
public class ChannelRpcTimeoutIntegrationTest {
36
34
Original file line number Diff line number Diff line change 15
15
import java .nio .channels .WritableByteChannel ;
16
16
import java .util .*;
17
17
18
- import static org .hamcrest .Matchers .equalTo ;
19
- import static org .junit .Assert .assertThat ;
18
+ import static org .hamcrest .Matchers .* ;
19
+ import static org .junit .Assert .* ;
20
20
21
21
/**
22
22
*
Original file line number Diff line number Diff line change 20
20
import com .rabbitmq .client .impl .StandardMetricsCollector ;
21
21
import org .junit .Test ;
22
22
23
- import static org .hamcrest .Matchers .is ;
24
- import static org .junit .Assert .assertThat ;
25
- import static org .mockito .Mockito .mock ;
26
- import static org .mockito .Mockito .when ;
23
+ import static org .hamcrest .Matchers .*;
24
+ import static org .junit .Assert .*;
25
+ import static org .mockito .Mockito .*;
27
26
28
27
/**
29
28
*
<
8D22
tr>Original file line number Diff line number Diff line change 32
32
import java .util .Random ;
33
33
import java .util .concurrent .*;
34
34
35
- import static org .awaitility .Awaitility .waitAtMost ;
36
- import static org .hamcrest .Matchers .equalTo ;
37
- import static org .hamcrest .Matchers .is ;
38
- import static org .junit .Assert .assertThat ;
39
- import static org .junit .Assert .assertTrue ;
35
+ import static org .awaitility .Awaitility .*;
36
+ import static org .hamcrest .Matchers .*;
37
+ import static org .junit .Assert .*;
40
38
41
39
/**
42
40
*
You can’t perform that action at this time.
0 commit comments