org.infolayer.test
Class OclConformanceTest

java.lang.Object
  extended byorg.infolayer.test.OclConformanceTest

public class OclConformanceTest
extends java.lang.Object

Author:
Stefan Haustein Simple Infolayer OCL conformance test interpreters

Constructor Summary
OclConformanceTest(UmlModel model, java.lang.String url, java.io.Writer out, boolean html)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void processGroup(java.lang.String path)
           
 void processTest()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OclConformanceTest

public OclConformanceTest(UmlModel model,
                          java.lang.String url,
                          java.io.Writer out,
                          boolean html)
                   throws java.io.IOException,
                          XmlPullParserException
Method Detail

processGroup

public void processGroup(java.lang.String path)
                  throws java.io.IOException,
                         XmlPullParserException
Throws:
java.io.IOException
XmlPullParserException

processTest

public void processTest()
                 throws XmlPullParserException,
                        java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

run

public void run()
         throws java.io.IOException,
                XmlPullParserException
Throws:
java.io.IOException
XmlPullParserException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        XmlPullParserException
Throws:
java.io.IOException
XmlPullParserException