Uses of Interface
org.omnaest.utils.assertion.AssertLogger.DirectAssertWithExpression

Packages that use AssertLogger.DirectAssertWithExpression
org.omnaest.utils.assertion   
 

Uses of AssertLogger.DirectAssertWithExpression in org.omnaest.utils.assertion
 

Methods in org.omnaest.utils.assertion that return AssertLogger.DirectAssertWithExpression
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.areEqual(Object object1, Object object2)
          Returns true if the given Objects are equal
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.fails()
           
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.fails(Exception cause)
           
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isFalse(boolean expression)
          Returns true if the given expression is false
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isInterimTimeLowerThan(int durationLimit, TimeUnit timeUnit, DurationCapture durationCapture, Object[] intervalKeys)
          Returns true if the DurationCapture.getInterimTime(TimeUnit) is lower than the given duration limit.
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isNotEmpty(Collection<?> collection)
          Returns true if the given Collections is not null and not empty.
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isNotNull(Object object)
          Returns true if the given Object is not null.
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isNotNull(Object object, Object... objects)
          Returns true if all the given Objects are not null.
 AssertLogger.DirectAssertWithExpression AssertLogger.DirectAssert.isTrue(boolean expression)
          Returns true if the given expression is true
 



Copyright © 2013. All Rights Reserved.