![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | flowIsCreated (String sourceId, int sourcePort, String destId, int destPort, String flowId) throws Throwable |
| void | useFlowVerificationFor (String flowId) throws Throwable |
| void | flowChainIsBroken (String direction) |
| void | flowVerificationIsSuccessful (String flowId, String expectForward, String expectReverse) throws Throwable |
Definition at line 35 of file FlowVerificationTest.java.
| void org.openkilda.atdd.FlowVerificationTest.flowChainIsBroken | ( | String | direction | ) |
Definition at line 78 of file FlowVerificationTest.java.
| void org.openkilda.atdd.FlowVerificationTest.flowIsCreated | ( | String | sourceId, |
| int | sourcePort, | ||
| String | destId, | ||
| int | destPort, | ||
| String | flowId | ||
| ) | throws Throwable |
Definition at line 41 of file FlowVerificationTest.java.
| void org.openkilda.atdd.FlowVerificationTest.flowVerificationIsSuccessful | ( | String | flowId, |
| String | expectForward, | ||
| String | expectReverse | ||
| ) | throws Throwable |
Definition at line 84 of file FlowVerificationTest.java.
| void org.openkilda.atdd.FlowVerificationTest.useFlowVerificationFor | ( | String | flowId | ) | throws Throwable |
Definition at line 64 of file FlowVerificationTest.java.