Loading...
Searching...
No Matches
SCR_AutotestGroup Interface Reference

Collection of test suites. More...

Public Member Functions

array< ref SCR_AutotestSuiteBaseGetSuites (bool ungroupedSuitesOnly=false)
 Get all test suites in this group.
 
array< ref SCR_AutotestGroupGetGroups ()
 Get all test groups in this group.
 

Protected Attributes

ref array< ref SCR_AutotestSuiteBasem_aSuites
 
ref array< ref SCR_AutotestGroupm_aGroups
 

Detailed Description

Collection of test suites.

Member Function Documentation

◆ GetGroups()

array< ref SCR_AutotestGroup > SCR_AutotestGroup.GetGroups ( )

Get all test groups in this group.

◆ GetSuites()

array< ref SCR_AutotestSuiteBase > SCR_AutotestGroup.GetSuites ( bool ungroupedSuitesOnly = false)

Get all test suites in this group.

Member Data Documentation

◆ m_aGroups

ref array<ref SCR_AutotestGroup> SCR_AutotestGroup.m_aGroups
protected

◆ m_aSuites

ref array<ref SCR_AutotestSuiteBase> SCR_AutotestGroup.m_aSuites
protected

The documentation for this interface was generated from the following file: