net.sf.jbenchmark
Interface Assertion

All Known Implementing Classes:
AssertDuration, AssertResponseSize, AssertStatusCode

public interface Assertion

A test assertion.

Version:
$Id: Assertion.java,v 1.2 2004/02/05 09:25:23 dcotterill Exp $
Author:
Adam Murdoch

Method Summary
 void checkResult(TestResult result)
          Check the results of a test.
 

Method Detail

checkResult

public void checkResult(TestResult result)
                 throws java.lang.Exception
Check the results of a test.

Throws:
java.lang.Exception