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 443 of file unit_test.h.
typedef void() dart::RawTestCase::RunEntry() |
Definition at line 445 of file unit_test.h.
|
inline |
Definition at line 447 of file unit_test.h.
|
virtual |
Implements dart::TestCaseBase.
Definition at line 57 of file run_vm_tests.cc.