Lines Matching defs:should
32 // This header file defines the public API for Google Test. It should be
96 // This flag controls whether the test runner should continue execution past
526 // Whether the test should be run
570 // Return true if this test should not be run because it's in another shard.
573 // Returns true if this test should run, that is if the test is not
653 bool should_run_; // True if and only if this test should run
703 // Returns true if any test in this test suite should run.
724 // Get the number of tests in this test suite that should run.
770 void set_should_run(bool should) { should_run_ = should; }
837 // Returns true if the given test should run.
864 // True if and only if any test in this test suite should run.
880 // environment. You should subclass this to define your own
1165 // that should run.
1197 // Gets the number of tests that should run.
1247 // should use the assertion macros instead of calling this directly.
1314 // You should call this before RUN_ALL_TESTS() is called, probably in
2151 // Test code should appear between braces after an invocation of
2184 // A test fixture class must be declared earlier. The user should put
2210 // Returns a path to a temporary directory, which should be writable. It is
2218 // in it should be considered read-only.
2226 // insufficient. The macros should be preferred when possible, as they avoid
2309 // RUN_ALL_TESTS() should be invoked after the command line has been