TestCases/SVT/NotificationHub/NotificationHubTest.ps1

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