• Home
  • Raw
  • Download

Lines Matching refs:TestCaseGroup

40 TestCaseGroup* createAttributeLocationTests	(Context& context)  in createAttributeLocationTests()
88TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
92TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests()
105TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests()
118TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests()
143TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
158TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
171TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests()
184TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests()
197TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests()
212TestCaseGroup* const mixedAttributeGroup = new TestCaseGroup(context, "mixed", "Basic mixed locati… in createAttributeLocationTests()
224TestCaseGroup* const mixedMaxAttributeGroup = new TestCaseGroup(context, "mixed_max_attributes", "… in createAttributeLocationTests()
237TestCaseGroup* const mixedTimeGroup = new TestCaseGroup(context, "mixed_time", "Bind time tests. T… in createAttributeLocationTests()
249TestCaseGroup* const holeGroup = new TestCaseGroup(context, "mixed_hole", "Use layout location qua… in createAttributeLocationTests()
263TestCaseGroup* const relinkBindHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test re… in createAttributeLocationTests()
277TestCaseGroup* const relinkMixedHoleGroup = new TestCaseGroup(context, "mixed_relink_hole", "Test … in createAttributeLocationTests()