public abstract class LargeTestBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static RunWithWebServer |
WEB_SERVER |
| Constructor and Description |
|---|
LargeTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addPlugins(com.crawljax.core.configuration.CrawljaxConfiguration.CrawljaxConfigurationBuilder crawljaxConfiguration)
Add the plugins to the given crawljaxConfiguration.
|
protected com.crawljax.core.configuration.CrawljaxConfiguration |
getCrawljaxConfiguration()
retrieve / build the CrawljaxConfiguration for the given arguments.
|
void |
setup() |
void |
testCorrectStateOnViolatedInvariants()
Test correct state in violatedInvariants plugin call.
|
void |
testCrawledElements()
Checks the eventables for illegal eventables.
|
void |
testForIllegalStates()
checks whether there are any illegal states.
|
void |
testInvariants()
Tests invariants.
|
void |
testManualFormInput()
Test manual form input.
|
void |
testMultipleFormInput()
Tests whether all the different form values are submitted and found.
|
void |
testOracleComparators()
this tests whether the oracle comparators are working correctly the home page is different
every load, but is equivalent when the oracle comparators are functioning.
|
void |
testRandomFormInput()
Tests random input.
|
void |
testWaitCondition()
Tests waitconditions with a slow widget.
|
public static final RunWithWebServer WEB_SERVER
protected com.crawljax.core.configuration.CrawljaxConfiguration getCrawljaxConfiguration()
protected static void addPlugins(com.crawljax.core.configuration.CrawljaxConfiguration.CrawljaxConfigurationBuilder crawljaxConfiguration)
crawljaxConfiguration - the configuration to add the plugins to.public void testRandomFormInput()
public void testManualFormInput()
public void testMultipleFormInput()
public void testCrawledElements()
public void testForIllegalStates()
public void testOracleComparators()
public void testInvariants()
public void testCorrectStateOnViolatedInvariants()
public void testWaitCondition()
Copyright © 2007-2013. All Rights Reserved.