org.apache.commons.feedparser.test
Class DebugPerformance

java.lang.Object
  extended by org.apache.commons.feedparser.test.DebugPerformance

public class DebugPerformance
extends Object

Version:
$Id: DebugPerformance.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Constructor Summary
DebugPerformance()
           
 
Method Summary
static void doTestDefault()
           
static void doTestMethod(String name, Class clazz, int max)
           
static void doTestSAX()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugPerformance

public DebugPerformance()
Method Detail

doTestSAX

public static void doTestSAX()
                      throws Exception
Throws:
Exception

doTestDefault

public static void doTestDefault()
                          throws Exception
Throws:
Exception

main

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

doTestMethod

public static void doTestMethod(String name,
                                Class clazz,
                                int max)
                         throws Exception
Throws:
Exception


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