Package org.im4java.test
Class TestCase13
- java.lang.Object
-
- org.im4java.test.AbstractTestCase
-
- org.im4java.test.TestCase13
-
- All Implemented Interfaces:
TestCase
public class TestCase13 extends AbstractTestCase
This class implements a test of writing BufferedImages.- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class org.im4java.test.AbstractTestCase
iArgs, iImageDir, iTmpImage
-
-
Constructor Summary
Constructors Constructor Description TestCase13()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Return the description of the test.static void
main(java.lang.String[] args)
Main method.void
run()
Run the test.-
Methods inherited from class org.im4java.test.AbstractTestCase
runTest
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Return the description of the test.
-
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.Exception
Run the test.- Throws:
java.lang.Exception
-
-