Searched refs:runtimeMs (Results 1 – 1 of 1) sorted by relevance
2051 final long runtimeMs = 123456; in testRuntimeHint_optionSet() local2052 setter.setOptionValue("runtime-hint", String.valueOf(runtimeMs)); in testRuntimeHint_optionSet()2053 …assertEquals("Wrong expected runtime - option not passed cleanly", runtimeMs, deqpTest.getRuntimeH… in testRuntimeHint_optionSet()