org.apache.commons.feedparser.test
Class TestProbeLocator

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.feedparser.test.TestProbeLocator
All Implemented Interfaces:
junit.framework.Test

public class TestProbeLocator
extends junit.framework.TestCase

Version:
$Id: TestProbeLocator.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Brad Neuberg

Field Summary
static boolean HAS_ATOM_FEED
           
static boolean HAS_RSS_FEED
           
static boolean NO_ATOM_FEED
           
static boolean NO_RSS_FEED
           
 
Constructor Summary
TestProbeLocator(String name)
           
 
Method Summary
protected  String getContent(String resource)
          Grabs all the content for a weblog for testing purposes.
static void main(String[] args)
           
 void testAOLJournal()
           
 void testBlogger()
           
 void testBlosxom()
           
 void testDiaryLand()
           
 void testGreyMatter()
           
 void testLiveJournal()
           
 void testMovableType()
           
 void testPMachine()
           
 void testRadioUserland()
           
 void testTextAmerica()
           
 void testTextPattern()
           
 void testTypePad()
           
 void testWordPress()
           
 void testXanga()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_ATOM_FEED

public static boolean NO_ATOM_FEED

HAS_ATOM_FEED

public static boolean HAS_ATOM_FEED

NO_RSS_FEED

public static boolean NO_RSS_FEED

HAS_RSS_FEED

public static boolean HAS_RSS_FEED
Constructor Detail

TestProbeLocator

public TestProbeLocator(String name)
                 throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

testBlogger

public void testBlogger()
                 throws Exception
Throws:
Exception

testLiveJournal

public void testLiveJournal()
                     throws Exception
Throws:
Exception

testDiaryLand

public void testDiaryLand()
                   throws Exception
Throws:
Exception

testMovableType

public void testMovableType()
                     throws Exception
Throws:
Exception

testXanga

public void testXanga()
               throws Exception
Throws:
Exception

testWordPress

public void testWordPress()
                   throws Exception
Throws:
Exception

testAOLJournal

public void testAOLJournal()
                    throws Exception
Throws:
Exception

testTypePad

public void testTypePad()
                 throws Exception
Throws:
Exception

testGreyMatter

public void testGreyMatter()
                    throws Exception
Throws:
Exception

testPMachine

public void testPMachine()
                  throws Exception
Throws:
Exception

testBlosxom

public void testBlosxom()
                 throws Exception
Throws:
Exception

testRadioUserland

public void testRadioUserland()
                       throws Exception
Throws:
Exception

testTextPattern

public void testTextPattern()
                     throws Exception
Throws:
Exception

testTextAmerica

public void testTextAmerica()
                     throws Exception
Throws:
Exception

getContent

protected String getContent(String resource)
                     throws Exception
Grabs all the content for a weblog for testing purposes.

Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.