Tests/Integration/PoShMon.SelfHealing.Core/Dummy-Repair2.ps1
Function Dummy-Repair2 { [CmdletBinding()] Param( [hashtable]$PoShMonConfiguration, [object[]]$PoShMonOutputValues ) return @{ "SectionHeader" = "Another Mock Repair" "RepairResult" = "Another repair message" } } |