com.arsdigita.apm.test
Class ACSPackageTypeTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.arsdigita.apm.test.ACSPackageTypeTest
All Implemented Interfaces:
junit.framework.Test

public class ACSPackageTypeTest
extends junit.framework.TestCase

Test cases for the ACSPackage class.

Since:
ACS 4.0

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ACSPackageTypeTest(java.lang.String name)
           
 
Method Summary
 void setUp()
          Setup basic file resources.
 void tearDown()
          Close the file resources already opened.
 void testCreation()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

ACSPackageTypeTest

public ACSPackageTypeTest(java.lang.String name)
Method Detail

setUp

public void setUp()
Setup basic file resources.
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Close the file resources already opened.
Overrides:
tearDown in class junit.framework.TestCase

testCreation

public void testCreation()