Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googletest

Reference to an array parameter in google test/mock framework

undefined reference to 'typeinfo for testing::Test' with Google Test on Android NDK

How to build gtest within project and use find_package(GTest) and GTEST_ADD_TESTS in cmake?

cmake googletest

Why does Google Test not print a stack trace or file name?

c++ googletest googlemock

How to test the same behaviour for multiple templated classes with different templates in Google Test?

c++ googletest

Method and mock with same class

googletest googlemock

Mocking an entire library

Cannot open include file - 'gtest.h' - No such file or directory

How to write a googletest testcase for functions returning void and void *?

function void googletest

Ignoring mock calls during setup phase

CPP FakeIt library multiple inheritence

How to invoke a method on a object passed to a mocked method

How do I run a test with multiple sets of initial conditions?

c++ unit-testing googletest

How does one mark a test as anything like "inconclusive" in Google Test?

c++ googletest

GoogleTest CMake and Make tests not running

How to have Eclipse console show the same GoogleTests output as in the terminal?

Executing Google Test on Jenkins (Easy)

jenkins build googletest

Can I make google test return 0 even when tests fail?

c++ googletest

_stricmp with mingw and c++0x not existent?

c++ c++11 mingw googletest

google mock - can I call EXPECT_CALL multiple times on same mock object?