Group
Extension

Matches 1

Test-TCM-Role-API ( C/CH/CHESNOKOV/Test-TCM-Role-API-0.05.tar.gz, CHESNOKOV, 2019; MetaCPAN )
Test-TCM-Role-API/lib/Test/TCM/Role/API.pm ( view source; MetaCPAN )
package Test::TCM::Role::API;

=head1 NAME

Test::TCM::Role::API - Role to test PSGI-based JSON API using
L<Test::Class::Moose>.

=head1 SYNOPSIS

    package TestsFor::MyApp::Controller::API::v1::Som
    [GET => '/character'],
            {
                status       => HTTP_OK,
                json_content => {
                    superhashof(
                        {
                         
          }
            ],
            {
                status       => HTTP_OK,
                json_content => {
                    success => 1,
                    character_id => ignore(),
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.