mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-22 09:30:54 +00:00
18 lines
387 B
Perl
18 lines
387 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::ApiResponse');
|
|
|
|
my $instance = WWW::SwaggerClient::Object::ApiResponse->new();
|
|
|
|
isa_ok($instance, 'WWW::SwaggerClient::Object::ApiResponse');
|
|
|