Class SkipForOplogTestRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class SkipForOplogTestRule
    extends Object
    implements 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 Detail

      • SkipForOplogTestRule

        public SkipForOplogTestRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule