Searched refs:hasFailed (Results 1 – 3 of 3) sorted by relevance
157 .terminalValue((b) -> step.hasFailed()) in execute()191 if (!step.getValue().isPresent() && !step.hasFailed()) { in execute()201 .terminalValue((b) -> step.hasFailed()) in execute()205 if (step.hasFailed()) { in execute()263 public boolean hasFailed() { in hasFailed() method in Step
46 public boolean hasFailed() { in hasFailed() method in CompositionStep
140 assertFalse(tr.getErrors(), tr.hasFailed()); in testJvmti()260 public boolean hasFailed() { in hasFailed() method in JvmtiHostTest.TestResults