gate.creole.test
Class DynamicRegistrationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gate.creole.test.DynamicRegistrationTest
All Implemented Interfaces:
junit.framework.Test

public class DynamicRegistrationTest
extends junit.framework.TestCase

Test case for the dynamic registration system. Intended for use inside of TestGate.


Nested Class Summary
static class DynamicRegistrationTest.TestResource
           
 
Constructor Summary
DynamicRegistrationTest()
           
 
Method Summary
static junit.framework.Test suite()
          Test suite routine for the test runner
 void testDynamicRegistration()
           
 
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

DynamicRegistrationTest

public DynamicRegistrationTest()
Method Detail

testDynamicRegistration

public void testDynamicRegistration()
                             throws Exception
Throws:
Exception

suite

public static junit.framework.Test suite()
Test suite routine for the test runner