Package org.im4java.test
Class TestCase22
- java.lang.Object
-
- org.im4java.test.AbstractTestCase
-
- org.im4java.test.TestCase21
-
- org.im4java.test.TestCase22
-
- All Implemented Interfaces:
ProcessEventListener,TestCase
public class TestCase22 extends TestCase21
This class tests the class BatchConverter.- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class org.im4java.test.TestCase21
iOp
-
Fields inherited from class org.im4java.test.AbstractTestCase
iArgs, iImageDir, iTmpImage
-
-
Constructor Summary
Constructors Constructor Description TestCase22()The default constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Return the description of the test.static voidmain(java.lang.String[] args)Main method.voidrun()Run the test.-
Methods inherited from class org.im4java.test.TestCase21
load, processInitiated, processStarted, processTerminated
-
Methods inherited from class org.im4java.test.AbstractTestCase
runTest
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Return the description of the test.- Specified by:
getDescriptionin interfaceTestCase- Overrides:
getDescriptionin classTestCase21
-
main
public static void main(java.lang.String[] args)
Main method. Just calls AbstractTestCase.runTest(), which catches and prints exceptions.
-
run
public void run() throws java.lang.ExceptionRun the test.- Specified by:
runin interfaceTestCase- Overrides:
runin classTestCase21- Throws:
java.lang.Exception
-
-