Interface GuardedPlaceholderAsserter.Guard

Enclosing class:
GuardedPlaceholderAsserter

public static interface GuardedPlaceholderAsserter.Guard
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    guardAssertValue(Logger logger, Object actual)
    Guard actual value for placeholder assertion.
    Returns true if guard is ok.
    When false, use logger to trace the guard assert.
  • Field Details

  • Method Details

    • guardAssertValue

      boolean guardAssertValue(Logger logger, Object actual)
      Guard actual value for placeholder assertion.
      Returns true if guard is ok.
      When false, use logger to trace the guard assert.