Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Feb 2, 2025
1 parent 35ea1b2 commit a7a5ce3
Showing 1 changed file with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ public void testVarargsOverriding()
}

@Test
public void testEnumSwitch()
throws IllegalArgumentException, CancelException, IOException {
public void testEnumSwitch() throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -76,8 +75,7 @@ public void testOverridesOnePointFour()
}

@Test
public void testVarargsCovariant()
throws IllegalArgumentException, CancelException, IOException {
public void testVarargsCovariant() throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -88,8 +86,7 @@ public void testVarargsCovariant()
}

@Test
public void testSimpleEnums()
throws IllegalArgumentException, CancelException, IOException {
public void testSimpleEnums() throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -100,8 +97,7 @@ public void testSimpleEnums()
}

@Test
public void testGenericSuperSink()
throws IllegalArgumentException, CancelException, IOException {
public void testGenericSuperSink() throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -112,7 +108,8 @@ public void testGenericSuperSink()
}

@Test
public void testAnonGeneNullarySimple() throws IllegalArgumentException, CancelException, IOException {
public void testAnonGeneNullarySimple()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -123,7 +120,8 @@ public void testAnonGeneNullarySimple() throws IllegalArgumentException, CancelE
}

@Test
public void testAnonymousGenerics() throws IllegalArgumentException, CancelException, IOException {
public void testAnonymousGenerics()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand Down Expand Up @@ -189,7 +187,8 @@ public void testCocovariant() throws IllegalArgumentException, CancelException,
}

@Test
public void testExplicitBoxingTest() throws IllegalArgumentException, CancelException, IOException {
public void testExplicitBoxingTest()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand Down Expand Up @@ -222,7 +221,8 @@ public void testBasicsGenerics() throws IllegalArgumentException, CancelExceptio
}

@Test
public void testCustomGenericsAndFields() throws IllegalArgumentException, CancelException, IOException {
public void testCustomGenericsAndFields()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -233,7 +233,8 @@ public void testCustomGenericsAndFields() throws IllegalArgumentException, Cance
}

@Test
public void testTypeInferencePrimAndStringOp() throws IllegalArgumentException, CancelException, IOException {
public void testTypeInferencePrimAndStringOp()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -255,7 +256,8 @@ public void testSimpleEnums2() throws IllegalArgumentException, CancelException,
}

@Test
public void testGenericMemberClasses() throws IllegalArgumentException, CancelException, IOException {
public void testGenericMemberClasses()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand All @@ -266,7 +268,8 @@ public void testGenericMemberClasses() throws IllegalArgumentException, CancelEx
}

@Test
public void testMoreOverriddenGenerics() throws IllegalArgumentException, CancelException, IOException {
public void testMoreOverriddenGenerics()
throws IllegalArgumentException, CancelException, IOException {
runTest(
singlePkgTestSrc("javaonepointfive"),
rtJar,
Expand Down

0 comments on commit a7a5ce3

Please sign in to comment.