Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AutotestGroup Class Reference

Collection of test suites. More...

Protected 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.

Definition at line 3 of file SCR_AutotestGroup.c.

Member Function Documentation

◆ GetGroups()

array< ref SCR_AutotestGroup > SCR_AutotestGroup::GetGroups ( )
inlineprotected

Get all test groups in this group.

Definition at line 38 of file SCR_AutotestGroup.c.

◆ GetSuites()

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

Get all test suites in this group.

Definition at line 13 of file SCR_AutotestGroup.c.

Member Data Documentation

◆ m_aGroups

ref array<ref SCR_AutotestGroup> SCR_AutotestGroup::m_aGroups
protected

Definition at line 9 of file SCR_AutotestGroup.c.

◆ m_aSuites

ref array<ref SCR_AutotestSuiteBase> SCR_AutotestGroup::m_aSuites
protected

Definition at line 6 of file SCR_AutotestGroup.c.


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