Got more things functional
This commit is contained in:
parent
a1141cd2b8
commit
fc0c1c7e7a
23 changed files with 1080 additions and 876 deletions
13
test/rcon_command.dart
Normal file
13
test/rcon_command.dart
Normal file
|
@ -0,0 +1,13 @@
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:servermanager/structs/settings.dart';
|
||||
import 'package:servermanager/structs/settingsEntry.dart';
|
||||
|
||||
void main() {
|
||||
test("Send rcon command", () async {
|
||||
Settings settings = Settings();
|
||||
settings.server = false;
|
||||
settings.inst = SettingsEntry();
|
||||
|
||||
await settings.sendRconCommand("help");
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue