// // AUTO-GENERATED FILE, DO NOT MODIFY! // // @dart=2.0 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first // ignore_for_file: lines_longer_than_80_chars import 'package:mycoreapi/api.dart'; import 'package:test/test.dart'; /// tests for IOTApi void main() { final instance = IOTApi(); group('tests for IOTApi', () { // Retrieve all SmartPrinterMessage // //Future> iOTGetSmartPrinterMessages(String idDevice, { int id }) async test('test iOTGetSmartPrinterMessages', () async { // TODO }); // It's the method to post data from mqtt broker to Database (Thanks Rpi!) // //Future iOTPostToDBPrinter(int idDevice, List smartPrinterMessage) async test('test iOTPostToDBPrinter', () async { // TODO }); // It's the method to post data from mqtt broker to Database (Thanks Rpi!) // //Future iOTPostToDBSmartGarden(int idDevice, List smartGardenMessage) async test('test iOTPostToDBSmartGarden', () async { // TODO }); }); }