org.codehaus.nanning.attribute
Class AbstractAttributesTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.codehaus.nanning.attribute.AbstractAttributesTest
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractAttributesTest
extends junit.framework.TestCase

For internal use only, test-cases in the frameworks extend this to compile their attributes properly under IntelliJ. It should be placed in the test-directory but unfortunately those classes are not included in the produced jar-file so the frameworks can't use them.


Constructor Summary
AbstractAttributesTest()
           
 
Method Summary
static java.io.File findNanningFile(java.lang.String path)
           
protected  void setUp()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

AbstractAttributesTest

public AbstractAttributesTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

findNanningFile

public static java.io.File findNanningFile(java.lang.String path)


Copyright © Jon Tirsen. All Rights Reserved.