com.partnersoft.core
Interface BooleanTest


public interface BooleanTest

A simple true/false test object. Similar to Runnable but with a boolean return value.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Method Summary
 boolean runTest()
          Run the test and return the boolean result.
 

Method Detail

runTest

boolean runTest()
Run the test and return the boolean result.