PowerShell/test/powershell/engine
David Christian 1a003a8af3 Support Positive/Negative ValidateRange (#4084)
To improve code clarity and give better error messages when using ValidateRange, you can now specify:

```
[ValidateRange(ValidateRangeKind.Positive)]
```

instead of

```
[ValidateRange(1, 2147483647)]
```

Valid kinds are:

Positive
Negative
NonPostiive
NonNegative
2017-08-02 11:24:06 -07:00
..
Api Add type inference for Foreach-Object -MemberName (#3972) 2017-06-22 13:34:33 -07:00
Basic Add test to validate 'Assembly.LoadFrom' behavior (#4285) 2017-07-18 22:10:59 -07:00
ETS Enable DataRow/DataRowView adapters in PowerShell Core (#4258) 2017-07-17 11:27:01 -07:00
Help PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Module PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
ParameterBinding PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Remoting PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Attributes.Tests.ps1 Fix error message when 'HelpMessage' property of 'ParameterAttribute' is set to empty string (#4334) 2017-07-26 09:20:43 -07:00
BasicEngine.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
DefaultCommands.Tests.ps1 Due to the use of unsupported APIs, we must remove the Counter CmdLets in the Diagnostics Module until a better solution is found. (#4303) 2017-07-19 17:20:01 -07:00
InitialSessionState.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Jobs.Tests.ps1 Fixing background jobs for Unix and Windows (#1972) 2016-11-09 22:44:39 -08:00
PropertyAccessor.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
SemanticVersion.Tests.ps1 Fix usage of -TestCases so that the parameters show up in the test case description (#4188) 2017-07-07 09:25:46 -07:00
ValidateAttributes.Tests.ps1 Support Positive/Negative ValidateRange (#4084) 2017-08-02 11:24:06 -07:00