🛡️ Fork — Jeff Peiffer Legacy (
jpl_)Este paquete (
jpl_automated_testing_framework_plugin_gps) es un fork deautomated_testing_framework_plugin_gps, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la orgpeiffer-innovations.El prefijo
jpl_significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepojpl.Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.
ARCHIVED: This is no longer maintained to focus on other packages.
Table of Contents
automated_testing_framework_plugin_gps
Table of Contents
Introduction
A series of test steps that are related to test GPS and location functionality.
Applications wishing to utilize this plugin should utilize the GpsPlugin when testing for location.
Live Example
Quick Start
import 'package:automated_testing_framework_plugin_gps/automated_testing_framework_plugin_gps.dart';
void main() {
TestGpsHelper.registerTestSteps();
...
// You _must_ initialize the plugin, though the controller may be null in
// release mode which puts the plugin in "passthrough" mode rather than active
// testable mode.
GpsPlugin().initialize(testController: testController);
// rest of app initialization
// ...
}
Reserved Variables
n/a