Skip to content

Enable UnitTesting

dfinke edited this page Apr 20, 2024 · 2 revisions

Enable-UnitTesting

SYNOPSIS

Enables unit testing.

SYNTAX

Enable-UnitTesting

DESCRIPTION

The Enable-UnitTesting function sets the $EnableUnitTesting variable to $true, enabling unit testing.

EXAMPLES

EXAMPLE 1

Enable-UnitTesting

This example enables unit testing by setting the $EnableUnitTesting variable to $true.

PARAMETERS

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Clone this wiki locally