LinuxTests/Auth.Tests.ps1
Param( [string] $licenseFile, [string] $buildlicenseFile ) BeforeAll { . (Join-Path $PSScriptRoot '_TestHelperFunctions.ps1') } AfterAll { } Describe 'Api' { It 'Get-NavContainerApiCompanyId' { #TODO } It 'Invoke-NavContainerApi' { #TODO } } |