| org.apache.commons.lang.text.CompositeFormatTest
Method Summary | |
public static void | main(String[] args) Main method. | public static Test | suite() Return a new test suite containing this test case. | public void | testCompositeFormat() Ensures that the parse/format separation is correctly maintained. | public void | testUsage() |
CompositeFormatTest | public CompositeFormatTest(String name)(Code) | | Create a new test case with the specified name.
Parameters: name - name |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - command line arguments, ignored |
suite | public static Test suite()(Code) | | Return a new test suite containing this test case.
a new test suite containing this test case |
testCompositeFormat | public void testCompositeFormat()(Code) | | Ensures that the parse/format separation is correctly maintained.
|
|
|