Flutter Impeller
archivist_fixture.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #pragma once
6 
7 #include "flutter/fml/macros.h"
8 #include "flutter/testing/testing.h"
9 
10 namespace impeller {
11 namespace testing {
12 
13 class ArchivistFixture : public ::testing::Test {
14  public:
16 
18 
19  // |::testing::Test|
20  void SetUp() override;
21 
22  // |::testing::Test|
23  void TearDown() override;
24 
25  const std::string GetArchiveFileName() const;
26 
27  private:
28  std::string archive_file_name_;
29 
30  void DeleteArchiveFile() const;
31 
32  FML_DISALLOW_COPY_AND_ASSIGN(ArchivistFixture);
33 };
34 
35 } // namespace testing
36 } // namespace impeller
impeller::testing::ArchivistFixture::SetUp
void SetUp() override
Definition: archivist_fixture.cc:25
impeller::testing::ArchivistFixture::~ArchivistFixture
~ArchivistFixture()
impeller::testing::ArchivistFixture::GetArchiveFileName
const std::string GetArchiveFileName() const
Definition: archivist_fixture.cc:20
impeller::testing::ArchivistFixture::TearDown
void TearDown() override
Definition: archivist_fixture.cc:29
impeller::testing::ArchivistFixture::ArchivistFixture
ArchivistFixture()
Definition: archivist_fixture.cc:12
impeller::testing::ArchivistFixture
Definition: archivist_fixture.h:13
impeller
Definition: aiks_context.cc:10