com.kitfox.svg.app.beans
Class SVGIconTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.kitfox.svg.app.beans.SVGIconTest
All Implemented Interfaces:
junit.framework.Test

public class SVGIconTest
extends junit.framework.TestCase

Author:
kitfox

Constructor Summary
SVGIconTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.TestSuite checkInTests()
           
static junit.framework.TestSuite releaseTests()
           
protected  void setUp()
           
static junit.framework.TestSuite smokeTests()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testDuke()
          Test the famous Duke.svg.
 void testInSVGIcon(java.lang.String resourcePath)
          Test reading in an svg file from the resource path by showing it in a dialog box.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Constructor Detail

SVGIconTest

public SVGIconTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

suite

public static junit.framework.Test suite()

testInSVGIcon

public void testInSVGIcon(java.lang.String resourcePath)
Test reading in an svg file from the resource path by showing it in a dialog box.


testDuke

public void testDuke()
Test the famous Duke.svg.


smokeTests

public static junit.framework.TestSuite smokeTests()

checkInTests

public static junit.framework.TestSuite checkInTests()

releaseTests

public static junit.framework.TestSuite releaseTests()