org.corpstein.image
Class TestImageLayer

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.corpstein.image.TestImageLayer
All Implemented Interfaces:
junit.framework.Test

public class TestImageLayer
extends junit.framework.TestCase

Unit tests for the org.corpstein.image.ImageLayer class.

Version:
$Revision: 1.4 $ $Date: 2005/04/24 21:03:44 $
Author:
David Corpstein

Constructor Summary
TestImageLayer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Added so that the test can be run directly
 void testConstructor()
           
 void testDraw01()
           
 void testGetSetDimension()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestImageLayer

public TestImageLayer()
Method Detail

testConstructor

public void testConstructor()

testGetSetDimension

public void testGetSetDimension()

testDraw01

public void testDraw01()

main

public static void main(java.lang.String[] args)
Added so that the test can be run directly



Last update: 20050424 1651