TestCases/SVT/AppService/AppServiceTest.ps1

Set-StrictMode -Version Latest 
class AppServiceTest:SVTTestBase{
    AppServiceTest([TestCase] $testcase, [TestSettings] $testsettings):Base($testcase, $testsettings){
    
    }
}