struct FilterOp
Defined at line 116 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/runner.h
Holds the pattern used for filtering.
Public Members
basic_string pattern
bool run_disabled
Public Methods
bool operator() (std::string_view test_case, std::string_view test)
Returns true if the test_case and test matches |pattern|.
Defined at line 314 of file ../../zircon/system/ulib/zxtest/runner.cc