PowerShell/test/powershell/Language/Classes
Dongbo Wang c982f30d4e Fix powershell class to use the current EngineSessionState for execution. (#2837)
When a PS class is defined in a module and the module gets reloaded, the class would still use the SessionState from the old module for execution, and thus it doesn't reflect changes to the module state during the reload. This fix is to make sure we always use the current EngineSessionState for PS class execution.
2016-12-09 11:06:07 -08:00
..
MSFT_778492.psm1 Add new test files to Language directory 2016-07-20 12:10:12 -07:00
ProtectedAccess.Tests.ps1 Language tests now run clean on Linux 2016-07-20 12:10:12 -07:00
Scripting.Classes.Attributes.Tests.ps1 Language tests now run clean on Linux 2016-07-20 12:10:12 -07:00
Scripting.Classes.BasicParsing.Tests.ps1 add tags to describe blocks that didn't have any tags 2016-07-27 12:06:51 -07:00
Scripting.Classes.Break.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Scripting.Classes.Exceptions.Tests.ps1 add tags to describe blocks that didn't have any tags 2016-07-27 12:06:51 -07:00
scripting.Classes.inheritance.tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Scripting.Classes.MiscOps.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Scripting.Classes.Modules.Tests.ps1 Fix powershell class to use the current EngineSessionState for execution. (#2837) 2016-12-09 11:06:07 -08:00
scripting.Classes.NestedModules.tests.ps1 Fix tests that were broken by the sxs module path change. Also fix some unreliable tests. 2016-08-11 21:45:20 -07:00
scripting.Classes.using.tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
scripting.enums.tests.ps1 Now Enum values definition have space-insensitive syntax (#2690) 2016-11-18 14:00:26 -08:00