cs132.testCases
Class StudentTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cs132.testCases.StudentTests
All Implemented Interfaces:
junit.framework.Test

public class StudentTests
extends junit.framework.TestCase


Constructor Summary
StudentTests()
           
 
Method Summary
 void testDijkstraOnStringModel()
          This test is one of the release tests, but we are giving you a copy of it to help you debug your code.
 
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

StudentTests

public StudentTests()
Method Detail

testDijkstraOnStringModel

public void testDijkstraOnStringModel()
This test is one of the release tests, but we are giving you a copy of it to help you debug your code. We didn't want to make it a public test, since that would prevent you from release testing your web crawler before you had Disjkstra's algorithm working.



Web Accessibility