Lines Matching refs:subEntry
114 DescEntry subEntry = _entry.SubEntries[i]; in test_method() local
123 subEntry.State = message; in test_method()
124 subEntry.hasErrorMsg = true; in test_method()
125 subEntry.ErrorMsg = message; in test_method()
131 String entryName = subEntry.entryName; in test_method()
190 …subEntry.State = "Test did sleep for " + (m_nThreadTimeOut / 1000) + " seconds and has been killed… in test_method()
191 subEntry.hasErrorMsg = true; in test_method()
192 subEntry.ErrorMsg = subEntry.State; in test_method()
200 subEntry.State = th.getErrorMessage(); in test_method()
201 subEntry.hasErrorMsg = true; in test_method()
202 subEntry.ErrorMsg = subEntry.State; in test_method()
213 subEntry.State = "SKIPPED.FAILED"; in test_method()
214 subEntry.hasErrorMsg = true; in test_method()
215 subEntry.ErrorMsg = (msg == null ? "" : msg); in test_method()
218 subEntry.State = (state ? "PASSED.OK" : message); in test_method()
219 subEntry.hasErrorMsg = !state; in test_method()
220 subEntry.ErrorMsg = message; in test_method()