Set-TestInconclusive
#
SYNOPSISDeprecated.
Use Set-ItResult -Inconclusive
instead
#
SYNTAX#
DESCRIPTIONSet-TestInconclusive was used inside an It block to mark the test as inconclusive. If you need this functionality please use the new Set-ItResult command.
#
EXAMPLES#
EXAMPLE 1The test result.
#
PARAMETERS#
-MessageValue assigned to the Message parameter will be displayed in the the test result.
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
OUTPUTS#
NOTES#
RELATED LINKS#
EDIT THIS PAGEThis page was auto-generated using Pester's comment based help. To edit the content of this page, change the corresponding help in the pester/Pester repository. See our contribution guide for more information.