Flutter Engine
The Flutter Engine
|
#include <unit_test.h>
Public Types | |
typedef void() | RunEntry() |
Public Member Functions | |
RawTestCase (RunEntry *run, const char *name, const char *expectation) | |
virtual void | Run () |
Definition at line 76 of file unit_test.h.
typedef void() dart::compiler::ffi::RawTestCase::RunEntry() |
Definition at line 78 of file unit_test.h.
|
inline |
Definition at line 80 of file unit_test.h.
|
virtual |
Implements dart::compiler::ffi::TestCaseBase.
Definition at line 67 of file run_ffi_unit_tests.cc.