org.apache.qpid.test.framework
Interface Assertion

All Known Implementing Classes:
AssertionBase, NotApplicableAssertion

public interface Assertion

Assertion models an assertion on a test Circuit.

CRC Card
Responsibilities
Indicate whether or not the assertion passes when applied.


Method Summary
 boolean apply()
          Applies the assertion.
 

Method Detail

apply

boolean apply()
Applies the assertion.

Returns:
true if the assertion passes, false if it fails.


Licensed to the Apache Software Foundation