private string GetApplicationPath()
 {
     return(_localTestAppSelectionService.GetAppPath() + "config/applicationmetadata.json");
 }
Example #2
0
 private string GetTextPath(string language)
 {
     return(_localTestAppSelectionService.GetAppPath() + $"config/texts/resource.{language}.json");
 }
 private string GetPolicyPath()
 {
     return(_localTestAppSelectionService.GetAppPath() + $"config/authorization/policy.xml");
 }