de.tuberlin.cs.cis.ocl.example.eval.test
Class TestExampleModel

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.tuberlin.cs.cis.ocl.example.eval.test.TestExampleModel
All Implemented Interfaces:
junit.framework.Test

public class TestExampleModel
extends junit.framework.TestCase

Author:
fadi To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
TestExampleModel(java.lang.String arg0)
          Constructor for TestExampleModel.
 
Method Summary
static void main(java.lang.String[] args)
          Starts the test.
 void testGetReflector()
          Tests access to the meta-level of the example model.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestExampleModel

public TestExampleModel(java.lang.String arg0)
Constructor for TestExampleModel.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)
Starts the test.

Parameters:
args - no arguments required.

testGetReflector

public void testGetReflector()
Tests access to the meta-level of the example model.