All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.katalon.platform.api.controller.Controller Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.controller;

/**
 * The root interface in the Controller hierarchy.
 * 

* Each Controller is a KS platform service to help plugins interact, manipulate KS test artifacts, such as: * TestCaseEntity, TestSuiteEntity, ProjectEnity, ReportEntity... * * @see TestCaseController * @see FolderController * @see ReportController * @see ProjectController * @since 1.0.4 */ public interface Controller { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy