diff TestMultipleRuns.h @ 8:3019cb6b538d

* Add nondeterministic and verbose options to control output * Dump returned features in a few more situations, if verbose is set * Dump features to stdout rather than stderr
author cannam
date Wed, 18 Mar 2009 10:51:30 +0000
parents 6a279da6fdd7
children f1e8e14e9c96
line wrap: on
line diff
--- a/TestMultipleRuns.h	Tue Mar 17 18:02:29 2009 +0000
+++ b/TestMultipleRuns.h	Wed Mar 18 10:51:30 2009 +0000
@@ -47,7 +47,7 @@
 {
 public:
     TestDistinctRuns() : Test() { }
-    Results test(std::string key);
+    Results test(std::string key, Options options);
     
 protected:
     static Tester::TestRegistrar<TestDistinctRuns> m_registrar;
@@ -57,7 +57,7 @@
 {
 public:
     TestReset() : Test() { }
-    Results test(std::string key);
+    Results test(std::string key, Options options);
     
 protected:
     static Tester::TestRegistrar<TestReset> m_registrar;
@@ -67,7 +67,7 @@
 {
 public:
     TestInterleavedRuns() : Test() { }
-    Results test(std::string key);
+    Results test(std::string key, Options options);
     
 protected:
     static Tester::TestRegistrar<TestInterleavedRuns> m_registrar;
@@ -77,7 +77,7 @@
 {
 public:
     TestDifferentStartTimes() : Test() { }
-    Results test(std::string key);
+    Results test(std::string key, Options options);
     
 protected:
     static Tester::TestRegistrar<TestDifferentStartTimes> m_registrar;