blob: d46004910447176524d970b381f35507b01b31ba [file] [log] [blame]
// 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_ITERATION(ZbitlViewFdTests, FdTestTraits)
TEST_MUTATION(ZbitlViewFdTests, FdTestTraits)
TEST(ZbitlImageFdTests, Appending) { ASSERT_NO_FATAL_FAILURE(TestAppending<FdTestTraits>()); }
} // namespace