Authentication and assertThat issues

Fixed some problems with tests trying to authenticate when you are not actually signed in. This hit rate API limiting which caused tests to hang/fail

Also fixed assertThat getting deprecated from junit
This commit is contained in:
Alex Taylor
2020-01-27 14:29:46 -05:00
parent a9bb9302bc
commit 12c3a0b1fa
30 changed files with 129 additions and 10 deletions

View File

@@ -10,6 +10,12 @@ import java.io.InputStreamReader;
import java.util.List;
import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
/**
* Integration test for {@link GHContent}.