Package org.atinject.tck.auto
Class Convertible.PrivateTests
- java.lang.Object
-
- TestCase
-
- org.atinject.tck.auto.Convertible.PrivateTests
-
- Enclosing class:
- Convertible
public static class Convertible.PrivateTests extends TestCase
-
-
Constructor Summary
Constructors Constructor Description PrivateTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testPackagePrivateMethodInjectedSamePackage()
void
testPrivateMethodInjectedEvenWhenSimilarMethodLacksAnnotation()
void
testSimilarPrivateMethodInjectedOnlyOnce()
void
testSupertypePrivateMethodInjected()
-
-
-
Method Detail
-
testSupertypePrivateMethodInjected
public void testSupertypePrivateMethodInjected()
-
testPackagePrivateMethodInjectedSamePackage
public void testPackagePrivateMethodInjectedSamePackage()
-
testPrivateMethodInjectedEvenWhenSimilarMethodLacksAnnotation
public void testPrivateMethodInjectedEvenWhenSimilarMethodLacksAnnotation()
-
testSimilarPrivateMethodInjectedOnlyOnce
public void testSimilarPrivateMethodInjectedOnlyOnce()
-
-