org.jboss.errai.ioc.client
Class IOCClientTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.google.gwt.junit.client.GWTTestCase
              extended by org.jboss.errai.ioc.client.IOCClientTestCase
All Implemented Interfaces:
junit.framework.Test

public abstract class IOCClientTestCase
extends com.google.gwt.junit.client.GWTTestCase

Author:
Mike Brock

Nested Class Summary
static interface IOCClientTestCase.ContainerBootstrapper
           
 
Nested classes/interfaces inherited from class com.google.gwt.junit.client.GWTTestCase
com.google.gwt.junit.client.GWTTestCase.BaseStrategy, com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
 
Field Summary
 
Fields inherited from class com.google.gwt.junit.client.GWTTestCase
ALL_GWT_TESTS, testResult
 
Constructor Summary
protected IOCClientTestCase()
           
 
Method Summary
protected  InterfaceInjectionContext bootstrapContainer()
           
 String getModulePackage()
           
 void gwtSetUp()
           
 void setInitializer(IOCClientTestCase.ContainerBootstrapper initializer)
           
 
Methods inherited from class com.google.gwt.junit.client.GWTTestCase
addCheckpoint, catchExceptions, clearCheckpoints, createStrategy, delayTestFinish, finishTest, getAllTestModuleNames, getCheckpoints, getModuleCount, getModuleName, getStrategy, getSyntheticModuleName, getTestsForModule, gwtTearDown, isPureJava, run, runTest, setForcePureJava, setName, setUp, supportsAsync, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOCClientTestCase

protected IOCClientTestCase()
Method Detail

bootstrapContainer

protected InterfaceInjectionContext bootstrapContainer()

setInitializer

public void setInitializer(IOCClientTestCase.ContainerBootstrapper initializer)

getModulePackage

public String getModulePackage()

gwtSetUp

public void gwtSetUp()
              throws Exception
Overrides:
gwtSetUp in class com.google.gwt.junit.client.GWTTestCase
Throws:
Exception


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.