navcontainerhelper/LinuxTests/Auth.Tests.ps1

22 строки
318 B
PowerShell
Исходник Постоянная ссылка Обычный вид История

2022-12-18 09:40:53 +03:00
Param(
[string] $licenseFile,
[string] $buildlicenseFile
2022-12-18 09:40:53 +03:00
)
BeforeAll {
. (Join-Path $PSScriptRoot '_TestHelperFunctions.ps1')
}
AfterAll {
}
Describe 'Api' {
It 'Get-NavContainerApiCompanyId' {
#TODO
}
It 'Invoke-NavContainerApi' {
#TODO
}
}