blob: e290fa9e5739ad2936204fa0b7a37e1fbfb956d6 [file] [log] [blame] [edit]
// 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