X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=misc%2Frosetta%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fmisc%2Frosetta%2FJU_ParseException.java;h=1a31b0fbcc8a1d43f269b83f847d07f8184b3ea4;hp=1eb559169f1ee7a0c3ca48166c7179e736eddba8;hb=3d1706fcbe7f95830ff6fd23cf679ee55c6d0595;hpb=321dce367d74092a0ba09930c3aa526abdbd5da8 diff --git a/misc/rosetta/src/test/java/org/onap/aaf/misc/rosetta/JU_ParseException.java b/misc/rosetta/src/test/java/org/onap/aaf/misc/rosetta/JU_ParseException.java index 1eb55916..1a31b0fb 100644 --- a/misc/rosetta/src/test/java/org/onap/aaf/misc/rosetta/JU_ParseException.java +++ b/misc/rosetta/src/test/java/org/onap/aaf/misc/rosetta/JU_ParseException.java @@ -26,24 +26,24 @@ import org.junit.Test; public class JU_ParseException { - @Test - public void test() { - ParseException pe = new ParseException(); - } - @Test - public void test1() { - ParseException pe = new ParseException("exception"); - } - @Test - public void test2() { - ParseException pe = new ParseException(new NullPointerException("exception")); - } - @Test - public void test3() { - ParseException pe = new ParseException("exception",new NullPointerException("exception")); - } + @Test + public void test() { + ParseException pe = new ParseException(); + } + @Test + public void test1() { + ParseException pe = new ParseException("exception"); + } + @Test + public void test2() { + ParseException pe = new ParseException(new NullPointerException("exception")); + } + @Test + public void test3() { + ParseException pe = new ParseException("exception",new NullPointerException("exception")); + } - - + + }