Searched defs:Suite (Results 1 – 6 of 6) sorted by relevance
74 typedef struct Suite Suite; typedef83 struct Suite { struct107 Suite *suite_create(const char *name); argument
47 struct Suite struct49 const char *name;50 List *tclst; /* List of test cases */
115 typedef struct Suite Suite; typedef
622 class Suite(mod): class