org.omnaest.utils.assertion
Interface AssertLogger.DirectAssertResultValueProvider

All Known Subinterfaces:
AssertLogger.DirectAssertHandler, AssertLogger.DirectAssertWithExpression
Enclosing class:
AssertLogger

public static interface AssertLogger.DirectAssertResultValueProvider

Allows to resolve the result of any previous assertion

Author:
Omnaest

Method Summary
 boolean getAssertResult()
          Returns the result of the assertion.
 

Method Detail

getAssertResult

boolean getAssertResult()
Returns the result of the assertion. If the assertion fails this is false otherwise true.

Returns:


Copyright © 2013. All Rights Reserved.