fishPond
Class PublicTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by fishPond.PublicTests
All Implemented Interfaces:
junit.framework.Test

public class PublicTests
extends junit.framework.TestCase

Here we provide a couple of simple tests so that you can see how you might write them on your own. We are not grading your JUnit tests for this project, but it is always a good idea to write them so that you can test out your work.

Author:
Evan Golub, Fawzi Emad

Constructor Summary
PublicTests()
           
 
Method Summary
 void testMoveFish()
           
 void testTurnFish()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicTests

public PublicTests()
Method Detail

testTurnFish

public void testTurnFish()

testMoveFish

public void testMoveFish()


Web Accessibility