Searched refs:Test (Results 151 - 166 of 166) sorted by relevance

1234567

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc36 // learn how Google Test works by reading its unit tests, read
39 // This is intended as a regression test for the Google Test predicate
42 // involved to set up the stage for testing Google Test using Google
43 // Test itself.
123 class Predicate1Test : public testing::Test {
515 class Predicate2Test : public testing::Test {
949 class Predicate3Test : public testing::Test {
1425 class Predicate4Test : public testing::Test {
1943 class Predicate5Test : public testing::Test {
H A Dgtest-unittest-api_test.cc31 // The Google C++ Testing Framework (Google Test)
100 template <typename T> class TestCaseWithCommentTest : public Test {};
H A Dgtest-death-test_test.cc60 // Indicates that this translation unit is part of Google Test's
131 class TestForDeathTest : public testing::Test {
1016 class MacroLogicDeathTest : public testing::Test {
1049 // Test that nothing happens when the factory doesn't return a DeathTest:
1062 // Test that the parent process doesn't run the death test code,
1425 TEST(NotADeathTest, Test) {
H A Dgtest-filepath_test.cc32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
491 class DirectoryCreationTest : public Test {
H A Dgtest-param-test_test.cc32 // Tests for Google Test itself. This file verifies that the parameter
34 // Google Test runtime instantiates correct tests from those sequences.
78 // EXPECT_THAT() from Google Mock to Google Test. At that time, we
92 // the std namespace in order to be picked up by Google Test via
127 // via the iterator object matches the expected one using Google Test
150 // Test the iterator assignment. The following lines verify that
527 // of parameters supported by Google Test (currently 10).
605 << "Test in ParamTestGenerationTest test case "
670 // Test execution order is not guaranteed by Google Test,
[all...]
H A Dgtest-port_test.cc49 // Indicates that this translation unit is part of Google Test's
381 // Verifies that Google Test choose regular expression engine appropriate to
403 class RETest : public ::testing::Test {};
/gem5/src/systemc/tests/
H A Dverify.py65 class Test(object): class in inherits:object
589 Test(target, main_args.flavor, main_args.build_dir, props) for
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h215 # Test memory instructions
341 # Test jump instructions
644 # Test data section
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h32 // The Google C++ Testing Framework (Google Test)
35 // Google Test. They are subject to change without notice.
88 class Test; // Represents a test.
136 // Appends the user-supplied message to the Google-Test-generated message.
142 // This exception is thrown by (and only by) a failed Google Test
159 // a trace stack maintained by Google Test.
455 // Returns the type ID of ::testing::Test. Always call this instead
456 // of GetTypeId< ::testing::Test>() to get the type ID of
457 // ::testing::Test, as the latter may give the wrong result due to a
458 // suspected linker bug when compiling Google Test a
[all...]
H A Dgtest-param-util.h413 virtual Test* CreateTest() {
442 // it for each Test/Parameter value combination. Thus it needs meta factory
476 // Test case id to verify identity.
513 // Test case base name for display purposes.
515 // Test case id to verify identity.
689 // Complain about incorrect usage of Google Test facilities
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc182 class FunctionMockerTest : public testing::Test {
H A Dgmock-internal-utils_test.cc48 // Indicates that this translation unit is part of Google Test's
370 class LogIsVisibleTest : public ::testing::Test {
410 Log(severity, "Test log.\n", 0);
429 Log(kInfo, "Test log.\n", -1);
449 Log(kWarning, "Test log.\n", 100);
456 "Test log.\n"
H A Dgmock-spec-builders_test.cc1081 // Now 'failures' contains the Google Test failures generated by
1107 // We can only use Google Test's own simple regex.
1321 class PartialOrderTest : public testing::Test {
1965 class VerboseFlagPreservingFixture : public testing::Test {
H A Dgmock-actions_test.cc541 // Test struct which wraps a vector of integers. Used in
1226 class SetErrnoAndReturnTest : public testing::Test {
H A Dgmock-matchers_test.cc1131 // Test that Ref(non_const_varialbe) can be used as a matcher for a
1357 // Test verifies the following type conversions can be compiled.
2705 class FloatingPointTest : public testing::Test {
2750 // Test commutativity: matcher_maker(0.0).Matches(1.0) was tested above.
2853 // Test various overflow scenarios.
3262 // With references, the matcher itself can fail. Test for that one.
3859 // Test that ResultOf works with uncopyable objects
4168 class ContainerEqTest : public testing::Test {};
4793 class UnorderedElementsAreTest : public testing::Test {
4939 // Test helpe
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h37 // in Google C++ Testing Framework (Google Test)
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
80 // case with any set of parameters you want. Google Test defines a number
144 // give the user a chance to inspect the generated tests with Google Test
155 // A parameterized test fixture must be derived from testing::Test and from
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
162 class BaseTest : public ::testing::Test {
201 // Google Test uses these generators to produce parameters for value-
203 // with a particular generator, Google Test create
[all...]

Completed in 81 milliseconds

1234567