< Back

New-ATDDTestScenario

Fri Jan 10, 2020 9:14 pm

NAME New-ATDDTestScenario



SYNOPSIS

{{Fill in the Synopsis}}





SYNTAX

New-ATDDTestScenario [-ID] <Int32> [-Name] <String> [[-Elements] <ScriptBlock>] [<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-Elements <ScriptBlock>

{{Fill Elements Description}}



Required? false

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ID <Int32>

{{Fill ID Description}}



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

{{Fill Name Description}}



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS