Searched refs:ElementsTest (Results 1 – 4 of 4) sorted by relevance
21 import com.google.inject.spi.ElementsTest;26 public class NoopOverrideTest extends ElementsTest {
74 public class ElementsTest extends TestCase { class91 ElementsTest.class.getName(), in testAddMessageErrorCommand()92 getDeclaringSourcePart(ElementsTest.class)); in testAddMessageErrorCommand()93 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testAddMessageErrorCommand()113 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testAddThrowableErrorCommand()660 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testBindToInstanceInScope()1040 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testBindWithMultipleAnnotationsAddsError()1067 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testBindWithMultipleTargetsAddsError()1094 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testBindWithMultipleScopesAddsError()1122 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); in testBindConstantWithMultipleAnnotationsAddsError()[all …]
24 public class ElementApplyToTest extends ElementsTest {
30 import com.google.inject.spi.ElementsTest;126 suite.addTestSuite(ElementsTest.class); in suite()