All Downloads are FREE. Search and download functionalities are using the official Maven repository.

perl.object_test.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>partial_license}}
#
# NOTE: This class is auto generated by the OpenAPI Generator
# Please update the test cases below to test the model.
# Ref: https://openapi-generator.tech
#
use Test::More tests => 2;
use Test::Exception;

use lib 'lib';
use strict;
use warnings;

{{#models}}
{{#model}}

use_ok('{{moduleName}}::Object::{{classname}}');

# uncomment below and update the test
#my $instance = {{moduleName}}::Object::{{classname}}->new();
#
#isa_ok($instance, '{{moduleName}}::Object::{{classname}}');

{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy