EnsembleTestHarness constructor

EnsembleTestHarness({
  1. required String appPath,
  2. required String appHome,
  3. String? i18nPath,
  4. Map<String, Function>? externalMethods,
})

Implementation

EnsembleTestHarness({
  required this.appPath,
  required this.appHome,
  this.i18nPath,
  this.externalMethods,
});