Interface Testing.Condition

Enclosing class:
Testing

public static interface Testing.Condition
Simply produces a boolean to see if a specific state is true or false.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • exec

      boolean exec()