chromium/chrome/common/net/x509_certificate_model_nss_unittest.cc

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

#include "chrome/common/net/x509_certificate_model_nss.h"

#include <stddef.h>

#include "base/files/file_path.h"
#include "crypto/scoped_test_nss_db.h"
#include "net/cert/nss_cert_database.h"
#include "net/cert/scoped_nss_types.h"
#include "net/cert/x509_util_nss.h"
#include "net/test/cert_test_util.h"
#include "net/test/test_data_directory.h"
#include "net/test/test_with_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

// Required to register an observer from the constructor of
// net::NSSCertDatabase.
X509CertificateModelTest;

TEST_F(X509CertificateModelTest, GetCertNameOrNicknameAndGetTitle) {}

TEST_F(X509CertificateModelTest, GetTypeCA) {}

TEST_F(X509CertificateModelTest, GetTypeServer) {}