openapi-generator/samples/client/petstore/perl/t/SpecialModelNameTest.t
2016-03-04 14:39:28 +08:00

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::SwaggerClient::Object::SpecialModelName');
my $instance = WWW::SwaggerClient::Object::SpecialModelName->new();
isa_ok($instance, 'WWW::SwaggerClient::Object::SpecialModelName');