Uses of Class
com.atlassian.jira.webtest.framework.core.ConditionAssertions.ConditionAssertion

Packages that use ConditionAssertions.ConditionAssertion
com.atlassian.jira.webtest.framework.core   
 

Uses of ConditionAssertions.ConditionAssertion in com.atlassian.jira.webtest.framework.core
 

Methods in com.atlassian.jira.webtest.framework.core that return ConditionAssertions.ConditionAssertion
static ConditionAssertions.ConditionAssertion ConditionAssertions.by(long timeout)
          Synonym for a call: isTrue().by(long).
 ConditionAssertions.ConditionAssertion ConditionAssertions.ConditionAssertionBuilder.by(long millis)
           
static ConditionAssertions.ConditionAssertion ConditionAssertions.by(long timeout, TimeUnit unit)
          Synonym for a call: isTrue().by(long, TimeUnit).
 ConditionAssertions.ConditionAssertion ConditionAssertions.ConditionAssertionBuilder.by(long timeout, TimeUnit unit)
           
static ConditionAssertions.ConditionAssertion ConditionAssertions.byDefaultTimeout()
          Synonym for a call: isTrue().byDefaultTimeout().
 ConditionAssertions.ConditionAssertion ConditionAssertions.ConditionAssertionBuilder.byDefaultTimeout()
           
static ConditionAssertions.ConditionAssertion ConditionAssertions.now()
          Synonym for a call: isTrue().now().
 ConditionAssertions.ConditionAssertion ConditionAssertions.ConditionAssertionBuilder.now()
           
 

Methods in com.atlassian.jira.webtest.framework.core with parameters of type ConditionAssertions.ConditionAssertion
static void TimedAssertions.assertThat(String message, TimedCondition condition, ConditionAssertions.ConditionAssertion assertion)
           Execute an assertion to check if a given condition is true, or false by given timeout, and with client-supplied custom message.
static void TimedAssertions.assertThat(TimedCondition condition, ConditionAssertions.ConditionAssertion assertion)
           Execute an assertion to check if a given condition is true, or false by given timeout.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.