net.sourceforge.pmd
Class ReportTest

java.lang.Object
  extended by net.sourceforge.pmd.ReportTest
All Implemented Interfaces:
ReportListener

public class ReportTest
extends Object
implements ReportListener


Constructor Summary
ReportTest()
           
 
Method Summary
 void metricAdded(Metric metric)
           
static String render(Renderer renderer, Report report)
           
 void ruleViolationAdded(RuleViolation ruleViolation)
           
 void testListener()
           
 void testMetric0()
           
 void testMetric1()
           
 void testSortedReport_File()
           
 void testSortedReport_Line()
           
 void testSummary()
           
 void testTreeIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTest

public ReportTest()
Method Detail

ruleViolationAdded

public void ruleViolationAdded(RuleViolation ruleViolation)
Specified by:
ruleViolationAdded in interface ReportListener

metricAdded

public void metricAdded(Metric metric)
Specified by:
metricAdded in interface ReportListener

testMetric0

public void testMetric0()

testMetric1

public void testMetric1()

testSortedReport_File

public void testSortedReport_File()
                           throws IOException
Throws:
IOException

testSortedReport_Line

public void testSortedReport_Line()
                           throws IOException
Throws:
IOException

testListener

public void testListener()

testSummary

public void testSummary()

testTreeIterator

public void testTreeIterator()

render

public static String render(Renderer renderer,
                            Report report)
                     throws IOException
Throws:
IOException


Copyright © 2002–2015 InfoEther. All rights reserved.