Sha256: d79b77de5e9a3e47cb980ad89551ef5aa66bc675e69dd4f33df7ddeb6eb757a9

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

extern "C"{
    #include "global_fakes.h"
}
#include <gtest/gtest.h>

DEFINE_FFF_GLOBALS;

class FFFTestSuite: public testing::Test
{
public:
    void SetUp()
    {
        RESET_FAKE(voidfunc1);
        RESET_FAKE(voidfunc2);
        RESET_FAKE(longfunc0);
        FFF_RESET_HISTORY();
    }
};

#include "test_cases.include"


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ceedling-0.28.1 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp
ceedling-0.27.0 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp
ceedling-0.25.0 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp
ceedling-0.24.0 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp
ceedling-0.22.0 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp
ceedling-0.21.0 plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp