Rename test classes in policy/common 05/73405/3
authorParshad Patel <pars.patel@samsung.com>
Fri, 23 Nov 2018 06:41:03 +0000 (15:41 +0900)
committerParshad Patel <pars.patel@samsung.com>
Mon, 26 Nov 2018 05:55:45 +0000 (14:55 +0900)
Make test classes name consistence

Issue-ID: POLICY-1281
Change-Id: I2d70eda0a2fe7dc60e020dd91c743c1708d1f11a
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java
utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAnnotationExceptionTest.java
utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyExceptionTest.java
utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyInvalidExceptionTest.java
utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyMissingExceptionTest.java
utils/src/test/java/org/onap/policy/common/utils/properties/exception/SupportBasicPropertyExceptionTester.java [moved from utils/src/test/java/org/onap/policy/common/utils/properties/exception/BasicPropertyExceptionTester.java with 98% similarity]

index 57581d9..190fddd 100644 (file)
@@ -25,7 +25,7 @@ import org.junit.Test;
 /**
  * Test class for PropertyAccessException.
  */
-public class PropertyAccessExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyAccessExceptionTest extends SupportBasicPropertyExceptionTester {
 
     /**
      * Test method for 
index 934ca02..c480391 100644 (file)
@@ -25,7 +25,7 @@ import org.junit.Test;
 /**
  *  Test class for PropertyAnnotationException.
  */
-public class PropertyAnnotationExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyAnnotationExceptionTest extends SupportBasicPropertyExceptionTester {
 
     /**
      * Test method for
index a0d4645..9055aeb 100644 (file)
@@ -25,7 +25,7 @@ import org.junit.Test;
 /**
  * Test class for PropertyException.
  */
-public class PropertyExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyExceptionTest extends SupportBasicPropertyExceptionTester {
 
     /**
      * Test method for
index ce7be10..69ab1bd 100644 (file)
@@ -25,7 +25,7 @@ import org.junit.Test;
 /**
  * Test class for PropertyInvalidException.
  */
-public class PropertyInvalidExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyInvalidExceptionTest extends SupportBasicPropertyExceptionTester {
 
     /**
      * Test method for
index 320a0c2..81a7c36 100644 (file)
@@ -25,7 +25,7 @@ import org.junit.Test;
 /**
  * Test class for PropertyMissingException.
  */
-public class PropertyMissingExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyMissingExceptionTest extends SupportBasicPropertyExceptionTester {
 
     /**
      * Test method for