Skip to content

Get UnitTestingStatus

dfinke edited this page Apr 20, 2024 · 2 revisions

Get-UnitTestingStatus

SYNOPSIS

Gets the status of unit testing.

SYNTAX

Get-UnitTestingStatus

DESCRIPTION

The Get-UnitTestingStatus function returns the current value of the $EnableUnitTesting variable, indicating whether unit testing is enabled or disabled.

EXAMPLES

EXAMPLE 1

Get-UnitTestingStatus

This example retrieves the current status of unit testing.

PARAMETERS

INPUTS

OUTPUTS

System.Boolean

NOTES

RELATED LINKS

Clone this wiki locally