-
Notifications
You must be signed in to change notification settings - Fork 32
Function Service
Chris Hunt edited this page May 23, 2016
·
1 revision
Test a Service.
Test the Status of a given Service.
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 4,
ParameterSetName = 'Set 1')]
Only validates the Status property. Assertions: Be
Service w32time { Should Be Running }
Service bits { Should Be Stopped }
Getting Started
Contributing
Functions