fable.test
Class ArticleTest

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

public class ArticleTest
extends TestCase

This class is for testing Article-specific functions.

Author:
Wonsik Kim

Constructor Summary
ArticleTest()
           
 
Method Summary
 void setUp()
           
 void testAccept()
           
 void testAcceptRecursive()
           
 void testActivate()
           
 void testAddChild()
           
 void testContent()
           
 void testCopyCtor()
           
 void testCtorWithoutURL()
           
 void testCtorWithURL()
           
 void testGetArticleURL()
           
 void testGetAuthor()
           
 void testGetSummary()
           
 void testGetTitle()
           
 void testIsSimilarTo()
           
 void testKeywords()
           
 void testMarkChangeListener()
           
 void testRefresh()
           
 void testSetMark()
           
 void testSetTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArticleTest

public ArticleTest()
Method Detail

setUp

public void setUp()

testCopyCtor

public void testCopyCtor()

testCtorWithURL

public void testCtorWithURL()

testCtorWithoutURL

public void testCtorWithoutURL()

testActivate

public void testActivate()

testRefresh

public void testRefresh()

testIsSimilarTo

public void testIsSimilarTo()

testKeywords

public void testKeywords()

testAddChild

public void testAddChild()

testMarkChangeListener

public void testMarkChangeListener()

testGetArticleURL

public void testGetArticleURL()

testGetAuthor

public void testGetAuthor()

testGetSummary

public void testGetSummary()

testGetTitle

public void testGetTitle()

testSetMark

public void testSetMark()

testSetTitle

public void testSetTitle()

testAccept

public void testAccept()

testAcceptRecursive

public void testAcceptRecursive()

testContent

public void testContent()