NAME

Peace::Test::Mock::Model::Application - Mock object for Peace::Model::Application.

SYNOPSIS

my $application = Peace::Test::Mock::Model::Application->new;

DESCRIPTION

Peace::Test::Mock::Model::Application aims to reduce repeated code which doesn't bring new things to tests by avoiding to add long lines in order to create a Peace::Model::Application object on a unrelated tests by providing a stub already created object.

INSTANCE METHODS

Peace::Test::Mock::Model::Application implements the following instance methods:

new

my $application = Peace::Test::Mock::Model::Application->new;

Returns a mock Peace::Model::Application object.

SEE ALSO

Peace::Model::Application.