openapi-generator/samples/client/petstore/perl/t/NameTest.t

18 lines
366 B
Perl
Raw Normal View History

2016-03-11 08:25:45 +00:00
# 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::Name');
my $instance = WWW::SwaggerClient::Object::Name->new();
isa_ok($instance, 'WWW::SwaggerClient::Object::Name');