๐Ÿ“ฆ amake / GrandPerspective

๐Ÿ“„ ItemPathTest.h ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18#import <Cocoa/Cocoa.h>

#import "ItemStringTest.h"


/**
 * Item path test.
 *
 * Note: The test applies to the path of the directory where the file item is stored. It does not
 * include the name of the file item itself. This way, it nicely complements the ItemNameTest. 
 */
@interface ItemPathTest : ItemStringTest {
}

+ (FileItemTest *)fileItemTestFromDictionary:(NSDictionary *)dict;

@end