Skip to content

Commit

Permalink
Issue 114
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Sep 18, 2024
1 parent 310c7a6 commit 1b4e7ce
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mqtt_client_authentication_manager_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'dart:async';
import 'dart:io';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_base_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Copyright : S.Hamblett
*/
@TestOn('vm')
library;


import 'dart:async';
import 'dart:io';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_class.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Copyright : S.Hamblett
*/
@TestOn('linux')
library;


import 'dart:io';
import 'package:test/test.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_connection_autoreconnect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_server_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_connection_autoreconnect_nobroker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_server_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_connection_browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('browser')
library;


import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_browser_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_connection_secure.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'dart:io';
import 'package:mqtt5_client/mqtt5_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_connection_ws.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;

import 'dart:io';
import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_server_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_keep_alive_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_server_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_management_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Copyright : S.Hamblett
*/
@TestOn('vm')
library;


import 'dart:async';

Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_message_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;


import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_publishing_manager_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/

@TestOn('vm')
library;

import 'dart:io';
import 'package:mqtt5_client/mqtt5_client.dart';
import 'package:mqtt5_client/mqtt5_server_client.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/mqtt_client_subscription_manager_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Copyright : S.Hamblett
*/
@TestOn('vm')
library;


import 'dart:io';
import 'package:mqtt5_client/mqtt5_client.dart';
Expand Down

0 comments on commit 1b4e7ce

Please sign in to comment.