| org.objectweb.salome_tmf.api.api2ihm.suiteTest.SuiteTestInsert
All known Subclasses: org.objectweb.salome_tmf.api.api2ihm.suiteTest.SuiteTestInsertImpl,
SuiteTestInsert | public interface SuiteTestInsert (Code) | | Fonctions d'insertion relatives à l'aire fonctionnelle "Suites de test"
|
Method Summary | |
public void | addAction(String familyName, String suiteName, String testName, String actionName, String actionDescription, String actionResAttendu, int actionNum) | public void | addActionUsingID(int testId, String actionName, String actionDescription, String actionResAttendu, int actionNum) | public void | addAttachFileToAction(String familyName, String suiteName, String testName, String actionName, String filePath, long length, Date date, String description) | public void | addAttachFileToActionUsingID(int actionId, String filePath, long length, Date date, String description) | public void | addAttachFileToSuite(String familyName, String suiteName, String filePath, long length, Date date, String description) | public void | addAttachFileToSuiteUsingID(int suiteId, String filePath, long length, Date date, String description) | public void | addAttachFileToTest(String familyName, String suiteName, String testName, String filePath, long length, Date date, String description) | public void | addAttachFileToTestUsingID(int testId, String filePath, long length, Date date, String description) | public void | addAttachUrlToAction(String familyName, String suiteName, String testName, String actionName, String url, String description) | public void | addAttachUrlToActionUsingID(int actionId, String url, String description) | public void | addAttachUrlToSuite(String familyName, String suiteName, String url, String description) | public void | addAttachUrlToSuiteUsingID(int suiteId, String url, String description) | public void | addAttachUrlToTest(String familyName, String suiteName, String testName, String url, String description) | public void | addAttachUrlToTestUsingID(int testId, String url, String description) | public void | addFamily(String name, String desc, int order) | public void | addParamToAction(String familyName, String suiteName, String testName, String actionName, String paramName) | public void | addParamToActionUsingID(int actionId, int paramId) | public void | addParamToTest(String familyName, String suiteName, String testName, String paramName) | public void | addParamToTestUsingID(int testId, int paramId) | public void | addScriptToTest(String familyName, String suiteName, String testName, String scriptName, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate) | public void | addScriptToTestUsingID(int testId, String scriptName, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate) | public void | addSuite(String name, String desc, String family, int order) | public void | addSuiteUsingID(String name, String desc, int familyId, int order) | public void | addTest(String familyName, String suiteName, String loginPersonne, String testName, String testType, String testDesc, int order, String extension) | public void | addTestUsingID(int suiteId, String loginPersonne, String testName, String testType, String testDesc, int order, String extension) | public void | setProject(String projectName) |
addAction | public void addAction(String familyName, String suiteName, String testName, String actionName, String actionDescription, String actionResAttendu, int actionNum)(Code) | | Ajout d'une action a un test manuel
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: actionName - Parameters: actionDescription - Parameters: actionResAttendu - Parameters: actionNum - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addActionUsingID | public void addActionUsingID(int testId, String actionName, String actionDescription, String actionResAttendu, int actionNum)(Code) | | Ajout d'une action a un test manuel
Parameters: testId - Parameters: actionName - Parameters: actionDescription - Parameters: actionResAttendu - Parameters: actionNum - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToAction | public void addAttachFileToAction(String familyName, String suiteName, String testName, String actionName, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à une action
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: actionName - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToActionUsingID | public void addAttachFileToActionUsingID(int actionId, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à une action
Parameters: actionId - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToSuite | public void addAttachFileToSuite(String familyName, String suiteName, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à une suite de test
Parameters: familyName - Parameters: suiteName - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToSuiteUsingID | public void addAttachFileToSuiteUsingID(int suiteId, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à une suite de test
Parameters: suiteId - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToTest | public void addAttachFileToTest(String familyName, String suiteName, String testName, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à un test
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachFileToTestUsingID | public void addAttachFileToTestUsingID(int testId, String filePath, long length, Date date, String description)(Code) | | Ajout d'un fichier attachement à un test
Parameters: testId - Parameters: filePath - Parameters: length - Parameters: date - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToAction | public void addAttachUrlToAction(String familyName, String suiteName, String testName, String actionName, String url, String description)(Code) | | Ajout d'une URL en attachement à une action
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: actionName - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToActionUsingID | public void addAttachUrlToActionUsingID(int actionId, String url, String description)(Code) | | Ajout d'une URL en attachement à une action
Parameters: actionId - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToSuite | public void addAttachUrlToSuite(String familyName, String suiteName, String url, String description)(Code) | | Ajout d'une URL en attachement à une suite de test
Parameters: familyName - Parameters: suiteName - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToSuiteUsingID | public void addAttachUrlToSuiteUsingID(int suiteId, String url, String description)(Code) | | Ajout d'une URL en attachement à une suite de test
Parameters: suiteId - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToTest | public void addAttachUrlToTest(String familyName, String suiteName, String testName, String url, String description)(Code) | | Ajout d'une URL en attachement à un test
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addAttachUrlToTestUsingID | public void addAttachUrlToTestUsingID(int testId, String url, String description)(Code) | | Ajout d'une URL en attachement à un test
Parameters: testId - Parameters: url - Parameters: description - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addFamily | public void addFamily(String name, String desc, int order)(Code) | | Ajout d'une famille de test
Parameters: name - Parameters: desc - Parameters: order - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addParamToAction | public void addParamToAction(String familyName, String suiteName, String testName, String actionName, String paramName)(Code) | | Ajout d'un parametre a une action de test : signifie que l'action de test UTILISE un parametre deja existant dans le projet
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: actionName - Parameters: paramName - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addParamToActionUsingID | public void addParamToActionUsingID(int actionId, int paramId)(Code) | | Ajout d'un parametre a une action de test : signifie que l'action de test UTILISE un parametre deja existant dans le projet
Parameters: actionId - Parameters: paramId - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addParamToTest | public void addParamToTest(String familyName, String suiteName, String testName, String paramName)(Code) | | Ajout d'un parametre a un test : signifie que le test UTILISE un parametre deja existant dans le projet
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: paramName - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addParamToTestUsingID | public void addParamToTestUsingID(int testId, int paramId)(Code) | | Ajout d'un parametre a un test : signifie que le test UTILISE un parametre deja existant dans le projet
Parameters: testId - Parameters: paramId - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addScriptToTest | public void addScriptToTest(String familyName, String suiteName, String testName, String scriptName, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)(Code) | | Ajout d'un script à un test
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: scriptName - Parameters: classPath - Parameters: classToBeExecuted - Parameters: type - Parameters: scriptLength - Parameters: scriptDate - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addScriptToTestUsingID | public void addScriptToTestUsingID(int testId, String scriptName, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)(Code) | | Ajout d'un script à un test
Parameters: testId - Parameters: scriptName - Parameters: classPath - Parameters: classToBeExecuted - Parameters: type - Parameters: scriptLength - Parameters: scriptDate - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addSuite | public void addSuite(String name, String desc, String family, int order)(Code) | | Ajout d'une suite de test
Parameters: name - Parameters: desc - Parameters: family - Parameters: order - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addSuiteUsingID | public void addSuiteUsingID(String name, String desc, int familyId, int order)(Code) | | Ajout d'une suite de test
Parameters: name - Parameters: desc - Parameters: familyId - Parameters: order - See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addTest | public void addTest(String familyName, String suiteName, String loginPersonne, String testName, String testType, String testDesc, int order, String extension)(Code) | | Ajout d'un test a une suite de test
Parameters: familyName - Parameters: suiteName - Parameters: loginPersonne - Parameters: testName - Parameters: testType - Parameters: testDesc - Parameters: order - Parameters: extention - plugin type if automated See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
addTestUsingID | public void addTestUsingID(int suiteId, String loginPersonne, String testName, String testType, String testDesc, int order, String extension)(Code) | | Ajout d'un test a une suite de test
Parameters: suiteId - Parameters: loginPersonne - Parameters: testName - Parameters: testType - Parameters: testDesc - Parameters: order - Parameters: extention - plugin type if automated See Also: org.objectweb.salome_tmf.api.api2ihm.AdminProject.canCreateTest() |
setProject | public void setProject(String projectName)(Code) | | Fonction qui fixe le projet SalomeTMF dans lequel l'utilisateur travaille
Parameters: projectName - |
|
|