automated_testing_framework_plugin_gps 2.0.2+14 copy "automated_testing_framework_plugin_gps: ^2.0.2+14" to clipboard
automated_testing_framework_plugin_gps: ^2.0.2+14 copied to clipboard

discontinued

Library to use provide GPS related test steps to the Automated Testing Framework.

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