org.atinject.tck.auto
Class Convertible.Tests
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.atinject.tck.auto.Convertible.Tests
- All Implemented Interfaces:
- junit.framework.Test
- Enclosing class:
- Convertible
public static class Convertible.Tests
- extends junit.framework.TestCase
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
car
private final Convertible car
cupholder
private final Cupholder cupholder
spareTire
private final SpareTire spareTire
engine
private final Engine engine
Convertible.Tests
public Convertible.Tests()
testFieldsInjected
public void testFieldsInjected()
testProviderReturnedValues
public void testProviderReturnedValues()
testMethodWithZeroParametersInjected
public void testMethodWithZeroParametersInjected()
testMethodWithMultipleParametersInjected
public void testMethodWithMultipleParametersInjected()
testNonVoidMethodInjected
public void testNonVoidMethodInjected()
testPublicNoArgsConstructorInjected
public void testPublicNoArgsConstructorInjected()
testSubtypeFieldsInjected
public void testSubtypeFieldsInjected()
testSubtypeMethodsInjected
public void testSubtypeMethodsInjected()
testSupertypeFieldsInjected
public void testSupertypeFieldsInjected()
testSupertypeMethodsInjected
public void testSupertypeMethodsInjected()
testTwiceOverriddenMethodInjectedWhenMiddleLacksAnnotation
public void testTwiceOverriddenMethodInjectedWhenMiddleLacksAnnotation()
testQualifiersNotInheritedFromOverriddenMethod
public void testQualifiersNotInheritedFromOverriddenMethod()
testConstructorInjectionWithValues
public void testConstructorInjectionWithValues()
testFieldInjectionWithValues
public void testFieldInjectionWithValues()
testMethodInjectionWithValues
public void testMethodInjectionWithValues()
testConstructorInjectionWithProviders
public void testConstructorInjectionWithProviders()
testFieldInjectionWithProviders
public void testFieldInjectionWithProviders()
testMethodInjectionWithProviders
public void testMethodInjectionWithProviders()
testConstructorInjectedProviderYieldsSingleton
public void testConstructorInjectedProviderYieldsSingleton()
testFieldInjectedProviderYieldsSingleton
public void testFieldInjectedProviderYieldsSingleton()
testMethodInjectedProviderYieldsSingleton
public void testMethodInjectedProviderYieldsSingleton()
testCircularlyDependentSingletons
public void testCircularlyDependentSingletons()
testSingletonAnnotationNotInheritedFromSupertype
public void testSingletonAnnotationNotInheritedFromSupertype()
testConstructorInjectedProviderYieldsDistinctValues
public void testConstructorInjectedProviderYieldsDistinctValues()
testFieldInjectedProviderYieldsDistinctValues
public void testFieldInjectedProviderYieldsDistinctValues()
testMethodInjectedProviderYieldsDistinctValues
public void testMethodInjectedProviderYieldsDistinctValues()
testPackagePrivateMethodInjectedDifferentPackages
public void testPackagePrivateMethodInjectedDifferentPackages()
testOverriddenProtectedMethodInjection
public void testOverriddenProtectedMethodInjection()
testOverriddenPublicMethodNotInjected
public void testOverriddenPublicMethodNotInjected()
testFieldsInjectedBeforeMethods
public void testFieldsInjectedBeforeMethods()
testSupertypeFieldsInjectedBeforeSubtypeMethods
public void testSupertypeFieldsInjectedBeforeSubtypeMethods()
testSupertypeMethodsInjectedBeforeSubtypeMethods
public void testSupertypeMethodsInjectedBeforeSubtypeMethods()
testPackagePrivateMethodInjectedEvenWhenSimilarMethodLacksAnnotation
public void testPackagePrivateMethodInjectedEvenWhenSimilarMethodLacksAnnotation()
testPrivateMethodNotInjectedWhenSupertypeHasAnnotatedSimilarMethod
public void testPrivateMethodNotInjectedWhenSupertypeHasAnnotatedSimilarMethod()
testPackagePrivateMethodNotInjectedWhenOverrideLacksAnnotation
public void testPackagePrivateMethodNotInjectedWhenOverrideLacksAnnotation()
testPackagePrivateMethodNotInjectedWhenSupertypeHasAnnotatedSimilarMethod
public void testPackagePrivateMethodNotInjectedWhenSupertypeHasAnnotatedSimilarMethod()
testProtectedMethodNotInjectedWhenOverrideNotAnnotated
public void testProtectedMethodNotInjectedWhenOverrideNotAnnotated()
testPublicMethodNotInjectedWhenOverrideNotAnnotated
public void testPublicMethodNotInjectedWhenOverrideNotAnnotated()
testTwiceOverriddenMethodNotInjectedWhenOverrideLacksAnnotation
public void testTwiceOverriddenMethodNotInjectedWhenOverrideLacksAnnotation()
testOverriddenPackagePrivateMethodInjectedOnlyOnce
public void testOverriddenPackagePrivateMethodInjectedOnlyOnce()
testSimilarPackagePrivateMethodInjectedOnlyOnce
public void testSimilarPackagePrivateMethodInjectedOnlyOnce()
testOverriddenProtectedMethodInjectedOnlyOnce
public void testOverriddenProtectedMethodInjectedOnlyOnce()
testOverriddenPublicMethodInjectedOnlyOnce
public void testOverriddenPublicMethodInjectedOnlyOnce()
Copyright (C) 2009 The JSR-330 Expert Group. Licensed under the Apache License, Version 2.0.