Final commit.
This commit is contained in:
16
packages/holzleitner_api/test/service_response_test.dart
Normal file
16
packages/holzleitner_api/test/service_response_test.dart
Normal file
@ -0,0 +1,16 @@
|
||||
import 'package:test/test.dart';
|
||||
import 'package:holzleitner_api/holzleitner_api.dart';
|
||||
|
||||
// tests for ServiceResponse
|
||||
void main() {
|
||||
final instance = ServiceResponseBuilder();
|
||||
// TODO add properties to the builder and call build()
|
||||
|
||||
group(ServiceResponse, () {
|
||||
// Service service
|
||||
test('to test the property `service`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user