org.jicengine.test
Class ConstructorTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jicengine.test.ConstructorTest
All Implemented Interfaces:
junit.framework.Test

public class ConstructorTest
extends junit.framework.TestCase

Author:
.timo

Nested Class Summary
static class ConstructorTest.InnerClass
           
 
Constructor Summary
ConstructorTest()
           
 
Method Summary
 void testNewInnerClass()
           
 void testNewOperation()
           
 void testStaticFieldValue()
           
 void testStaticMethodCall()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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
 

Constructor Detail

ConstructorTest

public ConstructorTest()
Method Detail

testNewOperation

public void testNewOperation()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testNewInnerClass

public void testNewInnerClass()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testStaticMethodCall

public void testStaticMethodCall()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testStaticFieldValue

public void testStaticFieldValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception