PowerShell/test/powershell/engine
Ilya 409ab7443f Fix GetType() bad pattern and related issues in tests (#3134)
* Fix GetType() bad pattern and related issues in tests

$var.GetType() can raise an exception in tests so we should check $var
before make the call. A large part of the tests does not make this
check.
I start with searching ".GetType()" but discovered many related issues
in tests (reduntant and unneeded tests, "throw" bad pattens, bugs,
formattings (sorry!) and so on) - I had to fix them too.

* Fix after code review
* Second wave of migration GetType() -> BeOfType
Removed 'GetType().Name' patterns.
2017-02-15 16:40:51 -08:00
..
Api Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Basic Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ETS Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Help Adding '$pshome/cultureName/default.help.txt' to PowerShell Windows Core project. (#3032) 2017-02-01 17:56:52 -08:00
Module Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ParameterBinding Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Remoting Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
BasicEngine.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
InitialSessionState.Tests.ps1 Add capacity test for initialsessionstate 2016-09-28 16:54:31 -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 Add serialization test of SemanticVersion 2016-08-03 13:21:42 -07:00