File tree 10 files changed +15
-15
lines changed
src/test/java/no/digipost/signature/client
10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 174
174
<scope >test</scope >
175
175
</dependency >
176
176
<dependency >
177
- <groupId >co.unruly </groupId >
177
+ <groupId >uk. co.probablyfine </groupId >
178
178
<artifactId >java-8-matchers</artifactId >
179
- <version >1.6 </version >
179
+ <version >1.9 </version >
180
180
<scope >test</scope >
181
181
<exclusions >
182
182
<exclusion >
Original file line number Diff line number Diff line change 11
11
12
12
import java .net .URI ;
13
13
14
- import static co .unruly .matchers .Java8Matchers .where ;
14
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
15
15
import static org .hamcrest .MatcherAssert .assertThat ;
16
16
import static org .hamcrest .Matchers .instanceOf ;
17
17
Original file line number Diff line number Diff line change 12
12
import java .time .Clock ;
13
13
import java .util .Collections ;
14
14
15
- import static co .unruly .matchers .Java8Matchers .where ;
15
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
16
16
import static java .util .concurrent .TimeUnit .DAYS ;
17
17
import static org .hamcrest .MatcherAssert .assertThat ;
18
18
import static org .hamcrest .Matchers .instanceOf ;
Original file line number Diff line number Diff line change 26
26
import java .util .Base64 ;
27
27
import java .util .List ;
28
28
29
- import static co .unruly .matchers .Java8Matchers .where ;
29
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
30
30
import static java .util .Arrays .asList ;
31
31
import static org .hamcrest .MatcherAssert .assertThat ;
32
32
import static org .hamcrest .Matchers .hasSize ;
Original file line number Diff line number Diff line change 4
4
5
5
import java .net .URI ;
6
6
7
- import static co .unruly .matchers .Java8Matchers .where ;
7
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
8
8
import static java .util .Arrays .asList ;
9
9
import static org .hamcrest .MatcherAssert .assertThat ;
10
10
import static org .hamcrest .Matchers .is ;
Original file line number Diff line number Diff line change 7
7
import java .lang .reflect .Field ;
8
8
import java .util .stream .Stream ;
9
9
10
- import static co .unruly .matchers .Java8Matchers .where ;
10
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
11
11
import static java .lang .reflect .Modifier .isPublic ;
12
12
import static java .lang .reflect .Modifier .isStatic ;
13
13
import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 2
2
3
3
import org .junit .jupiter .api .Test ;
4
4
5
- import static co .unruly .matchers .Java8Matchers .where ;
6
- import static co .unruly .matchers .Java8Matchers .whereNot ;
7
- import static co .unruly .matchers .OptionalMatchers .contains ;
8
- import static co .unruly .matchers .OptionalMatchers .empty ;
5
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
6
+ import static uk . co .probablyfine .matchers .Java8Matchers .whereNot ;
7
+ import static uk . co .probablyfine .matchers .OptionalMatchers .contains ;
8
+ import static uk . co .probablyfine .matchers .OptionalMatchers .empty ;
9
9
import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmail ;
10
10
import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmailAndMobileNumber ;
11
11
import static no .digipost .signature .client .portal .PortalSigner .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 8
8
import java .lang .reflect .Field ;
9
9
import java .util .stream .Stream ;
10
10
11
- import static co .unruly .matchers .Java8Matchers .where ;
11
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
12
12
import static java .lang .reflect .Modifier .isPublic ;
13
13
import static java .lang .reflect .Modifier .isStatic ;
14
14
import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 6
6
import no .digipost .signature .client .portal .Signature .Signer ;
7
7
import org .junit .jupiter .api .Test ;
8
8
9
- import static co .unruly .matchers .Java8Matchers .where ;
10
- import static co .unruly .matchers .Java8Matchers .whereNot ;
9
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
10
+ import static uk . co .probablyfine .matchers .Java8Matchers .whereNot ;
11
11
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddress ;
12
12
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddressAndMobileNumber ;
13
13
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 4
4
import no .digipost .signature .client .core .exceptions .KeyException ;
5
5
import org .junit .jupiter .api .Test ;
6
6
7
- import static co .unruly .matchers .Java8Matchers .where ;
7
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
8
8
import static org .hamcrest .MatcherAssert .assertThat ;
9
9
import static org .hamcrest .Matchers .containsString ;
10
10
import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
You can’t perform that action at this time.
0 commit comments