public class AutomatingTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AutomatingTestCase.Bar |
static class |
AutomatingTestCase.Foo |
Constructor and Description |
---|
AutomatingTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testAutomaticBehavior() |
void |
testAutomaticBehaviorByBuilder() |
void |
testAutomaticBehaviorByBuilderADifferentWay() |
void |
testAutomaticBehaviorByBuilderADifferentWayViaAdapter() |
void |
testAutomaticBehaviorByBuilderViaAdapter() |
void |
testAutomaticBehaviorViaAdapter() |
void |
testAutomaticBehaviorWorksForAdaptiveBehaviorToo() |
void |
testAutomaticBehaviorWorksForAdaptiveBehaviorTooViaAdapter() |
void |
testNonAutomaticBehaviorAsContrastToTheAbove() |
void |
testNonAutomaticBehaviorAsContrastToTheAboveViaAdapter() |
public AutomatingTestCase()
public void testAutomaticBehavior()
public void testAutomaticBehaviorViaAdapter()
public void testNonAutomaticBehaviorAsContrastToTheAbove()
public void testNonAutomaticBehaviorAsContrastToTheAboveViaAdapter()
public void testAutomaticBehaviorByBuilder()
public void testAutomaticBehaviorByBuilderViaAdapter()
public void testAutomaticBehaviorByBuilderADifferentWay()
public void testAutomaticBehaviorByBuilderADifferentWayViaAdapter()
public void testAutomaticBehaviorWorksForAdaptiveBehaviorToo()
public void testAutomaticBehaviorWorksForAdaptiveBehaviorTooViaAdapter()
Copyright © 2003–2016 Codehaus. All rights reserved.