Asserts that predicateExpression does not return false and allows chaining further asserts on the current value.
false
public WaitUntilAssertable IsTrue(Expression<Func<T, bool>> predicateExpression)