NAME

Test::Approvals::Reporters::MultiReporter - Provides a role for aggregate reporters to extend.

argv

	$reporter->argv('"APPROVED" "RECEIVED"');
    my $argv = $reporter->argv();
    

Gets or sets the argument template used to invoke the reporter from the shell. The extending class can set this value for objects that expect it to be set.

exe

	$reporter->exe('SuperDiff.exe');
    my $exe = $reporter->exe();

Gets or sets the path to the reporter's executable. The extending class can set this value for objects that expect it to be set.

reporters

my $reporters_ref = $reporter->reporters();

Retrieve the collection of reporters configured for this aggregate.