Package io.debezium.connector.mongodb
Class SkipForOplogTestRule
java.lang.Object
io.debezium.connector.mongodb.SkipForOplogTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit rule that skips tests not intended for oplog capture mode.
<<<<<<< HEAD
- Author:
- Jiri Pechanec =======, Horia Chiorean >>>>>>> DBZ-3342 Incremental snapshot support for MongoDB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
SkipForOplogTestRule
public SkipForOplogTestRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-