Flutter Engine
The Flutter Engine
|
This is the complete list of members for dart::TestCase, including all inherited members.
AddTestLib(const char *url, const char *source) | dart::TestCase | static |
CompileTestScriptWithDFE(const char *url, const char *source, const uint8_t **kernel_buffer, intptr_t *kernel_buffer_size, bool incrementally=true, bool allow_compile_errors=false, const char *multiroot_filepaths=nullptr, const char *multiroot_scheme=nullptr) | dart::TestCase | static |
CompileTestScriptWithDFE(const char *url, int sourcefiles_count, Dart_SourceFile sourcefiles[], const uint8_t **kernel_buffer, intptr_t *kernel_buffer_size, bool incrementally=true, bool allow_compile_errors=false, const char *multiroot_filepaths=nullptr, const char *multiroot_scheme=nullptr) | dart::TestCase | static |
CreateTestIsolate(const char *name=nullptr, void *isolate_group_data=nullptr, void *isolate_data=nullptr) | dart::TestCase | static |
CreateTestIsolateFromSnapshot(uint8_t *buffer, const char *name=nullptr) | dart::TestCase | inlinestatic |
CreateTestIsolateInGroup(const char *name, Dart_Isolate parent, void *group_data=nullptr, void *isolate_data=nullptr) | dart::TestCase | static |
EvaluateExpression(const Library &lib, const String &expr, const Array ¶m_names, const Array ¶m_values) | dart::TestCase | static |
GetTestLib(const char *url) | dart::TestCase | static |
lib() | dart::TestCase | static |
library_handler(Dart_LibraryTag tag, Dart_Handle library, Dart_Handle url) | dart::TestCase | static |
LoadCoreTestScript(const char *script, Dart_NativeEntryResolver resolver) | dart::TestCase | static |
LoadTestLibrary(const char *lib_uri, const char *script, Dart_NativeEntryResolver resolver=nullptr) | dart::TestCase | static |
LoadTestScript(const char *script, Dart_NativeEntryResolver resolver, const char *lib_uri=RESOLVED_USER_TEST_URI, bool finalize=true, bool allow_compile_errors=false) | dart::TestCase | static |
LoadTestScriptWithDFE(int sourcefiles_count, Dart_SourceFile sourcefiles[], Dart_NativeEntryResolver resolver=nullptr, bool finalize=true, bool incrementally=true, bool allow_compile_errors=false, const char *entry_script_uri=nullptr, const char *multiroot_filepaths=nullptr, const char *multiroot_scheme=nullptr) | dart::TestCase | static |
LoadTestScriptWithErrors(const char *script, Dart_NativeEntryResolver resolver=nullptr, const char *lib_uri=RESOLVED_USER_TEST_URI, bool finalize=true) | dart::TestCase | static |
ReloadTestKernel(const uint8_t *kernel_buffer, intptr_t kernel_buffer_size) | dart::TestCase | static |
ReloadTestScript(const char *script) | dart::TestCase | static |
Run() | dart::TestCase | virtual |
RunEntry typedef | dart::TestCase | |
SetReloadTestScript(const char *script) | dart::TestCase | static |
TestCase(RunEntry *run, const char *name, const char *expectation) | dart::TestCase | inline |
TriggerReload(const uint8_t *kernel_buffer, intptr_t kernel_buffer_size) | dart::TestCase | static |
TriggerReload(const char *root_script_url) | dart::TestCase | static |
url() | dart::TestCase | static |