
Combine Several Mutation Reporters
MultiReporter.RdFans out every reporter event to a list of child reporters, so a single
muttest() run can drive more than one reporter at once – for example a
live ProgressMutationReporter alongside a JSONMutationReporter that
writes a machine-readable artifact.
See also
Other MutationReporter:
JSONMutationReporter,
MutationReporter,
ProgressMutationReporter,
default_reporter()
Super class
muttest::MutationReporter -> MultiReporter
Methods
Inherited methods
Method new()
Initialize a combined reporter
Usage
MultiReporter$new(...)Arguments
...One or more MutationReporter objects.
Method update()
Update status