Home
last modified time | relevance | path

Searched refs:TestCaseError (Results 1 – 16 of 16) sorted by relevance

/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DTestCaseError.java30 public final class TestCaseError extends com.google.protobuf.GeneratedMessageV3 class
36 private TestCaseError(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in TestCaseError() method in TestCaseError
40 private TestCaseError() {} in TestCaseError() method in TestCaseError
45 return new TestCaseError(); in newInstance()
64 com.google.cloud.dialogflow.cx.v3.TestCaseError.class, in internalGetFieldAccessorTable()
65 com.google.cloud.dialogflow.cx.v3.TestCaseError.Builder.class); in internalGetFieldAccessorTable()
209 if (!(obj instanceof com.google.cloud.dialogflow.cx.v3.TestCaseError)) { in equals()
212 com.google.cloud.dialogflow.cx.v3.TestCaseError other = in equals()
213 (com.google.cloud.dialogflow.cx.v3.TestCaseError) obj; in equals()
247 public static com.google.cloud.dialogflow.cx.v3.TestCaseError parseFrom(java.nio.ByteBuffer data) in parseFrom()
[all …]
DImportTestCasesMetadata.java75 private java.util.List<com.google.cloud.dialogflow.cx.v3.TestCaseError> errors_;
86 public java.util.List<com.google.cloud.dialogflow.cx.v3.TestCaseError> getErrorsList() { in getErrorsList()
126 public com.google.cloud.dialogflow.cx.v3.TestCaseError getErrors(int index) { in getErrors()
506 com.google.cloud.dialogflow.cx.v3.TestCaseError m = in mergeFrom()
508 com.google.cloud.dialogflow.cx.v3.TestCaseError.parser(), in mergeFrom()
537 private java.util.List<com.google.cloud.dialogflow.cx.v3.TestCaseError> errors_ =
542 errors_ = new java.util.ArrayList<com.google.cloud.dialogflow.cx.v3.TestCaseError>(errors_); in ensureErrorsIsMutable()
548 com.google.cloud.dialogflow.cx.v3.TestCaseError,
549 com.google.cloud.dialogflow.cx.v3.TestCaseError.Builder,
562 public java.util.List<com.google.cloud.dialogflow.cx.v3.TestCaseError> getErrorsList() { in getErrorsList()
[all …]
DImportTestCasesMetadataOrBuilder.java35 java.util.List<com.google.cloud.dialogflow.cx.v3.TestCaseError> getErrorsList(); in getErrorsList()
45 com.google.cloud.dialogflow.cx.v3.TestCaseError getErrors(int index); in getErrors()
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DTestCaseError.java30 public final class TestCaseError extends com.google.protobuf.GeneratedMessageV3 class
36 private TestCaseError(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in TestCaseError() method in TestCaseError
40 private TestCaseError() {} in TestCaseError() method in TestCaseError
45 return new TestCaseError(); in newInstance()
64 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError.class, in internalGetFieldAccessorTable()
65 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError.Builder.class); in internalGetFieldAccessorTable()
209 if (!(obj instanceof com.google.cloud.dialogflow.cx.v3beta1.TestCaseError)) { in equals()
212 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError other = in equals()
213 (com.google.cloud.dialogflow.cx.v3beta1.TestCaseError) obj; in equals()
247 public static com.google.cloud.dialogflow.cx.v3beta1.TestCaseError parseFrom( in parseFrom()
[all …]
DImportTestCasesMetadata.java75 private java.util.List<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError> errors_;
86 public java.util.List<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError> getErrorsList() { in getErrorsList()
126 public com.google.cloud.dialogflow.cx.v3beta1.TestCaseError getErrors(int index) { in getErrors()
510 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError m = in mergeFrom()
512 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError.parser(), in mergeFrom()
541 private java.util.List<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError> errors_ =
547 new java.util.ArrayList<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError>(errors_); in ensureErrorsIsMutable()
553 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError,
554 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError.Builder,
567 public java.util.List<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError> getErrorsList() { in getErrorsList()
[all …]
DImportTestCasesMetadataOrBuilder.java35 java.util.List<com.google.cloud.dialogflow.cx.v3beta1.TestCaseError> getErrorsList(); in getErrorsList()
45 com.google.cloud.dialogflow.cx.v3beta1.TestCaseError getErrors(int index); in getErrors()
/external/rust/android-crates-io/crates/googletest/src/internal/
Dtest_outcome.rs244 impl From<TestAssertionFailure> for proptest::test_runner::TestCaseError { implementation
246 proptest::test_runner::TestCaseError::Fail(format!("{value}").into()) in from()
/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dproperties.rs125 ) -> Result<(), TestCaseError> { in apply_action() argument
184 fn run<C: Config>(actions: Vec<Action>) -> Result<(), TestCaseError> { in run() argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/
Dencoding.rs1192 decode_key(&mut buf).map_err(|error| TestCaseError::fail(error.to_string()))?; in check_type()
1210 WireType::SixtyFourBit if buf.remaining() != 8 => Err(TestCaseError::fail(format!( in check_type()
1215 WireType::ThirtyTwoBit if buf.remaining() != 4 => Err(TestCaseError::fail(format!( in check_type()
1230 .map_err(|error| TestCaseError::fail(error.to_string()))?; in check_type()
1278 decode_key(&mut buf).map_err(|error| TestCaseError::fail(error.to_string()))?; in check_collection_type()
1302 .map_err(|error| TestCaseError::fail(error.to_string()))?; in check_collection_type()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/
Dencoding.rs1192 decode_key(&mut buf).map_err(|error| TestCaseError::fail(error.to_string()))?; in check_type()
1210 WireType::SixtyFourBit if buf.remaining() != 8 => Err(TestCaseError::fail(format!( in check_type()
1215 WireType::ThirtyTwoBit if buf.remaining() != 4 => Err(TestCaseError::fail(format!( in check_type()
1230 .map_err(|error| TestCaseError::fail(error.to_string()))?; in check_type()
1278 decode_key(&mut buf).map_err(|error| TestCaseError::fail(error.to_string()))?; in check_collection_type()
1302 .map_err(|error| TestCaseError::fail(error.to_string()))?; in check_collection_type()
/external/rust/android-crates-io/crates/googletest/
Dcrate_docs.md527 [`TestCaseError`](https://docs.rs/proptest/latest/proptest/test_runner/enum.TestCaseError.html)
/external/googleapis/google/cloud/dialogflow/cx/v3/
Dtest_case.proto833 repeated TestCaseError errors = 1;
837 message TestCaseError { message
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/
Dtest_case.proto837 repeated TestCaseError errors = 1;
841 message TestCaseError { message
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/
Dtest_case.proto831 repeated TestCaseError errors = 1;
835 message TestCaseError { message
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
Dtest_case.proto839 repeated TestCaseError errors = 1;
843 message TestCaseError { message
/external/google-cloud-java/java-dialogflow-cx/
Dsynth.metadata736 …-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/TestCaseError.java",
1162 …oud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/TestCaseError.java",