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

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

public class TestExampleReflector
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
TestExampleReflector(java.lang.String arg0)
          Constructor for TestExampleReflector.
 
Method Summary
static void main(java.lang.String[] args)
          Starts the test.
 void testAssociationEnd()
          Tests reflection of association ends.
 void testAttributes()
          Tests reflection of attributes.
 void testOperations()
          Tests reflection of operations.
 
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

TestExampleReflector

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

Parameters:
arg0 -
Method Detail

main

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

Parameters:
args - no arguments required.

testAttributes

public void testAttributes()
Tests reflection of attributes.


testAssociationEnd

public void testAssociationEnd()
Tests reflection of association ends.


testOperations

public void testOperations()
Tests reflection of operations.