Lines Matching +refs:run +refs:many +refs:tests
57 Googletest automatically discovers and runs your tests, eliminating the need
58 to manually register your tests
64 write tests that are specific to your code
65 * Death tests: \
66 Googletest supports death tests, which verify that your code exits in a
70 non-fatal with Googletest, allowing tests to continue running even if a
72 * Value-parameterized tests: \
73 Googletest supports value-parameterized tests, which run multiple times with
76 * Type-parameterized tests: \
77 Googletest also supports type-parameterized tests, which run with different
80 * Various options for running tests: \
81 Googletest provides many options for running tests including running
82 individual tests, running tests in a specific order and running tests in
96 In addition to many internal projects at Google, GoogleTest is also used by the
123 runs tests from your binary in parallel to provide significant speed-up.
126 is a VS Code extension allowing to view GoogleTest in a tree view and run/debug
127 your tests.
130 Code extension allowing to view GoogleTest in a tree view and run/debug your
131 tests.