#include <FixtureGTest.hpp>
template<typename Driver >
template<typename Driver >
template<typename Driver >
GTEST FAIL assertion can only be used in void-returning functions. Constructors and Destructors are not considered void-returning functions, according to the C++ language specification, and so you may not use fatal assertions in them. Using a Fatal assertion on these method would leave the object in a partially state. I was then decided to use the tear down to finalize the tests in GTEST. In BOOST the teardown method can be normally called in the destructor method
template<typename Driver >
The documentation for this class was generated from the following file: