Hi, guys,
Please send you comments to
, as
that's where we track discussions on Google Test.
The Google Test FAQ (
http://code.google.com/p/googletest/wiki/
GoogleTestFAQ) now explains why we built Google Test instead of using
an existing framework. You may find that useful.
> > What we have is predicate assertions:
> >
> >http://code.google.com/p/googletest/...ncedGuide#Pred...
>
> Your page does not explain that. That is Key-Yoot if it does this:
>
> ASSERT_PRED(operator<=, foo, bar);
>
> That also permits a lot of reflection. Your page _does_ say that when such as
> assertion fails, it prints out source text of foo and bar.
I just checked again. The wiki says that the assertion prints the
_values_ of foo and bar, and there are examples.
> Next, can your rig do the Abstract Test Pattern? That's hard unless you make
> registering test cases hard (like CppUnit does).
It is being worked on - we have an experimental design but it's not
final yet.
If you have follow-up questions, please send to
. Thanks!
--
Zhanyong