Flutter Engine
The Flutter Engine
TestHarness.h
Go to the documentation of this file.
1/*
2 * Copyright 2022 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef TestHarness_DEFINED
9#define TestHarness_DEFINED
10
11/**
12 * Identifies the currently-running test harness.
13 */
14enum class TestHarness {
15 kDM,
16 kFM,
18 kSkQP,
21};
24
25#endif
TestHarness
Definition: TestHarness.h:14
@ kBazelUnitTestRunner
bool CurrentTestHarnessIsSkQP()
Definition: TestHarness.cpp:10
TestHarness CurrentTestHarness()
Definition: DM.cpp:1547