| // Copyright 2020 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "fd-tests.h" |
| |
| namespace { |
| |
| TEST(ZbitlViewFdTests, DefaultConstructed) { |
| ASSERT_NO_FATAL_FAILURE(TestDefaultConstructedView<FdTestTraits>()); |
| } |
| |
| TEST(ZbitlViewFdTests, CrcCheckFailure) { |
| ASSERT_NO_FATAL_FAILURE(TestCrcCheckFailure<FdTestTraits>()); |
| } |
| |
| TEST_ITERATION(ZbitlViewFdTests, FdTestTraits) |
| |
| TEST_MUTATION(ZbitlViewFdTests, FdTestTraits) |
| |
| TEST(ZbitlImageFdTests, Appending) { ASSERT_NO_FATAL_FAILURE(TestAppending<FdTestTraits>()); } |
| |
| } // namespace |