| Package | Description |
|---|---|
| com.crawljax.core.configuration | |
| com.crawljax.core.plugin | |
| com.crawljax.core.state |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Invariant> |
CrawlRules.getInvariants() |
| Modifier and Type | Method and Description |
|---|---|
CrawlRules.CrawlRulesBuilder |
CrawlRules.CrawlRulesBuilder.addInvariant(Invariant... invariant) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnInvariantViolationPlugin.onInvariantViolation(Invariant invariant,
CrawlerContext context)
Method that is called when an invariant is violated.
|
void |
Plugins.runOnInvariantViolationPlugins(Invariant invariant,
CrawlerContext context)
Run the OnInvariantViolation plugins when an Invariant is violated.
|
| Constructor and Description |
|---|
StateMachine(InMemoryStateFlowGraph sfg,
com.google.common.collect.ImmutableList<Invariant> invariantList,
Plugins plugins,
StateComparator stateComparator) |
Copyright © 2007-2013. All Rights Reserved.