/// <summary> /// Constructor of test suite info controller. /// </summary> /// <param name="ptmKernelService">The PTM kernel service.</param> public TestSuiteInfoController(IPTMKernelService ptmKernelService) : base(ptmKernelService) { }
/// <summary> /// Constructor of test suite auto detection controller. /// </summary> /// <param name="ptmKernelService">The PTM kernel service.</param> public TestSuiteAutoDetectionController(IPTMKernelService ptmKernelService) : base(ptmKernelService) { }
/// <summary> /// Constructor of test suite configuration controller. /// </summary> /// <param name="ptmKernelService">The PTM kernel service.</param> public TestSuiteConfigurationController(IPTMKernelService ptmKernelService) : base(ptmKernelService) { }
/// <summary> /// Constructor of test suite management controller. /// </summary> /// <param name="ptmKernelService"></param> public TestSuiteManagementController(IPTMKernelService ptmKernelService) : base(ptmKernelService) { }
/// <summary> /// Constructor of test result controller. /// </summary> /// <param name="ptmKernelService">The PTM kernel service.</param> public TestResultController(IPTMKernelService ptmKernelService) : base(ptmKernelService) { }