Now, groups can retrieve a list of the contacts in that group. I probably should...
[adiumx.git] / UnitTests / TestDataAdditions.h
blob8427e2975bd9abb9e8e7cc4d06e205871177a86f
1 #import <Foundation/Foundation.h>
2 #import <SenTestingKit/SenTestingKit.h>
4 @interface TestDataAdditions: SenTestCase
5 {}
7 - (void)testSubdataFromIndex;
8 - (void)testSubdataToIndex;
10 @end