Open Kilda Java Documentation
org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest Class Reference

Public Member Functions

void shouldNotCommitRightOnAdd ()
 
void shouldCommitOnAddIfIntervalPassed () throws InterruptedException
 
void shouldCommitOffsetsIfRequested ()
 
void failTryingToAddRecordWithOutdatedOffset ()
 

Public Attributes

ExpectedException expectedException = ExpectedException.none()
 

Detailed Description

Definition at line 32 of file KafkaOffsetRegistryTest.java.

Member Function Documentation

◆ failTryingToAddRecordWithOutdatedOffset()

void org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest.failTryingToAddRecordWithOutdatedOffset ( )

Definition at line 92 of file KafkaOffsetRegistryTest.java.

◆ shouldCommitOffsetsIfRequested()

void org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest.shouldCommitOffsetsIfRequested ( )

Definition at line 73 of file KafkaOffsetRegistryTest.java.

◆ shouldCommitOnAddIfIntervalPassed()

void org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest.shouldCommitOnAddIfIntervalPassed ( ) throws InterruptedException

Definition at line 53 of file KafkaOffsetRegistryTest.java.

◆ shouldNotCommitRightOnAdd()

void org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest.shouldNotCommitRightOnAdd ( )

Definition at line 37 of file KafkaOffsetRegistryTest.java.

Member Data Documentation

◆ expectedException

ExpectedException org.openkilda.floodlight.kafka.KafkaOffsetRegistryTest.expectedException = ExpectedException.none()

Definition at line 34 of file KafkaOffsetRegistryTest.java.


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