File tree Expand file tree Collapse file tree
src/test/java/org/kohsuke/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import org .kohsuke .github .GHBranchProtection .RequiredReviews ;
77import org .kohsuke .github .GHBranchProtection .RequiredStatusChecks ;
88
9- import static org .hamcrest .Matchers .*;
10- import static org .hamcrest .Matchers .contains ;
119import static org .junit .Assert .assertEquals ;
1210import static org .junit .Assert .assertFalse ;
1311import static org .junit .Assert .assertNotNull ;
Original file line number Diff line number Diff line change 88
99import java .io .IOException ;
1010
11+ import static org .junit .Assert .assertEquals ;
12+
1113public class GHOrganizationTest extends AbstractGitHubWireMockTest {
1214
1315 public static final String GITHUB_API_TEST = "github-api-test" ;
Original file line number Diff line number Diff line change 1414import static org .hamcrest .MatcherAssert .assertThat ;
1515import static org .hamcrest .Matchers .greaterThanOrEqualTo ;
1616import static org .hamcrest .core .IsInstanceOf .instanceOf ;
17+ import static org .junit .Assert .fail ;
1718
1819/**
1920 * Test showing the behavior of OkHttpConnector with and without cache.
Original file line number Diff line number Diff line change 2727import javax .net .ssl .SSLHandshakeException ;
2828
2929import static com .github .tomakehurst .wiremock .client .WireMock .*;
30+ import static org .hamcrest .MatcherAssert .assertThat ;
3031import static org .hamcrest .Matchers .*;
32+ import static org .junit .Assert .assertFalse ;
33+ import static org .junit .Assert .assertTrue ;
34+ import static org .junit .Assert .fail ;
3135
3236/**
3337 * @author Victor Martinez
You can’t perform that action at this time.
0 commit comments