org.apache.commons.inject.impl
Class SimpleInjectorTest

java.lang.Object
  extended by org.apache.commons.inject.impl.SimpleInjectorTest

public class SimpleInjectorTest
extends Object


Constructor Summary
SimpleInjectorTest()
           
 
Method Summary
 void testAutomaticInjectorBinding()
           
 void testNoBinding()
           
 void testScopes()
           
 void testSimpleInjector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInjectorTest

public SimpleInjectorTest()
Method Detail

testSimpleInjector

public void testSimpleInjector()
                        throws Exception
Throws:
Exception

testAutomaticInjectorBinding

public void testAutomaticInjectorBinding()
                                  throws Exception
Throws:
Exception

testNoBinding

public void testNoBinding()
                   throws Exception
Throws:
Exception

testScopes

public void testScopes()
                throws Exception
Throws:
Exception


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.