Annotation Type SkipWhenLogMiningStrategyIs


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenLogMiningStrategyIs
Marker annotation used together with the SkipTestDependingOnStrategyRule JUnit rule, that allows tests to be skipped when on whether the log mining strategy is set to the given value. This annotation also implicitly requires to skip that the adapter is also LogMiner.
Author:
Chris Cranford