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