public class InjectorBuilderTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InjectorBuilderTest.NotInjectable |
static interface |
InjectorBuilderTest.ShouldWork |
| Constructor and Description |
|---|
InjectorBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBadNullBinding() |
void |
testInjectorBuilderWithAnnotatedBindings() |
void |
testInjectorBuilderWithNamedBindings() |
void |
testInjectorMissingNamedBinding() |
void |
testInjectorNoConstructor() |
void |
testMemoizeCachePolicy() |
void |
testMemoizeDefaultCachePolicy() |
void |
testMemoizedProviderCachePolicy() |
void |
testNewInstanceCachePolicy() |
void |
testNewInstanceDefaultCachePolicy() |
void |
testNewInstanceProviderCachePolicy() |
void |
testNullBinding() |
void |
testProviderInjectionCycleBreaking() |
void |
testSimpleProviderInjection() |
public void testNewInstanceProviderCachePolicy()
throws Exception
Exceptionpublic void testMemoizedProviderCachePolicy()
throws Exception
Exceptionpublic void testProviderInjectionCycleBreaking()
throws Exception
Exceptionpublic void testSimpleProviderInjection()
throws Exception
Exceptionpublic void testNewInstanceCachePolicy()
throws Exception
Exceptionpublic void testMemoizeDefaultCachePolicy()
throws Exception
Exceptionpublic void testNewInstanceDefaultCachePolicy()
throws Exception
Exceptionpublic void testInjectorBuilderWithAnnotatedBindings()
throws Exception
Exceptionpublic void testInjectorBuilderWithNamedBindings()
throws Exception
Exceptionpublic void testInjectorMissingNamedBinding()
throws Exception
Exceptionpublic void testInjectorNoConstructor()
throws Exception
Exceptionpublic void testNullBinding()
throws InjectionException
InjectionExceptionpublic void testBadNullBinding()
throws InjectionException
InjectionExceptionCopyright © 2016 GroupLens Research. All rights reserved.