Drop some unused functions (#1531)

- Inline `loadFromString` into `load` and drop the extra `Configuration`
  constructor.
- `Engine.liveSuites` had no readers.
- Initialize `LiveSuiteController.liveSuite` with a `late final` to
  avoid an extra getter.
- `LiveSuiteController.isComplete` had no readers.
- `RunnerSuite.channel` had no callers.
- Various test utilities are likely remnants of the package split.
10 files changed