cyc1111 发表于 2018-9-2 08:14:16

PowerShell Script Analyzer, Script browser 和 Pester

PS C:\> Get-Command -Module pester  
CommandType   Name                                             Version    Source
  
-----------   ----                                             -------    ------
  
Function      AfterAll                                           3.4.0      pester
  
Function      AfterEach                                          3.4.0      pester
  
Function      Assert-MockCalled                                  3.4.0      pester
  
Function      Assert-VerifiableMocks                           3.4.0      pester
  
Function      BeforeAll                                          3.4.0      pester
  
Function      BeforeEach                                       3.4.0      pester
  
Function      Context                                          3.4.0      pester
  
Function      Describe                                           3.4.0      pester
  
Function      Get-MockDynamicParameters                        3.4.0      pester
  
Function      Get-TestDriveItem                                  3.4.0      pester
  
Function      In                                                 3.4.0      pester
  
Function      InModuleScope                                    3.4.0      pester
  
Function      Invoke-Mock                                        3.4.0      pester
  
Function      Invoke-Pester                                    3.4.0      pester
  
Function      It                                                 3.4.0      pester
  
Function      Mock                                             3.4.0      pester
  
Function      New-Fixture                                        3.4.0      pester
  
Function      New-PesterOption                                 3.4.0      pester
  
Function      SafeGetCommand                                     3.4.0      pester
  
Function      Set-DynamicParameterVariables                      3.4.0      pester
  
Function      Set-TestInconclusive                               3.4.0      pester
  
Function      Setup                                              3.4.0      pester
  
Function      Should                                             3.4.0      pester


页: [1]
查看完整版本: PowerShell Script Analyzer, Script browser 和 Pester