Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
windows_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/shell/platform/windows/testing/windows_test.h"
6
7#include <string>
8
9#include "flutter/shell/platform/windows/testing/windows_test_context.h"
10#include "flutter/testing/testing.h"
11
12namespace flutter {
13namespace testing {
14
15WindowsTest::WindowsTest() : context_(GetFixturesDirectory()) {}
16
18 return GetFixturesPath();
19}
20
22 return context_;
23}
24
25} // namespace testing
26} // namespace flutter
std::string GetFixturesDirectory() const
WindowsTestContext & GetContext()
const char * GetFixturesPath()
Returns the directory containing the test fixture for the target if this target has fixtures configur...