Perform some minor test cleanup

This standardizes use of annotations/inheritance/formatting across
tests, to make the code more legible and consistent.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161810734
This commit is contained in:
mcilwain 2017-07-13 08:30:40 -07:00 committed by Ben McIlwain
parent ea4572b4b5
commit 2521409e39
5 changed files with 54 additions and 59 deletions

View file

@ -198,7 +198,6 @@ public class BigqueryPollJobActionTest {
}
@Test
@SuppressWarnings("unchecked")
public void testJobStatusUnreadable() throws Exception {
when(bigqueryJobsGet.execute()).thenThrow(IOException.class);
thrown.expect(NotModifiedException.class);