javalib.worldimages
Class DrawTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by javalib.worldimages.DrawTest
All Implemented Interfaces:
junit.framework.Test

public class DrawTest
extends junit.framework.TestCase

A bunch of test cases that draw examples on the screen. Always passes; need a human eye to look at them and confirm that they look right.

Version:
Dec. 28, 2012
Author:
Stephen Bloch

Constructor Summary
DrawTest()
           
 
Method Summary
static void testEverything()
          Run all test methods in the class.
 void testOperators(tester.Tester t)
           
 void testOtherStuff(tester.Tester t)
           
 void testPrimitives(tester.Tester t)
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DrawTest

public DrawTest()
Method Detail

testEverything

public static void testEverything()
Run all test methods in the class.


testOperators

public void testOperators(tester.Tester t)

testOtherStuff

public void testOtherStuff(tester.Tester t)

testPrimitives

public void testPrimitives(tester.Tester t)