| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Asserts a benchmark value condition.
Assert-BenchmarkValue [-Actual] <Object> [-Expected] <Object> [-Message <string>] [-PassThru] [<CommonParameters>]Assert-BenchmarkValue [-Actual] <Object> -NotNull [-Message <string>] [-PassThru] [<CommonParameters>]Asserts a benchmark value condition.
Assert-BenchmarkValue -Actual 'Value'Assert-BenchmarkValue -NotNullActual value.
Type: Object
Parameter Sets: Equals, NotNull
Aliases: None
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueExpected value.
Type: Object
Parameter Sets: Equals
Aliases: None
Possible values:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional assertion message.
Type: String
Parameter Sets: Equals, NotNull
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueAssert that the value is not null.
Type: SwitchParameter
Parameter Sets: NotNull
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueEmit the actual value when the assertion passes.
Type: SwitchParameter
Parameter Sets: Equals, NotNull
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
System.Object
- None