chromium/third_party/boringssl/src/pki/input_unittest.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "input.h"

#include <gtest/gtest.h>

BSSL_NAMESPACE_BEGIN
namespace der::test {

constexpr uint8_t kInput[] =;
const uint8_t kInput2[] =;

TEST(InputTest, Equals) {}

TEST(InputTest, LessThan) {}

TEST(InputTest, AsString) {}

TEST(InputTest, StaticArray) {}

TEST(InputTest, ConstExpr) {}

TEST(ByteReaderTest, NoReadPastEnd) {}

TEST(ByteReaderTest, ReadToEnd) {}

TEST(ByteReaderTest, PartialReadFails) {}

TEST(ByteReaderTest, HasMore) {}

}  // namespace der::test
BSSL_NAMESPACE_END