org.picocontainer.defaults
Class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.defaults.NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase
All Implemented Interfaces:
junit.framework.Test

public class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase
extends junit.framework.TestCase


Nested Class Summary
static class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino
           
static class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino2
           
static class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino3
           
static class NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino4
           
 
Constructor Summary
NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase()
           
 
Method Summary
 void testComponentRegistrationMismatch()
           
 void testDuplicateRegistrationWithTypeAndObject()
           
 void testGetComponentSpecification()
           
 void testMultipleImplementationsAccessedThroughKey()
           
 void testMultipleParametersCanBePassed()
           
 void testParameterCanBePassedToConstructor()
           
 void testParameterCanBePrimitive()
           
 void testParametersCanBeMixedWithComponentsCanBePassed()
           
 void testRegistrationByName()
           
 void testRegistrationByNameAndClassWithResolving()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase

public NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase()
Method Detail

testGetComponentSpecification

public void testGetComponentSpecification()
                                   throws PicoRegistrationException,
                                          DuplicateComponentKeyRegistrationException,
                                          AssignabilityRegistrationException,
                                          AmbiguousComponentResolutionException,
                                          PicoIntrospectionException
Throws:
PicoRegistrationException
DuplicateComponentKeyRegistrationException
AssignabilityRegistrationException
AmbiguousComponentResolutionException
PicoIntrospectionException

testMultipleImplementationsAccessedThroughKey

public void testMultipleImplementationsAccessedThroughKey()
                                                   throws PicoInitializationException,
                                                          PicoRegistrationException,
                                                          PicoInvocationTargetInitializationException
Throws:
PicoInitializationException
PicoRegistrationException
PicoInvocationTargetInitializationException

testRegistrationByName

public void testRegistrationByName()
                            throws Exception
Throws:
Exception

testRegistrationByNameAndClassWithResolving

public void testRegistrationByNameAndClassWithResolving()
                                                 throws Exception
Throws:
Exception

testDuplicateRegistrationWithTypeAndObject

public void testDuplicateRegistrationWithTypeAndObject()
                                                throws PicoRegistrationException,
                                                       PicoIntrospectionException
Throws:
PicoRegistrationException
PicoIntrospectionException

testComponentRegistrationMismatch

public void testComponentRegistrationMismatch()
                                       throws PicoRegistrationException,
                                              PicoIntrospectionException
Throws:
PicoRegistrationException
PicoIntrospectionException

testParameterCanBePassedToConstructor

public void testParameterCanBePassedToConstructor()
                                           throws Exception
Throws:
Exception

testParameterCanBePrimitive

public void testParameterCanBePrimitive()
                                 throws Exception
Throws:
Exception

testMultipleParametersCanBePassed

public void testMultipleParametersCanBePassed()
                                       throws Exception
Throws:
Exception

testParametersCanBeMixedWithComponentsCanBePassed

public void testParametersCanBeMixedWithComponentsCanBePassed()
                                                       throws Exception
Throws:
Exception


Copyright © 2003-2010 Codehaus. All Rights Reserved.