com.atlassian.jira.webtest.framework.core
Class QueryAssertions.QueryAssertion<V>

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.core.QueryAssertions.QueryAssertion<V>
Enclosing class:
QueryAssertions

@NotThreadSafe
public abstract static class QueryAssertions.QueryAssertion<V>
extends Object


Constructor Summary
QueryAssertions.QueryAssertion()
           
 
Method Summary
protected  String combineMsg(String defaultMsg)
           
protected abstract  void execute(TimedQuery<V> query)
           
 QueryAssertions.QueryAssertion<V> withMessage(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAssertions.QueryAssertion

public QueryAssertions.QueryAssertion()
Method Detail

execute

protected abstract void execute(TimedQuery<V> query)

combineMsg

protected final String combineMsg(String defaultMsg)

withMessage

public QueryAssertions.QueryAssertion<V> withMessage(String msg)


Copyright © 2002-2013 Atlassian. All Rights Reserved.