The im4java Library, Version 1.4.0

org.im4java.test
Interface TestCase

All Known Implementing Classes:
AbstractTestCase, TestCase1, TestCase10, TestCase11, TestCase12, TestCase13, TestCase14, TestCase15, TestCase16, TestCase16a, TestCase16b, TestCase17, TestCase18, TestCase19, TestCase2, TestCase20, TestCase21, TestCase22, TestCase23, TestCase24, TestCase3, TestCase4, TestCase5, TestCase6, TestCase7, TestCase8, TestCase9

public interface TestCase

This interface defines the methods for a single test-case.

Since:
1.0.0
Version:
$Revision: 1.2 $
Author:
$Author: bablokb $

Method Summary
 java.lang.String getDescription()
          Return the description of the test.
 void run()
          Run the test.
 

Method Detail

getDescription

java.lang.String getDescription()
Return the description of the test.


run

void run()
         throws java.lang.Exception
Run the test.

Throws:
java.lang.Exception

The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/