Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Enumerations | |
enum class | TestHarness { kDM , kFM , kListGpuUnitTests , kSkQP , kWasmGMTests , kBazelUnitTestRunner } |
Functions | |
TestHarness | CurrentTestHarness () |
bool | CurrentTestHarnessIsSkQP () |
|
strong |
Identifies the currently-running test harness.
Enumerator | |
---|---|
kDM | |
kFM | |
kListGpuUnitTests | |
kSkQP | |
kWasmGMTests | |
kBazelUnitTestRunner |
Definition at line 14 of file TestHarness.h.
TestHarness CurrentTestHarness | ( | ) |
bool CurrentTestHarnessIsSkQP | ( | ) |
Definition at line 10 of file TestHarness.cpp.