forked from loafle/openapi-generator-original
18 lines
402 B
Perl
18 lines
402 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::OpenAPIClient::Object::Model200Response');
|
|
|
|
my $instance = WWW::OpenAPIClient::Object::Model200Response->new();
|
|
|
|
isa_ok($instance, 'WWW::OpenAPIClient::Object::Model200Response');
|
|
|