Lines Matching refs:your
57 Googletest automatically discovers and runs your tests, eliminating the need
58 to manually register your tests
61 exceptions, and more, making it easy to test your code
63 You can define your own assertions with Googletest, making it simple to
64 write tests that are specific to your code
66 Googletest supports death tests, which verify that your code exits in a
113 runs your test binary, allows you to track its progress via a progress bar, and
120 result output. If your test runner understands TAP, you may find it useful.
123 runs tests from your binary in parallel to provide significant speed-up.
127 your tests.
130 Code extension allowing to view GoogleTest in a tree view and run/debug your