Symbol: BTestShell
headers/tools/cppunit/TestShell.h
103
static void SetGlobalShell(BTestShell *shell) { fGlobalShell = shell; };
headers/tools/cppunit/TestShell.h
124
static BTestShell* fGlobalShell;
headers/tools/cppunit/TestShell.h
180
BTestShell( const BTestShell &copy );
headers/tools/cppunit/TestShell.h
183
void operator =( const BTestShell &copy );
headers/tools/cppunit/TestShell.h
39
BTestShell::GlobalShell()->ExpectDebuggerCall(); \
headers/tools/cppunit/TestShell.h
42
!BTestShell::GlobalShell()->WasDebuggerCalled(), \
headers/tools/cppunit/TestShell.h
54
class CPPUNIT_API BTestShell {
headers/tools/cppunit/TestShell.h
56
BTestShell(const std::string &description = "", SyncObject *syncObject = 0);
headers/tools/cppunit/TestShell.h
57
virtual ~BTestShell();
headers/tools/cppunit/TestShell.h
99
static BTestShell* GlobalShell() { return fGlobalShell; };
headers/tools/cppunit/ThreadedTestCaller.h
177
if (BTestShell::GlobalBeVerbose()) {
src/tests/UnitTester.cpp
18
BTestShell(description, syncObject)
src/tests/UnitTester.cpp
35
BTestShell::PrintValidArguments();
src/tests/UnitTester.cpp
52
BTestShell::LoadDynamicSuites();
src/tests/UnitTester.cpp
68
BTestShell::SetGlobalShell(&shell);
src/tests/UnitTester.cpp
75
BTestShell::SetGlobalShell(NULL);
src/tests/UnitTester.h
14
class UnitTesterShell : public BTestShell {
src/tests/kits/app/bmessenger/SMTarget.cpp
144
BString unescapedTestDir(BTestShell::GlobalTestDir());
src/tests/kits/app/broster/GetRecentTester.cpp
270
const char *testDir = BTestShell::GlobalTestDir();
src/tests/kits/app/common/AppRunner.cpp
289
*path = BTestShell::GlobalTestDir();
src/tests/kits/app/common/PipedAppRunner.cpp
42
appPath = BTestShell::GlobalTestDir();
src/tests/kits/storage/BasicTest.h
119
bool test(string name, bool dump = BTestShell::GlobalBeVerbose())
src/tests/kits/storage/FileTest.cpp
199
if (BTestShell::GlobalBeVerbose()) {
src/tests/kits/storage/FileTest.cpp
205
if (BTestShell::GlobalBeVerbose())
src/tests/kits/storage/FileTest.cpp
90
if (BTestShell::GlobalBeVerbose()) {
src/tests/kits/storage/FileTest.cpp
96
if (BTestShell::GlobalBeVerbose())
src/tests/kits/storage/MimeTypeTest.cpp
137
if (BTestShell::GlobalBeVerbose())
src/tests/kits/storage/MimeTypeTest.cpp
144
if (BTestShell::GlobalBeVerbose())
src/tests/kits/storage/MimeTypeTest.cpp
153
if (BTestShell::GlobalBeVerbose())
src/tests/kits/storage/ResourceStringsTest.cpp
186
string resourcesTestDir(BTestShell::GlobalTestDir());
src/tests/kits/storage/ResourcesTest.cpp
201
BString unescapedTestDir(BTestShell::GlobalTestDir());
src/tools/cppunit/BTestCase.cpp
27
if (BTestShell::GlobalBeVerbose()) {
src/tools/cppunit/BTestCase.cpp
36
if (BTestShell::GlobalBeVerbose())
src/tools/cppunit/BTestCase.cpp
43
if (BTestShell::GlobalBeVerbose()) {
src/tools/cppunit/TestShell.cpp
117
BTestShell::AddTest(const string &name, CppUnit::Test *test) {
src/tools/cppunit/TestShell.cpp
126
BTestShell::LoadSuitesFrom(BDirectory *libDir) {
src/tools/cppunit/TestShell.cpp
190
BTestShell::Run(int argc, char *argv[]) {
src/tools/cppunit/TestShell.cpp
279
BTestShell::VerbosityLevel
src/tools/cppunit/TestShell.cpp
280
BTestShell::Verbosity() const {
src/tools/cppunit/TestShell.cpp
286
BTestShell::TestDir() const {
src/tools/cppunit/TestShell.cpp
298
BTestShell::ExpectDebuggerCall()
src/tools/cppunit/TestShell.cpp
31
_EXPORT BTestShell *BTestShell::fGlobalShell = NULL;
src/tools/cppunit/TestShell.cpp
315
BTestShell::WasDebuggerCalled()
src/tools/cppunit/TestShell.cpp
32
const char BTestShell::indent[] = " ";
src/tools/cppunit/TestShell.cpp
324
BTestShell::PrintDescription(int argc, char *argv[]) {
src/tools/cppunit/TestShell.cpp
330
BTestShell::PrintHelp() {
src/tools/cppunit/TestShell.cpp
340
BTestShell::PrintValidArguments() {
src/tools/cppunit/TestShell.cpp
35
BTestShell::BTestShell(const string &description, SyncObject *syncObject)
src/tools/cppunit/TestShell.cpp
362
BTestShell::PrintInstalledTests() {
src/tools/cppunit/TestShell.cpp
384
BTestShell::ProcessArguments(int argc, char *argv[]) {
src/tools/cppunit/TestShell.cpp
404
BTestShell::ProcessArgument(string arg, int argc, char *argv[]) {
src/tools/cppunit/TestShell.cpp
431
BTestShell::InitOutput() {
src/tools/cppunit/TestShell.cpp
446
BTestShell::PrintResults() {
src/tools/cppunit/TestShell.cpp
497
BTestShell::LoadDynamicSuites() {
src/tools/cppunit/TestShell.cpp
53
BTestShell::~BTestShell() {
src/tools/cppunit/TestShell.cpp
535
BTestShell::UpdateTestDir(char *argv[]) {
src/tools/cppunit/TestShell.cpp
554
BTestShell::InstallPatches()
src/tools/cppunit/TestShell.cpp
600
BTestShell::UninstallPatches()
src/tools/cppunit/TestShell.cpp
622
BTestShell::_Debugger(const char *message)
src/tools/cppunit/TestShell.cpp
63
BTestShell::AddSuite(BTestSuite *suite) {
src/tools/cppunit/TestShell.cpp
644
BTestShell::_LoadAddOn(const char *path)
src/tools/cppunit/TestShell.cpp
659
BTestShell::_UnloadAddOn(image_id image)
src/tools/cppunit/TestShell.cpp
677
BTestShell::_DebuggerHook(const char *message)
src/tools/cppunit/TestShell.cpp
685
BTestShell::_LoadAddOnHook(const char *path)
src/tools/cppunit/TestShell.cpp
693
BTestShell::_UnloadAddOnHook(image_id image)
src/tools/cppunit/TestShell.cpp
91
BTestShell::AddSuite(CppUnit::TestSuite *suite) {
src/tools/cppunit/TestUtils.cpp
18
if (!BTestShell::GlobalBeVerbose())
src/tools/cppunit/ThreadedTestCase.cpp
65
if (BTestShell::GlobalBeVerbose()) {