Snippets/ShouldNotBeNullOrEmpty.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 BeNullOrEmpty</Title>
            <Description>Add Pester Should Not BeNullOrEmpty assertion</Description>
            <Shortcut>snbn</Shortcut>
            <Keywords>Pipeline,ScriptBlock,Editor,Console</Keywords>
            <Author>nohwnd</Author>
            <SnippetTypes>
                <SnippetType>Expansion</SnippetType>
            </SnippetTypes>
        </Header>
 
        <Code>
            <Script Language='PowerShell' CaretOffset='27'>
                <![CDATA[| Should -Not -BeNullOrEmpty ]]>
            </Script>
        </Code>
 
    </Snippet>
</Snippets>