public abstract class DefaultPropertiesTester
extends java.lang.Object
Constructor and Description |
---|
DefaultPropertiesTester() |
Modifier and Type | Method and Description |
---|---|
abstract void |
assertDefaultProperty(java.lang.String message,
java.lang.String url,
java.util.Properties properties,
java.lang.String fieldName,
java.lang.String key,
java.lang.String expected)
Asserts that a default property is set properly.
|
public abstract void assertDefaultProperty(java.lang.String message, java.lang.String url, java.util.Properties properties, java.lang.String fieldName, java.lang.String key, java.lang.String expected)
message
- The message to display if the default property is not set.url
- The JDBC url.properties
- The initial properties set before testing the method.fieldName
- The field name of the object if using reflection.key
- The message key used to obtain the property name.expected
- The expected value.Generated on June 8 2013