de.tuberlin.cs.cis.ocl.model.uml.test
Class TestUmlFacade

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.tuberlin.cs.cis.ocl.model.uml.test.TestUmlFacade
All Implemented Interfaces:
junit.framework.Test

public class TestUmlFacade
extends junit.framework.TestCase

Tests the class UmlFacade.

Author:
fchabar

Constructor Summary
TestUmlFacade(java.lang.String arg0)
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the test.
 void testGetModelType()
          Tests the UML Facade accessing classifiers of the UML 1.4 metamodel.
 
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

TestUmlFacade

public TestUmlFacade(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

main

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

Parameters:
args - no arguments required.

testGetModelType

public void testGetModelType()
                      throws java.lang.Exception
Tests the UML Facade accessing classifiers of the UML 1.4 metamodel.

Throws:
java.lang.Exception - if an exception occurs.