File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/uk/co/probablyfine/matchers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package uk .co .probablyfine .matchers ;
2
2
3
- import uk .co .probablyfine .matchers .function .DescribableFunction ;
4
- import uk .co .probablyfine .matchers .function .DescribablePredicate ;
5
3
import org .hamcrest .Description ;
6
4
import org .hamcrest .Matcher ;
7
5
import org .hamcrest .TypeSafeDiagnosingMatcher ;
6
+ import uk .co .probablyfine .matchers .function .DescribableFunction ;
7
+ import uk .co .probablyfine .matchers .function .DescribablePredicate ;
8
8
9
9
import java .util .function .Function ;
10
10
11
+ import static org .hamcrest .Matchers .is ;
11
12
import static uk .co .probablyfine .matchers .internal .DescriptionUtils .withPrefixedArticle ;
12
- import static org .hamcrest .CoreMatchers .is ;
13
13
14
14
public final class Java8Matchers {
15
15
You can’t perform that action at this time.
0 commit comments