Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.svggen
Class SVGAccuracyTestValidator.NullReferenceURL  view SVGAccuracyTestValidator.NullReferenceURL download SVGAccuracyTestValidator.NullReferenceURL.java

java.lang.Object
  extended byorg.apache.batik.test.AbstractTest
      extended byorg.apache.batik.test.TestReportValidator
          extended byorg.apache.batik.svggen.SVGAccuracyTestValidator.ValidPainterTest
              extended byorg.apache.batik.svggen.SVGAccuracyTestValidator.NullReferenceURL
All Implemented Interfaces:
Painter, org.apache.batik.test.Test
Enclosing class:
SVGAccuracyTestValidator

static class SVGAccuracyTestValidator.NullReferenceURL
extends SVGAccuracyTestValidator.ValidPainterTest


Field Summary
 
Fields inherited from class org.apache.batik.test.TestReportValidator
ENTRY_KEY_EXPECTED_ERROR_CODE, ENTRY_KEY_EXPECTED_STATUS, ENTRY_KEY_RECEIVED_ERROR_CODE, ENTRY_KEY_RECEIVED_STATUS
 
Fields inherited from class org.apache.batik.test.AbstractTest
id, name, parent
 
Constructor Summary
(package private) SVGAccuracyTestValidator.NullReferenceURL()
           
 
Method Summary
 void paint(java.awt.Graphics2D g)
           
 org.apache.batik.test.TestReport runImpl()
          Subclasses should implement this method with the content of the test case.
 
Methods inherited from class org.apache.batik.test.TestReportValidator
setConfig
 
Methods inherited from class org.apache.batik.test.AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGAccuracyTestValidator.NullReferenceURL

SVGAccuracyTestValidator.NullReferenceURL()
Method Detail

runImpl

public org.apache.batik.test.TestReport runImpl()
                                         throws java.lang.Exception
Description copied from class: org.apache.batik.test.AbstractTest
Subclasses should implement this method with the content of the test case. Typically, implementations will choose to catch and process all exceptions and error conditions they are looking for in the code they exercise but will let exceptions due to their own processing propagate.


paint

public void paint(java.awt.Graphics2D g)
Specified by:
paint in interface Painter