Renamed UnitTesterHelper.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@701 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
#ifndef __testing_is_delightful_h__
|
|
||||||
#define __testing_is_delightful_h__
|
|
||||||
|
|
||||||
#include <TestShell.h>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
class UnitTesterShell : public BTestShell {
|
|
||||||
public:
|
|
||||||
UnitTesterShell(const std::string &description = "", SyncObject *syncObject = 0);
|
|
||||||
protected:
|
|
||||||
// static const std::string defaultLibDir;
|
|
||||||
bool doR5Tests;
|
|
||||||
virtual void PrintDescription(int argc, char *argv[]);
|
|
||||||
virtual void PrintValidArguments();
|
|
||||||
virtual bool ProcessArgument(std::string arg, int argc, char *argv[]);
|
|
||||||
virtual void LoadDynamicSuites();
|
|
||||||
};
|
|
||||||
|
|
||||||
//extern UnitTesterShell shell;
|
|
||||||
|
|
||||||
#endif // __testing_is_delightful_h__
|
|
||||||
Reference in New Issue
Block a user