NAME

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

SYNOPSIS

my $build = Peace::Test::Mock::Model::Build->new;

DESCRIPTION

Peace::Test::Mock::Model::Build 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::Build object on a unrelated tests by providing a stub already created object.

INSTANCE METHODS

Peace::Test::Mock::Model::Build provides the following instance methods:

new

my $build = Peace::Test::Mock::Model::Build->new;

Instances a Peace::Model::Build mock object.

SEE ALSO

Peace::Model::Build