Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 5, 2023
1 parent d5dc774 commit 5bfe215
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/test/java/com/gargoylesoftware/htmlunit/fuzzer/FuzzerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,82 +35,74 @@
public class FuzzerTest extends WebTestCase {

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54522.
*
* @throws Exception if the test fails
*/
@Test
public void case54522() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54522
test("test-54522.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54523.
*
* @throws Exception if the test fails
*/
@Test
public void case54523() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54523
test("test-54523.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54524.
*
* @throws Exception if the test fails
*/
@Test
public void case54524() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54524
test("test-54524.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54526.
*
* @throws Exception if the test fails
*/
@Test
public void case54526() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54526
test("test-54526.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54527.
*
* @throws Exception if the test fails
*/
@Test
public void case54527() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54527
test("test-54527.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54528.
*
* @throws Exception if the test fails
*/
@Test
public void case54528() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54528
test("test-54528.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54535.
*
* @throws Exception if the test fails
*/
@Test
public void case54535() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54535
test("test-54535.html");
}

/**
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54613.
*
* @throws Exception if the test fails
*/
@Test
public void case54613() throws Exception {
// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54613
test("test-54613.html");
}

Expand Down

0 comments on commit 5bfe215

Please sign in to comment.