Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, str target_id, Set[str] package_deps, List[TestCase] tests, str logs_dir) |
CompletedProcess | run_test (self) |
Public Attributes | |
tests | |
logs_dir | |
Definition at line 57 of file run_tests.py.
def run_tests._BundledTestRunner.__init__ | ( | self, | |
str | target_id, | ||
Set[str] | package_deps, | ||
List[TestCase] | tests, | ||
str | logs_dir | ||
) |
Definition at line 60 of file run_tests.py.
CompletedProcess run_tests._BundledTestRunner.run_test | ( | self | ) |
Definition at line 65 of file run_tests.py.
run_tests._BundledTestRunner.logs_dir |
Definition at line 63 of file run_tests.py.
run_tests._BundledTestRunner.tests |
Definition at line 62 of file run_tests.py.