forked from loafle/openapi-generator-original
add apache 2.0 license to perl api client
This commit is contained in:
17
samples/client/petstore/perl/t/EnumTestTest.t
Normal file
17
samples/client/petstore/perl/t/EnumTestTest.t
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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::EnumTest');
|
||||
|
||||
my $instance = WWW::SwaggerClient::Object::EnumTest->new();
|
||||
|
||||
isa_ok($instance, 'WWW::SwaggerClient::Object::EnumTest');
|
||||
|
||||
Reference in New Issue
Block a user