|
||||||||||
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(String name)
|
|
BasicJUnitStrategyTestCase(String name,
Hub hub)
|
Method Summary | |
---|---|
protected TestStep |
createSetupStep(String test)
|
protected TestStep |
createStrategy(String test)
Implement this method to return a strategy to run for the given test. |
protected TestStep |
createTearDownStep(String test)
|
protected TestStep |
createTestStep(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicJUnitStrategyTestCase()
public BasicJUnitStrategyTestCase(String name)
public BasicJUnitStrategyTestCase(String name, Hub hub)
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected TestStep createSetupStep(String test)
protected TestStep createStrategy(String test)
AbstractStrategyTestCase
createStrategy
in class AbstractStrategyTestCase
test
- The test to get the strategy for
protected TestStep createTestStep(String test)
protected TestStep createTearDownStep(String test)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |