Method Summary |
|
public void | setUp() Set up Braces for testing. |
public static Test | suite() Create the test suite. |
public void | testFlip() Test the flip() method. |
public void | testGetType() Test the getType function for Braces. |
public void | testIsCommented() Test the isCommented() function. |
public void | testIsMatch() Test isMatch(Brace) method. |
public void | testIsQuoted() Test the isQuoted() function. |
public void | testIsShadowed() Test the isShadowed() function. |
public void | testMakeBraceFailure() Tests the failure to make a Brace with a non-special character. |
public void | testMakeBraceSuccess() Tests the successful construction of a Brace using the MakeBrace method. |
public void | testOpenClosed() Test isOpen() and isClosed(). |
public void | testToString() Test the toString method. |