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