summaryrefslogtreecommitdiffstats
path: root/utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java')
-rw-r--r--utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java13
1 files changed, 5 insertions, 8 deletions
diff --git a/utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java b/utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java
index 27387bfd..710926d3 100644
--- a/utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java
+++ b/utils-test/src/test/java/org/onap/policy/common/utils/test/ConstructionErrorTest.java
@@ -20,18 +20,15 @@
package org.onap.policy.common.utils.test;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
import org.junit.Test;
-/**
- *
- */
public class ConstructionErrorTest extends ErrorsTester {
- @Test
- public void test() throws Exception {
- assertEquals(4, testAllError(ConstructionError.class));
- }
+ @Test
+ public void test() throws Exception {
+ assertEquals(4, testAllError(ConstructionError.class));
+ }
}