1.0.0
This commit is contained in:
commit
f076ae3790
82 changed files with 7250 additions and 0 deletions
21
test/create_asset_response_test.dart
Normal file
21
test/create_asset_response_test.dart
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
import 'package:test/test.dart';
|
||||
import 'package:tuuli_api/tuuli_api.dart';
|
||||
|
||||
// tests for CreateAssetResponse
|
||||
void main() {
|
||||
final instance = CreateAssetResponseBuilder();
|
||||
// TODO add properties to the builder and call build()
|
||||
|
||||
group(CreateAssetResponse, () {
|
||||
// bool ok (default value: true)
|
||||
test('to test the property `ok`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String fid
|
||||
test('to test the property `fid`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue