org.xiruss.snapcm.api.helpers
Class RepositoryObjectMapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.xiruss.snapcm.api.helpers.RepositoryObjectMapTest
All Implemented Interfaces:
junit.framework.Test

public class RepositoryObjectMapTest
extends junit.framework.TestCase


Constructor Summary
RepositoryObjectMapTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testMap()
           
 void testRepositoryObjectMap()
           
 void testVersionByResourceMap()
           
 void testVersionMap()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryObjectMapTest

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

suite

public static junit.framework.Test suite()

testVersionMap

public void testVersionMap()
                    throws java.lang.Throwable
Throws:
java.lang.Throwable

testVersionByResourceMap

public void testVersionByResourceMap()
                              throws java.lang.Throwable
Throws:
java.lang.Throwable

testRepositoryObjectMap

public void testRepositoryObjectMap()

testMap

public void testMap()

main

public static void main(java.lang.String[] args)