Describe "MongoDB" { It "" -TestCases @( @{ ToolName = "mongo" } @{ ToolName = "mongod" } ) { "$ToolName --version" | Should -ReturnZeroExitCode } }