All Packages Class Hierarchy This Package Previous Next Index
Class com.sdi.tools.mls.Test
java.lang.Object
|
+----junit.framework.Assert
|
+----junit.framework.TestCase
|
+----com.sdi.tools.mls.Test
- public class Test
- extends TestCase
Test cases for the multiline string preprocessor
-
Test()
- Insert the method's description here.
-
Test(String)
- Insert the method's description here.
-
main(String[])
-
-
process(String)
- Process a string by mls for testing
-
testInvalid()
- Insert the method's description here.
-
testValid()
- Insert the method's description here.
Test
public Test()
- Insert the method's description here.
Creation date: (10/28/00 19:22:01)
Test
public Test(String name)
- Insert the method's description here.
Creation date: (10/28/00 19:22:01)
main
public static void main(String args[])
process
public String process(String s) throws Exception
- Process a string by mls for testing
testInvalid
public void testInvalid() throws Exception
- Insert the method's description here.
Creation date: (10/28/00 21:10:09)
testValid
public void testValid() throws Exception
- Insert the method's description here.
Creation date: (10/28/00 21:10:09)
All Packages Class Hierarchy This Package Previous Next Index