|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.google.gwt.junit.client.GWTTestCase
org.jboss.errai.enterprise.client.cdi.AbstractErraiCDITest
public abstract class AbstractErraiCDITest
Abstract base class of all Errai CDI integration tests, used to bootstrap our IOC container and CDI module.
Nested Class Summary |
---|
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 | |
---|---|
protected boolean |
disableBus
|
Fields inherited from class com.google.gwt.junit.client.GWTTestCase |
---|
ALL_GWT_TESTS, testResult |
Constructor Summary | |
---|---|
AbstractErraiCDITest()
|
Method Summary | ||
---|---|---|
static boolean |
annotationSetMatches(Set<Annotation> annotations,
Class<? extends Annotation>... annos)
|
|
protected boolean |
assertContains(Collection<Annotation> annotationCollection,
Annotation toCompare)
|
|
protected void |
asyncTest()
|
|
protected void |
asyncTest(Runnable runnable)
|
|
protected
|
getBeans(Class<T> type,
Annotation... annotations)
|
|
protected void |
gwtSetUp()
|
|
protected void |
gwtTearDown()
|
|
void |
setRemoteCommunicationEnabled(boolean enabled)
|
Methods inherited from class com.google.gwt.junit.client.GWTTestCase |
---|
addCheckpoint, catchExceptions, clearCheckpoints, createStrategy, delayTestFinish, finishTest, getAllTestModuleNames, getCheckpoints, getModuleCount, getModuleName, getStrategy, getSyntheticModuleName, getTestsForModule, isPureJava, run, runTest, setForcePureJava, setName, setUp, supportsAsync, tearDown |
Methods inherited from class junit.framework.TestCase |
---|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, runBare, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean disableBus
Constructor Detail |
---|
public AbstractErraiCDITest()
Method Detail |
---|
protected void gwtSetUp() throws Exception
gwtSetUp
in class com.google.gwt.junit.client.GWTTestCase
Exception
protected void gwtTearDown() throws Exception
gwtTearDown
in class com.google.gwt.junit.client.GWTTestCase
Exception
public static boolean annotationSetMatches(Set<Annotation> annotations, Class<? extends Annotation>... annos)
public void setRemoteCommunicationEnabled(boolean enabled)
protected <T> Collection<IOCBeanDef<T>> getBeans(Class<T> type, Annotation... annotations)
protected boolean assertContains(Collection<Annotation> annotationCollection, Annotation toCompare)
protected void asyncTest()
protected void asyncTest(Runnable runnable)
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |