add new files

This commit is contained in:
wing328
2016-04-16 00:44:36 +08:00
parent 79decc53a1
commit 0b42b533d9
37 changed files with 1405 additions and 0 deletions

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