feedInstance method

  1. @visibleForTesting
void feedInstance(
  1. Washington instance
)

Feed an instance to be used by Washington.

Implementation

@visibleForTesting
void feedInstance(Washington instance) {
  _instance = instance;
}