Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
class | dart::compiler::ffi::TestCaseBase |
class | dart::compiler::ffi::RawTestCase |
Namespaces | |
namespace | dart |
namespace | dart::compiler |
namespace | dart::compiler::ffi |
Macros | |
#define | UNIT_TEST_CASE_WITH_EXPECTATION(name, expectation) |
#define | UNIT_TEST_CASE(name) UNIT_TEST_CASE_WITH_EXPECTATION(name, "Pass") |
#define | UNIT_TEST_CASE_WITH_ZONE_WITH_EXPECTATION(name, expectation) |
#define | UNIT_TEST_CASE_WITH_ZONE(name) UNIT_TEST_CASE_WITH_ZONE_WITH_EXPECTATION(name, "Pass") |
Functions | |
void | dart::compiler::ffi::WriteToFile (char *path, const char *contents) |
void | dart::compiler::ffi::ReadFromFile (char *path, char **buffer_pointer) |
Variables | |
const char * | dart::compiler::ffi::kArch |
#define UNIT_TEST_CASE | ( | name | ) | UNIT_TEST_CASE_WITH_EXPECTATION(name, "Pass") |
Definition at line 23 of file unit_test.h.
#define UNIT_TEST_CASE_WITH_EXPECTATION | ( | name, | |
expectation | |||
) |
Definition at line 17 of file unit_test.h.
#define UNIT_TEST_CASE_WITH_ZONE | ( | name | ) | UNIT_TEST_CASE_WITH_ZONE_WITH_EXPECTATION(name, "Pass") |
Definition at line 35 of file unit_test.h.
#define UNIT_TEST_CASE_WITH_ZONE_WITH_EXPECTATION | ( | name, | |
expectation | |||
) |
Definition at line 27 of file unit_test.h.