functions/Stack/SetTcpPortsForStack.Tests.ps1

$filename = $($(Split-Path -Leaf MyInvocation.MyCommand.Path).Replace('.Tests.ps1',''))

Describe "$filename Unit Tests" -Tags 'Unit' {
    It "TestMethod" {
    }
}

Describe "$filename Integration Tests" -Tags 'Integration' {
    It "Can Set Tcp Ports" {
        SetTcpPortsForStack -namespace "fabricrealtime" -Verbose
    }
}