2 * Copyright 2017, Andrew Lindesay <apl@lindesay.co.nz>
3 * Distributed under the terms of the MIT License.
5 #ifndef STANDARD_META_DATA_JSON_EVENT_LISTENER_TEST_H
6 #define STANDARD_META_DATA_JSON_EVENT_LISTENER_TEST_H
10 #include <TestSuite.h>
13 class StandardMetaDataJsonEventListenerTest
: public CppUnit::TestCase
{
15 StandardMetaDataJsonEventListenerTest();
16 virtual ~StandardMetaDataJsonEventListenerTest();
20 void TestThirdLevel();
23 static void AddTests(BTestSuite
& suite
);
26 void TestGeneric(const char* input
,
28 status_t expectedStatus
,
29 uint64_t expectedCreateTimestamp
,
30 uint64_t expectedDataModifiedTimestamp
);
35 #endif // STANDARD_META_DATA_JSON_EVENT_LISTENER_TEST_H