Searched refs:ResourcesTest (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DResourcesTest.h0 // ResourcesTest.h
14 class ResourcesTest : public BasicTest class in inherits:BasicTest
H A DStorageKitTestAddon.cpp17 #include "ResourcesTest.h"
39 suite->addTest("BResources", ResourcesTest::Suite());
H A DResourcesTest.cpp0 // ResourcesTest.cpp
20 #include "ResourcesTest.h"
174 ResourcesTest::Suite() {
176 typedef CppUnit::TestCaller<ResourcesTest> TC;
179 &ResourcesTest::InitTest) );
181 &ResourcesTest::ReadTest) );
183 &ResourcesTest::SyncTest) );
185 &ResourcesTest::MergeTest) );
187 &ResourcesTest::WriteToTest) );
189 &ResourcesTest
[all...]

Completed in 39 milliseconds