org.apache.commons.monitoring.reporting
Class FormatsTest

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.FormatsTest

public class FormatsTest
extends Object


Constructor Summary
FormatsTest()
           
 
Method Summary
static void clear()
           
 void renderToCSV()
           
 void renderToJSON()
           
 void renderToXML()
           
static void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatsTest

public FormatsTest()
Method Detail

setup

public static void setup()

clear

public static void clear()

renderToXML

public void renderToXML()
                 throws Exception
Throws:
Exception

renderToJSON

public void renderToJSON()
                  throws Exception
Throws:
Exception

renderToCSV

public void renderToCSV()
                 throws Exception
Throws:
Exception


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.