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


Constructor Index

 o Test()
Insert the method's description here.
 o Test(String)
Insert the method's description here.

Method Index

 o main(String[])
 o process(String)
Process a string by mls for testing
 o testInvalid()
Insert the method's description here.
 o testValid()
Insert the method's description here.

Constructors

 o Test
 public Test()
Insert the method's description here. Creation date: (10/28/00 19:22:01)

 o Test
 public Test(String name)
Insert the method's description here. Creation date: (10/28/00 19:22:01)

Methods

 o main
 public static void main(String args[])
 o process
 public String process(String s) throws Exception
Process a string by mls for testing

 o testInvalid
 public void testInvalid() throws Exception
Insert the method's description here. Creation date: (10/28/00 21:10:09)

 o 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