|
||||||||||
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.agical.rmock.extension.junit.AbstractStrategyTestCase
com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
public class RMockThreadSupportingTestCase
(c) 2005 Agical AB
Field Summary |
---|
Fields inherited from class com.agical.rmock.extension.junit.AbstractStrategyTestCase |
---|
is |
Constructor Summary | |
---|---|
RMockThreadSupportingTestCase()
|
|
RMockThreadSupportingTestCase(java.lang.String testName)
|
Method Summary | |
---|---|
void |
addThreadedTestConcurrentStep(java.lang.String methodToCall)
Add a name of a method you want to add to the list of methods that are run concurrently with your test, i.e. |
void |
addThreadedTestPreceedingStep(java.lang.String methodToCall)
Add a name of a method you want to add to the list of methods that are run concurrently before your test is executed, i.e. |
protected TestStep |
createTestStep(java.lang.String test)
|
Methods inherited from class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase |
---|
createSetupStep, createStrategy, createTearDownStep, setUp, tearDown |
Methods inherited from class com.agical.rmock.extension.junit.AbstractStrategyTestCase |
---|
assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, getHub, getStrategyRunner, getVerifiable, runBare, setAsserter, setStrategyRunner, setTestCaseListener, setVerifiable |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runTest, setName, 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 |
---|
public RMockThreadSupportingTestCase(java.lang.String testName)
public RMockThreadSupportingTestCase()
Method Detail |
---|
protected TestStep createTestStep(java.lang.String test)
createTestStep
in class BasicJUnitStrategyTestCase
public void addThreadedTestPreceedingStep(java.lang.String methodToCall)
public void addThreadedTestConcurrentStep(java.lang.String methodToCall)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |