/**
* Test class for PropertyAccessException.
*/
-public class PropertyAccessExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyAccessExceptionTest extends SupportBasicPropertyExceptionTester {
/**
* Test method for
/**
* Test class for PropertyAnnotationException.
*/
-public class PropertyAnnotationExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyAnnotationExceptionTest extends SupportBasicPropertyExceptionTester {
/**
* Test method for
/**
* Test class for PropertyException.
*/
-public class PropertyExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyExceptionTest extends SupportBasicPropertyExceptionTester {
/**
* Test method for
/**
* Test class for PropertyInvalidException.
*/
-public class PropertyInvalidExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyInvalidExceptionTest extends SupportBasicPropertyExceptionTester {
/**
* Test method for
/**
* Test class for PropertyMissingException.
*/
-public class PropertyMissingExceptionTest extends BasicPropertyExceptionTester {
+public class PropertyMissingExceptionTest extends SupportBasicPropertyExceptionTester {
/**
* Test method for
/**
* Superclass used to test subclasses of {@link PropertyException}.
*/
-public class BasicPropertyExceptionTester {
+public class SupportBasicPropertyExceptionTester {
/**
* The "message" that's passed each time an exception is constructed.