public class StateFlowGraphMatchers extends Object
| Constructor and Description |
|---|
StateFlowGraphMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateFlowGraph,Integer> |
hasEdges(int edges) |
static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateFlowGraph,Integer> |
hasStates(int states) |
static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateVertex,String> |
stateWithDomSubstring(String substring) |
void |
testStateWithDomSubstring() |
public static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateFlowGraph,Integer> hasEdges(int edges)
edges - The number of expected edges.Matcher that inspects if the number of edges.public static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateFlowGraph,Integer> hasStates(int states)
states - The number of expected states.Matcher that inspects if the number of states.public static org.hamcrest.FeatureMatcher<com.crawljax.core.state.StateVertex,String> stateWithDomSubstring(String substring)
substring - A String that occurs in the DOM.Matcher that inspects if the number of edges.public void testStateWithDomSubstring()
Copyright © 2007-2013. All Rights Reserved.