navcontainerhelper/LinuxTests/Saas.Tests.ps1

22 строки
318 B
PowerShell

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