2 * Copyright 2002-2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef UNIT_TESTER_SHELL_H
6 #define UNIT_TESTER_SHELL_H
14 class UnitTesterShell
: public BTestShell
{
17 const std::string
&description
= "",
18 SyncObject
*syncObject
= NULL
);
21 virtual void PrintDescription(int argc
, char *argv
[]);
22 virtual void PrintValidArguments();
23 virtual void LoadDynamicSuites();
27 #endif // UNIT_TESTER_SHELL_H