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 11package uk .co .probablyfine .matchers ;
22
3- import uk .co .probablyfine .matchers .function .DescribableFunction ;
4- import uk .co .probablyfine .matchers .function .DescribablePredicate ;
53import org .hamcrest .Description ;
64import org .hamcrest .Matcher ;
75import org .hamcrest .TypeSafeDiagnosingMatcher ;
6+ import uk .co .probablyfine .matchers .function .DescribableFunction ;
7+ import uk .co .probablyfine .matchers .function .DescribablePredicate ;
88
99import java .util .function .Function ;
1010
11+ import static org .hamcrest .Matchers .is ;
1112import static uk .co .probablyfine .matchers .internal .DescriptionUtils .withPrefixedArticle ;
12- import static org .hamcrest .CoreMatchers .is ;
1313
1414public final class Java8Matchers {
1515
You can’t perform that action at this time.
0 commit comments