Searched refs:testInfoId (Results 1 – 1 of 1) sorted by relevance
527 bool Suite::GetTestInfo(s32 testInfoId, Suite::TestInfo& testInfoBuf) in GetTestInfo() argument530 if((testInfoId > m_Tests.GetNum()) || (testInfoId == 0)) in GetTestInfo()536 testInfoBuf = m_Tests.GetElement((testInfoId-1)); in GetTestInfo()