The im4java Library, Version 1.4.0

org.im4java.test
Class AbstractTestCase

java.lang.Object
  extended by org.im4java.test.AbstractTestCase
All Implemented Interfaces:
TestCase
Direct Known Subclasses:
TestCase1, TestCase10, TestCase11, TestCase12, TestCase13, TestCase14, TestCase15, TestCase16, TestCase16a, TestCase16b, TestCase17, TestCase18, TestCase19, TestCase2, TestCase20, TestCase21, TestCase23, TestCase24, TestCase3, TestCase4, TestCase5, TestCase6, TestCase7, TestCase8, TestCase9

public abstract class AbstractTestCase
extends java.lang.Object
implements TestCase

This class implements an abstract base class for all test-cases.

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

Field Summary
protected  java.lang.String[] iArgs
          Program arguments.
protected static java.lang.String iImageDir
          The directory with test-images (platform-independent).
protected static java.lang.String iTmpImage
          A temporary file for display of results.
 
Constructor Summary
AbstractTestCase()
           
 
Method Summary
 void runTest(java.lang.String[] pArgs)
          Run test and catch execptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.im4java.test.TestCase
getDescription, run
 

Field Detail

iImageDir

protected static final java.lang.String iImageDir
The directory with test-images (platform-independent).


iTmpImage

protected static final java.lang.String iTmpImage
A temporary file for display of results.


iArgs

protected java.lang.String[] iArgs
Program arguments.

Constructor Detail

AbstractTestCase

public AbstractTestCase()
Method Detail

runTest

public void runTest(java.lang.String[] pArgs)
Run test and catch execptions.

Parameters:
pArgs - Additional arguments for the test.

The im4java Library, Version 1.4.0

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