public class PluginsWithCrawlerTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.junit.rules.ErrorCollector |
ERRORS |
static RunWithWebServer |
SERVER |
| Constructor and Description |
|---|
PluginsWithCrawlerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
domStatesChangesAreEqualToNumberOfStatesAfterIndex() |
void |
newStatePluginCallsAreEqualToNumberOfStates() |
void |
onRevisitStatesFollowers() |
void |
pluginsIsFollowedBy(Class<? extends com.crawljax.core.plugin.Plugin> suspect,
Iterable<Class<? extends com.crawljax.core.plugin.Plugin>> followedBy) |
static void |
setup() |
void |
startAndEndPluginsAreOnlyRunOnce() |
void |
verifyOnDomChangedFollowers() |
void |
verifyOnNewStateFollowers() |
void |
verifyOnUrlLoadFollowers() |
void |
verifyPreStateCrawlingFollowers() |
void |
whenCrawlFinishesTheLastPluginIsTheOverviewPlugin() |
void |
whenCrawlStartsInitialPluginsAreRun() |
public static final RunWithWebServer SERVER
public static final org.junit.rules.ErrorCollector ERRORS
public static void setup()
public void whenCrawlStartsInitialPluginsAreRun()
public void whenCrawlFinishesTheLastPluginIsTheOverviewPlugin()
public void verifyOnUrlLoadFollowers()
public void pluginsIsFollowedBy(Class<? extends com.crawljax.core.plugin.Plugin> suspect, Iterable<Class<? extends com.crawljax.core.plugin.Plugin>> followedBy)
public void verifyOnNewStateFollowers()
public void verifyPreStateCrawlingFollowers()
public void onRevisitStatesFollowers()
public void verifyOnDomChangedFollowers()
public void startAndEndPluginsAreOnlyRunOnce()
public void domStatesChangesAreEqualToNumberOfStatesAfterIndex()
public void newStatePluginCallsAreEqualToNumberOfStates()
Copyright © 2007-2013. All Rights Reserved.