mirror of
https://github.com/foss42/apidash.git
synced 2025-05-19 23:36:36 +08:00
tests
This commit is contained in:
@ -637,19 +637,19 @@ dispatchMain()''';
|
|||||||
// ),
|
// ),
|
||||||
// expectedCode);
|
// expectedCode);
|
||||||
// });
|
// });
|
||||||
test('POST 8', () {
|
// test('POST 8', () {
|
||||||
const expectedCode = r"""
|
// const expectedCode = r"""
|
||||||
|
|
||||||
""";
|
// """;
|
||||||
|
|
||||||
expect(
|
// expect(
|
||||||
codeGen.getCode(
|
// codeGen.getCode(
|
||||||
CodegenLanguage.swiftAlamofire,
|
// CodegenLanguage.swiftAlamofire,
|
||||||
requestModelPost8,
|
// requestModelPost8,
|
||||||
SupportedUriSchemes.https,
|
// SupportedUriSchemes.https,
|
||||||
),
|
// ),
|
||||||
expectedCode);
|
// expectedCode);
|
||||||
});
|
// });
|
||||||
// test('POST 9', () {
|
// test('POST 9', () {
|
||||||
// const expectedCode = r"""
|
// const expectedCode = r"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user