| 297 | |
| 298 | template <typename I, bool Flattened = false> |
| 299 | void TestGetWithNonStructArray() const { |
| 300 | EXPECT_RAISES_WITH_MESSAGE_THAT( |
| 301 | NotImplemented, ::testing::HasSubstr("Get child data of non-struct array"), |
| 302 | DoGet<Flattened>(*case_->v1_1_0.OutputAs<I>(), FieldPath({1, 1, 0}))); |
| 303 | } |
| 304 | |
| 305 | template <typename I, bool Flattened = false> |
| 306 | void TestGet() const { |
nothing calls this directly
no test coverage detected