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 3232import java .util .concurrent .ScheduledExecutorService ;
3333import java .util .concurrent .TimeUnit ;
3434
35- import static org .hamcrest .Matchers .is ;
35+ import static org .hamcrest .Matchers .* ;
3636import static org .junit .Assert .*;
37- import static org .mockito .Mockito .mock ;
38- import static org .mockito .Mockito .when ;
37+ import static org .mockito .Mockito .*;
3938
4039public class AMQChannelTest {
4140
Original file line number Diff line number Diff line change 2727import java .util .concurrent .ThreadFactory ;
2828import java .util .concurrent .TimeoutException ;
2929
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 .*;
3432
3533public class ChannelRpcTimeoutIntegrationTest {
3634
Original file line number Diff line number Diff line change 1515import java .nio .channels .WritableByteChannel ;
1616import java .util .*;
1717
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 .* ;
2020
2121/**
2222 *
Original file line number Diff line number Diff line change 2020import com .rabbitmq .client .impl .StandardMetricsCollector ;
2121import org .junit .Test ;
2222
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 .*;
2726
2827/**
2928 *
Original file line number Diff line number Diff line change 3232import java .util .Random ;
3333import java .util .concurrent .*;
3434
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 .*;
4038
4139/**
4240 *
You can’t perform that action at this time.
0 commit comments