Changeset 803 for trunk/test/Suite.h


Ignore:
Timestamp:
Jul 11, 2009, 1:23:45 AM (14 years ago)
Author:
Peter Johansson
Message:

fixes #338 - partial cache now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Suite.h

    r801 r803  
    6868  };
    6969
     70  bool check_all(const Stats&, test::Suite&);
     71  bool check_total(const Stats&, test::Suite&);
     72  bool check_comment_or_copy(const Stats&, test::Suite&);
     73
     74  bool consistent(const StatsCollection&, test::Suite&);
     75  bool consistent(const Stats&, test::Suite&);
     76
    7077  bool equal(const StatsCollection& a, const StatsCollection& b,
    7178             test::Suite& suite);
Note: See TracChangeset for help on using the changeset viewer.