mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
18 lines
405 B
Perl
18 lines
405 B
Perl
# NOTE: This class is auto generated by the Swagger Codegen
|
|
# Please update the test case below to test the model.
|
|
|
|
use Test::More tests => 2;
|
|
use Test::Exception;
|
|
|
|
use lib 'lib';
|
|
use strict;
|
|
use warnings;
|
|
|
|
|
|
use_ok('WWW::SwaggerClient::Object::InlineResponse200');
|
|
|
|
my $instance = WWW::SwaggerClient::Object::InlineResponse200->new();
|
|
|
|
isa_ok($instance, 'WWW::SwaggerClient::Object::InlineResponse200');
|
|
|