Open Kilda Java Documentation
org.openkilda.atdd.FlowVerificationTest Class Reference

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
 

Detailed Description

Definition at line 35 of file FlowVerificationTest.java.

Member Function Documentation

◆ flowChainIsBroken()

void org.openkilda.atdd.FlowVerificationTest.flowChainIsBroken ( String  direction)

Definition at line 78 of file FlowVerificationTest.java.

◆ flowIsCreated()

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.

◆ flowVerificationIsSuccessful()

void org.openkilda.atdd.FlowVerificationTest.flowVerificationIsSuccessful ( String  flowId,
String  expectForward,
String  expectReverse 
) throws Throwable

Definition at line 84 of file FlowVerificationTest.java.

◆ useFlowVerificationFor()

void org.openkilda.atdd.FlowVerificationTest.useFlowVerificationFor ( String  flowId) throws Throwable

Definition at line 64 of file FlowVerificationTest.java.


The documentation for this class was generated from the following file: