openapi-generator/samples/client/petstore/perl/t/FormatTestTest.t
2016-04-11 22:11:53 +08:00

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