com.atlassian.jira.webtest.framework.core
Interface QueryAssertions.QueryAssertionBuilder<V>

Type Parameters:
V - type of the query's return value
Enclosing class:
QueryAssertions

public static interface QueryAssertions.QueryAssertionBuilder<V>

Used to build the target query assertion that is performed in one of the timeout modes:


Method Summary
 QueryAssertions.QueryAssertion<V> by(long timeout)
           
 QueryAssertions.QueryAssertion<V> by(long timeout, TimeUnit unit)
           
 QueryAssertions.QueryAssertion<V> byDefaultTimeout()
           
 QueryAssertions.QueryAssertion<V> now()
           
 

Method Detail

now

QueryAssertions.QueryAssertion<V> now()

byDefaultTimeout

QueryAssertions.QueryAssertion<V> byDefaultTimeout()

by

QueryAssertions.QueryAssertion<V> by(long timeout)

by

QueryAssertions.QueryAssertion<V> by(long timeout,
                                     TimeUnit unit)


Copyright © 2002-2012 Atlassian. All Rights Reserved.