public static class MessagesPropertiesUnitTest.TestPropertyHasDescription extends UnitTestBase
Messages.properties
.Modifier and Type | Field and Description |
---|---|
private java.util.ResourceBundle |
messages |
private java.lang.String |
property |
Constructor and Description |
---|
MessagesPropertiesUnitTest.TestPropertyHasDescription(java.lang.String property,
java.util.ResourceBundle messages)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
runTest()
Runs the test that a given property key has a matching description key in
Messages.properties . |
static Test |
suite()
Provides a null test suite so that JUnit will not try to instantiate this class directly.
|
assertEquals, invokeConstructor, invokeGetInstanceField, invokeInstanceMethod, invokeSetInstanceField, invokeStaticMethod, ucFirst
compareBytes, getLongString, getLongString, getType, getTypemap
compareInputStreams, compareReaders, connect, dropDatabase, dropFunction, dropProcedure, dropTable, dropTrigger, dropType, dropView, dump, dump, dumpAll, dumpKeys, dumpRow, dumpRow, getConnection, getConnection, makeObjects, makeTestTables, setUp, tearDown
private final java.util.ResourceBundle messages
private final java.lang.String property
public MessagesPropertiesUnitTest.TestPropertyHasDescription(java.lang.String property, java.util.ResourceBundle messages)
property
- The property name to test.messages
- The resource bundle containing all of the messages.public static final Test suite()
null
).protected void runTest() throws java.lang.Throwable
Messages.properties
.java.lang.Throwable
- on error.Generated on June 8 2013