| 10 | #include "itemrepositorytestbase.h" |
| 11 | |
| 12 | class BenchItemRepository |
| 13 | : public ItemRepositoryTestBase |
| 14 | { |
| 15 | Q_OBJECT |
| 16 | |
| 17 | private Q_SLOTS: |
| 18 | void insert(); |
| 19 | void remove(); |
| 20 | void removeDisk(); |
| 21 | void lookupKey(); |
| 22 | void lookupValue(); |
| 23 | |
| 24 | void shouldDoReferenceCounting_data(); |
| 25 | void shouldDoReferenceCounting(); |
| 26 | }; |
| 27 | |
| 28 | #endif // BENCHITEMREPOSITORY_H |