mParticle / mparticle-flutter-sdk

A Flutter plugin that gives developers an API to implement mParticle on Flutter. This supports publishing a Flutter plugin to iOS, Android, and Web.
Apache License 2.0
4 stars 8 forks source link

feat: Add tests to Dart API Layer #13

Closed rmi22186 closed 3 years ago

rmi22186 commented 3 years ago

Summary

This is a first pass at adding the Dart Layer API tests. Currently this only tests "fire and forget" methods, where we post data to our servers. In the future I will add more unit tests for specific classes, but this will get us going for now.

Additionally I noticed that some parts of the readme were wrong: