mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 07:32:32 +00:00
Related refactoring to updated of ThrottleList to use new Scheduler.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "test/helpers/test_fixture.h"
|
||||
|
||||
class TestCommandSlot : public test_fixture {
|
||||
CPPUNIT_TEST_SUITE(TestCommandSlot);
|
||||
|
||||
CPPUNIT_TEST(test_basics);
|
||||
CPPUNIT_TEST(test_type_validity);
|
||||
CPPUNIT_TEST(test_convert_return);
|
||||
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
void test_basics();
|
||||
void test_type_validity();
|
||||
void test_convert_return();
|
||||
};
|
||||
Reference in New Issue
Block a user