Flutter Engine
The Flutter Engine
testing
fixture_test.cc
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
#include "flutter/testing/fixture_test.h"
6
7
#include <utility>
8
9
#include "flutter/testing/dart_fixture.h"
10
11
namespace
flutter
{
12
namespace
testing {
13
14
FixtureTest::FixtureTest
() :
DartFixture
() {}
15
16
FixtureTest::FixtureTest
(std::string kernel_filename,
17
std::string elf_filename,
18
std::string elf_split_filename)
19
:
DartFixture
(
std
::move(kernel_filename),
20
std
::move(elf_filename),
21
std
::move(elf_split_filename)) {}
22
23
}
// namespace testing
24
}
// namespace flutter
flutter::testing::DartFixture
Definition:
dart_fixture.h:19
flutter::testing::FixtureTest::FixtureTest
FixtureTest()
Definition:
fixture_test.cc:14
flutter
Definition:
asset_manager.cc:10
std
Definition:
ref_ptr.h:256
Generated on Sun Jun 23 2024 21:55:19 for Flutter Engine by
1.9.4