????
Current Path : C:/Program Files (x86)/WindowsPowerShell/Modules/Pester/3.4.0/Snippets/ |
Current File : C:/Program Files (x86)/WindowsPowerShell/Modules/Pester/3.4.0/Snippets/ShouldNotBe.snippets.ps1xml |
<?xml version='1.0' encoding='utf-8' ?> <Snippets xmlns='http://schemas.microsoft.com/PowerShell/Snippets'> <Snippet Version='1.0.0'> <Header> <Title>Should Not Be</Title> <Description>Add Pester Should Be assertion</Description> <Shortcut>snb</Shortcut> <Keywords>Pipeline,ScriptBlock,Editor,Console</Keywords> <Author>nohwnd</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Code> <Script Language='PowerShell' CaretOffset='16'> <![CDATA[| Should Not Be ]]> </Script> </Code> </Snippet> </Snippets>