mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
Update bindings with openapi generator.
This commit is contained in:
parent
8d3d6d14b0
commit
abc390a2e1
27 changed files with 2941 additions and 79 deletions
31
test/streams_page_test.dart
Normal file
31
test/streams_page_test.dart
Normal file
|
@ -0,0 +1,31 @@
|
|||
//
|
||||
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
||||
//
|
||||
// @dart=2.7
|
||||
|
||||
// ignore_for_file: unused_import
|
||||
|
||||
import 'package:piped_api/model/streams_page.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
// tests for StreamsPage
|
||||
void main() {
|
||||
final instance = StreamsPageBuilder();
|
||||
// TODO add properties to the builder and call build()
|
||||
|
||||
group(StreamsPage, () {
|
||||
// BuiltList<StreamItem> relatedStreams
|
||||
test('to test the property `relatedStreams`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// The parameter used to get the next page of this page.
|
||||
// String nextpage
|
||||
test('to test the property `nextpage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue