resetLifecycleState method

  1. @visibleForTesting
void resetLifecycleState()

Allows the test framework to reset the lifecycle state back to its initial value.

Implementation

@visibleForTesting
void resetLifecycleState() {
  _lifecycleState = null;
}