// // AUTO-GENERATED FILE, DO NOT MODIFY! // // @dart=2.12 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first // ignore_for_file: constant_identifier_names // ignore_for_file: lines_longer_than_80_chars import 'package:manager_api/api.dart'; import 'package:test/test.dart'; /// tests for SectionApi void main() { // final instance = SectionApi(); group('tests for SectionApi', () { //Future sectionCreate(SectionDTO sectionDTO) async test('test sectionCreate', () async { // TODO }); //Future sectionDelete(String id) async test('test sectionDelete', () async { // TODO }); //Future sectionDeleteAllForConfiguration(String id) async test('test sectionDeleteAllForConfiguration', () async { // TODO }); //Future> sectionGet() async test('test sectionGet', () async { // TODO }); //Future> sectionGetAllSectionSubSections(String id) async test('test sectionGetAllSectionSubSections', () async { // TODO }); //Future sectionGetArticleDTO() async test('test sectionGetArticleDTO', () async { // TODO }); //Future sectionGetDetail(String id) async test('test sectionGetDetail', () async { // TODO }); //Future> sectionGetFromConfiguration(String id) async test('test sectionGetFromConfiguration', () async { // TODO }); //Future sectionGetMapDTO() async test('test sectionGetMapDTO', () async { // TODO }); //Future sectionGetMenuDTO() async test('test sectionGetMenuDTO', () async { // TODO }); //Future sectionGetQuizzDTO() async test('test sectionGetQuizzDTO', () async { // TODO }); //Future sectionGetSliderDTO() async test('test sectionGetSliderDTO', () async { // TODO }); //Future sectionGetVideoDTO() async test('test sectionGetVideoDTO', () async { // TODO }); //Future sectionGetWebDTO() async test('test sectionGetWebDTO', () async { // TODO }); //Future sectionPlayerMessageDTO() async test('test sectionPlayerMessageDTO', () async { // TODO }); //Future sectionUpdate(SectionDTO sectionDTO) async test('test sectionUpdate', () async { // TODO }); //Future sectionUpdateOrder(List sectionDTO) async test('test sectionUpdateOrder', () async { // TODO }); }); }