#include <archivist_fixture.h>
Definition at line 13 of file archivist_fixture.h.
◆ ArchivistFixture()
| impeller::testing::ArchivistFixture::ArchivistFixture |
( |
| ) |
|
Definition at line 12 of file archivist_fixture.cc.
13 std::stringstream stream;
14 stream <<
"Test" << flutter::testing::GetCurrentTestName() <<
".db";
15 archive_file_name_ = stream.str();
◆ ~ArchivistFixture()
| impeller::testing::ArchivistFixture::~ArchivistFixture |
( |
| ) |
|
|
default |
◆ GetArchiveFileName()
| const std::string impeller::testing::ArchivistFixture::GetArchiveFileName |
( |
| ) |
const |
Definition at line 20 of file archivist_fixture.cc.
21 return fml::paths::JoinPaths(
22 {flutter::testing::GetFixturesPath(), archive_file_name_});
◆ SetUp()
| void impeller::testing::ArchivistFixture::SetUp |
( |
| ) |
|
|
override |
◆ TearDown()
| void impeller::testing::ArchivistFixture::TearDown |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: