~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/test/mainbuffertest.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
         * Use cppunit library macros to add unit test the factory
52
52
         */
53
53
        CPPUNIT_TEST_SUITE(MainBufferTest);
54
 
        CPPUNIT_TEST(testRingBufferCreation);
55
 
        CPPUNIT_TEST(testRingBufferReadPointer);
56
 
        CPPUNIT_TEST(testCallIDSet);
57
 
        CPPUNIT_TEST(testRingBufferInt);
58
 
        CPPUNIT_TEST(testRingBufferNonDefaultID);
59
 
        //CPPUNIT_TEST(testRingBufferFloat);
60
 
        CPPUNIT_TEST(testTwoPointer);
61
54
        CPPUNIT_TEST(testBindUnbindBuffer);
62
 
        CPPUNIT_TEST(testGetPutDataByID);
63
55
        CPPUNIT_TEST(testGetPutData);
64
56
        CPPUNIT_TEST(testDiscardFlush);
65
 
        CPPUNIT_TEST(testReadPointerInit);
66
 
        CPPUNIT_TEST(testRingBufferSeveralPointers);
67
57
        CPPUNIT_TEST(testConference);
68
58
        CPPUNIT_TEST_SUITE_END();
69
59
 
71
61
 
72
62
        MainBufferTest();
73
63
 
74
 
        void testRingBufferCreation();
75
 
 
76
 
        void testRingBufferReadPointer();
77
 
 
78
 
        void testCallIDSet();
79
 
 
80
 
        void testRingBufferInt();
81
 
 
82
 
        void testRingBufferNonDefaultID();
83
 
 
84
 
        void testRingBufferFloat();
85
 
 
86
 
        void testTwoPointer();
87
 
 
88
64
        void testBindUnbindBuffer();
89
65
 
90
 
        void testGetPutDataByID();
91
 
 
92
66
        void testGetPutData();
93
67
 
94
 
        void testAvailForGetPut();
 
68
        void testGetAvailableData();
95
69
 
96
70
        void testDiscardFlush();
97
71
 
98
 
        void testReadPointerInit();
99
 
 
100
 
        void testRingBufferSeveralPointers();
101
 
 
102
72
        void testConference();
103
73
 
104
74
    private: