PowerShell/test/powershell/engine/ETS
Ilya 7257404929
Add Count and Length properties to [PSCustomobject] (#5745)
Related #3671
•Add Count and Length properties to [PSCustomobject].
 Now following returns 1:
 ([pscustomobject] @{ foo = 'bar' }).Count
 ([pscustomobject] @{ foo = 'bar' }).Length
•Add tests
2017-12-28 10:15:06 +04:00
..
Adapter.Tests.ps1 Add Count and Length properties to [PSCustomobject] (#5745) 2017-12-28 10:15:06 +04:00
CimAdapter.Tests.ps1 Added tests to close code coverage in CIM area (#2528) 2016-11-17 11:46:07 -08:00