exists method

  1. @override
UITestChainRoot<U> exists()
override

Implementation

@override
UITestChainRoot<U> exists() =>
    this.expect(context.isInitialized, isTrue, reason: "Null `uiRoot` ($U)");