File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
util/src/test/java/io/kubernetes/client/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import static io .kubernetes .client .util .Config .ENV_SERVICE_HOST ;
16
16
import static io .kubernetes .client .util .Config .ENV_SERVICE_PORT ;
17
+ import static org .hamcrest .MatcherAssert .assertThat ;
17
18
import static org .hamcrest .core .Is .is ;
18
19
import static org .junit .Assert .assertEquals ;
19
- import static org .junit .Assert .assertThat ;
20
20
import static org .mockito .Mockito .mock ;
21
21
import static org .mockito .Mockito .verify ;
22
22
Original file line number Diff line number Diff line change 1
1
package io .kubernetes .client .util .credentials ;
2
2
3
3
import static io .kubernetes .client .util .TestUtils .getApiKeyAuthFromClient ;
4
+ import static org .hamcrest .MatcherAssert .assertThat ;
4
5
import static org .hamcrest .core .Is .is ;
5
- import static org .junit .Assert .*;
6
6
7
7
import io .kubernetes .client .openapi .ApiClient ;
8
8
import org .junit .Test ;
Original file line number Diff line number Diff line change 1
1
package io .kubernetes .client .util .credentials ;
2
2
3
3
import static io .kubernetes .client .util .TestUtils .getApiKeyAuthFromClient ;
4
+ import static org .hamcrest .MatcherAssert .assertThat ;
4
5
import static org .hamcrest .core .Is .is ;
5
- import static org .junit .Assert .*;
6
6
7
7
import com .google .common .base .Charsets ;
8
8
import io .kubernetes .client .openapi .ApiClient ;
You can’t perform that action at this time.
0 commit comments