chromium/components/apdu/apdu_unittest.cc

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

#include "components/apdu/apdu_command.h"
#include "components/apdu/apdu_response.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace apdu {

TEST(ApduTest, TestDeserializeBasic) {}

TEST(ApduTest, TestDeserializeComplex) {}

TEST(ApduTest, TestDeserializeResponse) {}
TEST(ApduTest, TestSerializeCommand) {}
TEST(ApduTest, TestSerializeEdgeCases) {}

}  // namespace apdu