|
||||||||||
| 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
public abstract class BasicJUnitStrategyTestCase
| Field Summary |
|---|
| Fields inherited from class com.agical.rmock.extension.junit.AbstractStrategyTestCase |
|---|
is |
| Constructor Summary | |
|---|---|
BasicJUnitStrategyTestCase()
|
|
BasicJUnitStrategyTestCase(java.lang.String name)
|
|
BasicJUnitStrategyTestCase(java.lang.String name,
Hub hub)
|
|
| Method Summary | |
|---|---|
protected TestStep |
createSetupStep(java.lang.String test)
|
protected TestStep |
createStrategy(java.lang.String test)
Implement this method to return a strategy to run for the given test. |
protected TestStep |
createTearDownStep(java.lang.String test)
|
protected TestStep |
createTestStep(java.lang.String test)
|
protected void |
setUp()
|
protected void |
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 BasicJUnitStrategyTestCase()
public BasicJUnitStrategyTestCase(java.lang.String name)
public BasicJUnitStrategyTestCase(java.lang.String name,
Hub hub)
| Method Detail |
|---|
protected void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exception
protected void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionprotected TestStep createSetupStep(java.lang.String test)
protected TestStep createStrategy(java.lang.String test)
AbstractStrategyTestCase
createStrategy in class AbstractStrategyTestCasetest - The test to get the strategy for
protected TestStep createTestStep(java.lang.String test)
protected TestStep createTearDownStep(java.lang.String test)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||