Searched refs:waitForBindValue (Results 1 – 4 of 4) sorted by relevance
29 private final boolean waitForBindValue; field in TestComponentData32 boolean waitForBindValue, in TestComponentData() argument43 this.waitForBindValue = waitForBindValue; in TestComponentData()71 public boolean waitForBindValue() { in waitForBindValue() method in TestComponentData72 return waitForBindValue; in waitForBindValue()
298 private boolean waitForBindValue() { in waitForBindValue() method in TestApplicationComponentManager299 return testComponentData().waitForBindValue(); in waitForBindValue()322 return !waitForBindValue() || testInstance != null; in bindValueReady()
117 rootMetadata.waitForBindValue(), in getMethod()
134 public boolean waitForBindValue() { in waitForBindValue() method in RootMetadata