org.objectweb.jorm.type
Class TestPTypeSpace

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.jorm.type.TestPTypeSpace
All Implemented Interfaces:
junit.framework.Test

public class TestPTypeSpace
extends junit.framework.TestCase

This class is used to test the PTypeSpacePAAH.

Author:
S.Chassande-Barrioz

Field Summary
protected  PTypeSpace ptypeSpace
           
 
Constructor Summary
TestPTypeSpace(java.lang.String name)
          Main constructor for the current object.
 
Method Summary
static void main(java.lang.String[] args)
          Main method to launch the tests manually.
protected  void setUp()
           
static junit.framework.Test suite()
          This method creates a TestSuite object with the current tests
protected  void tearDown()
           
 void testIsa()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ptypeSpace

protected PTypeSpace ptypeSpace
Constructor Detail

TestPTypeSpace

public TestPTypeSpace(java.lang.String name)
Main constructor for the current object.

Method Detail

main

public static void main(java.lang.String[] args)
Main method to launch the tests manually.


suite

public static junit.framework.Test suite()
This method creates a TestSuite object with the current tests


setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testIsa

public void testIsa()