| Source path: svn/ trunk/ include/ gtest/ gtest-param-test.h |
|
|
|
|
Older revisions
r568
by zhanyong.wan
on Apr 12, 2011
Diff
Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++.
r526
by zhanyong.wan
on Dec 6, 2010
Diff
Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern.