Interface SkipExtension.SkipCondition

Enclosing class:
SkipExtension

public static interface SkipExtension.SkipCondition
Condition for skipping.
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains message indicating reason for skipping.
    boolean
    Indicates whether to skip.
  • Method Details

    • isSkip

      boolean isSkip()
      Indicates whether to skip.
      Returns:
      true to skip test.
    • getSkipMessage

      String getSkipMessage()
      Obtains message indicating reason for skipping.
      Returns:
      Message indicating reason for skipping.