Home
last modified time | relevance | path

Searched defs:expectedError (Results 1 – 13 of 13) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DProductionGraphValidationTest.java83 String expectedError = in componentProductionWithNoDependencyChain() local
125 String expectedError = in provisionDependsOnProduction() local
157 String expectedError = in provisionEntryPointDependsOnProduction() local
205 String expectedError = in monitoringDependsOnUnboundType() local
259 String expectedError = in monitoringDependsOnProduction() local
DGraphValidationTest.java124 String expectedError = "test.TestClass.A cannot be provided without an " in constructorInjectionWithoutAnnotation() local
155 String expectedError = "test.TestClass.B cannot be provided without an " in membersInjectWithoutProvision() local
192 String expectedError = "test.Outer.CComponent.getC() contains a dependency cycle:\n" in cyclicDependency() local
240 String expectedError = "test.Outer.DComponent.getD() contains a dependency cycle:\n" in cyclicDependencyNotIncludingEntryPoint() local
306 String expectedError = in cyclicDependencyNotBrokenByMapBinding() local
366 String expectedError = in falsePositiveCyclicDependencyIndirectionDetected() local
515 String expectedError = "test.Outer.A is bound multiple times:\n" in duplicateExplicitBindings_ProvidesAndComponentProvision() local
554 String expectedError = "test.Outer.A is bound multiple times:\n" in duplicateExplicitBindings_TwoProvidesMethods() local
726 String expectedError = "test.Outer.A is bound multiple times:\n" in duplicateBindings_TruncateAfterLimit() local
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestCompositeGrammars.java256 …String expectedError = "error(161): "+tmpdir.toString().replaceFirst("\\-[0-9]+","")+"/M.g:2:8: co… in testCombinedImportsCombined() local
308 String expectedError = in testSameStringTwoNames() local
361 String expectedError = in testSameNameTwoStrings() local
399 String expectedError = in testImportedTokenVocabIgnoredWithWarning() local
666 String expectedError = in testInvalidImportMechanism() local
739 String expectedError = in testWarningForUndefinedToken() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java150 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
DNameTest.java140 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
DChildrenTest.java185 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
DValueTest.java134 private void checkCommandError(long stringID, int expectedError) { in checkCommandError()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip() local
DHttp2Test.java565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip() local
588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip() local
/external/boringssl/src/ssl/test/runner/
Drunner.go134 expectedError string member
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c3016 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertFromUnicodeWithContext()
3196 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertToUnicodeWithContext()
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1981 …const glw::GLenum expectedError = (m_sampleParam == SAMPLECOUNT_HIGH) ? (GL_INVALID_OPERATION) : … in iterate() local
Des31fDrawTests.cpp2274 …* desc, deUint32 alignment, deUint32 bufferSize, bool writeCommandToBuffer, deUint32 expectedError) in BadCommandBufferCase()