org.codehaus.plexus.registry.test
Class AbstractRegistryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.codehaus.plexus.registry.test.AbstractRegistryTest
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractRegistryTest
extends org.codehaus.plexus.PlexusTestCase

Since:
8 feb. 07
Version:
$Id: AbstractRegistryTest.java 5936 2007-02-24 13:36:22Z olamy $
Author:
olamy

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
container, context
 
Constructor Summary
AbstractRegistryTest()
           
 
Method Summary
 org.codehaus.plexus.registry.Registry getRegistry()
           
abstract  java.lang.String getRoleHint()
           
 void testBoolean()
           
 void testBooleanUnknown()
           
 void testGetSubRegistry()
           
 void testgetSubsetEmpty()
           
 void testgetSubsetValues()
           
 void testInt()
           
 void testIntUnknown()
           
 void testIsNotEmpty()
           
 void testSetBoolean()
           
 void testSetInt()
           
 void testSetString()
           
 void testString()
           
 void testStringUnknown()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setUp, tearDown
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractRegistryTest

public AbstractRegistryTest()
Method Detail

getRoleHint

public abstract java.lang.String getRoleHint()

getRegistry

public org.codehaus.plexus.registry.Registry getRegistry()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testInt

public void testInt()
             throws java.lang.Exception
Throws:
java.lang.Exception

testIntUnknown

public void testIntUnknown()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testString

public void testString()
                throws java.lang.Exception
Throws:
java.lang.Exception

testStringUnknown

public void testStringUnknown()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testBoolean

public void testBoolean()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanUnknown

public void testBooleanUnknown()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testIsNotEmpty

public void testIsNotEmpty()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetSubRegistry

public void testGetSubRegistry()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testgetSubsetValues

public void testgetSubsetValues()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testgetSubsetEmpty

public void testgetSubsetEmpty()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testSetBoolean

public void testSetBoolean()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testSetInt

public void testSetInt()
                throws java.lang.Exception
Throws:
java.lang.Exception

testSetString

public void testSetString()
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2010 Codehaus. All Rights Reserved.