fable.test
Class FeedsterSearcherTest

java.lang.Object
  extended by TestCase
      extended by fable.test.FeedsterSearcherTest

public class FeedsterSearcherTest
extends TestCase

This test checks if Feedster Search works properly. Note because this test relies on an external web site that we have no control over, the test may fail even if the module is correct.

Author:
Christopher Moh

Constructor Summary
FeedsterSearcherTest(java.lang.String s)
           
 
Method Summary
 void setUp()
          Sets up the test
static Test suite()
           
 void testCNN()
          Test a search on Feedster for the String "CNN"
 void testSlashdot()
          Test a search on Feedster for the string "Slashdot"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedsterSearcherTest

public FeedsterSearcherTest(java.lang.String s)
Method Detail

setUp

public void setUp()
Sets up the test


testCNN

public void testCNN()
Test a search on Feedster for the String "CNN"


testSlashdot

public void testSlashdot()
Test a search on Feedster for the string "Slashdot"


suite

public static Test suite()