Home
last modified time | relevance | path

Searched refs:subEntry (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java114 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()
190subEntry.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()
[all …]
/AOO41X/main/qadevOOo/runner/share/
H A DDescGetter.java95 String subEntry = aEntry.SubEntries[i].longName; in getScenario() local
97 subEntry = subEntry.substring(cpLength + 2, in getScenario()
98 subEntry.length()); in getScenario()
100 if (subs.contains(subEntry)) in getScenario()
/AOO41X/main/qadevOOo/runner/helper/
H A DAPIDescGetter.java116 String subEntry = entry.SubEntries[i].longName; in getDescriptionFor() local
118 subEntry = subEntry.substring(cpLength + 2, in getDescriptionFor()
119 subEntry.length()); in getDescriptionFor()
121 if (subs.contains(subEntry)) in getDescriptionFor()