| java.lang.Object org.objectweb.salome_tmf.api.api2ihm.suiteTest.SuiteTestInsertImpl
SuiteTestInsertImpl | public class SuiteTestInsertImpl implements SuiteTestInsert,ApiConstants(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 | addFileAttachToScript(int attachId, int scriptId) | 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 scriptPath, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate) | public void | addScriptToTestUsingID(int testId, String scriptPath, 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 | attachScriptToTest(int scriptId, int testId) | public void | setProject(String projectName) |
idProject | int idProject(Code) | | ID du projet SalomeTMF dans lequel on se situe
|
nameProject | String nameProject(Code) | | Nom du projet SalomeTMF dans lequel on se situe
|
prop | Properties prop(Code) | | Fichier "properties" contenant les requetes SQL relatives aux suites de test
|
SuiteTestInsertImpl | public SuiteTestInsertImpl(DataBase db, Properties pr)(Code) | | Constructeur
Parameters: db - Parameters: pr - |
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 - |
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 - |
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 - |
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: description - |
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: description - |
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 - |
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 - |
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 - |
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 - |
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 - |
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 - |
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 - |
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 - |
addFamily | public void addFamily(String name, String desc, int order)(Code) | | Ajout d'une famille de test
Parameters: name - Parameters: desc - Parameters: order - |
addFileAttachToScript | public void addFileAttachToScript(int attachId, int scriptId)(Code) | | Parameters: attachId - Parameters: scriptId - |
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 - |
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 - |
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 - |
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 - |
addScriptToTest | public void addScriptToTest(String familyName, String suiteName, String testName, String scriptPath, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)(Code) | | Ajout d'un script à un test
Parameters: familyName - Parameters: suiteName - Parameters: testName - Parameters: scriptPath - Parameters: classPath - Parameters: classToBeExecuted - Parameters: type - Parameters: scriptLength - Parameters: scriptDate - |
addScriptToTestUsingID | public void addScriptToTestUsingID(int testId, String scriptPath, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)(Code) | | Ajout d'un script à un test
Parameters: testId - Parameters: scriptPath - Parameters: classPath - Parameters: classToBeExecuted - Parameters: type - Parameters: scriptLength - Parameters: scriptDate - |
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 - |
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 - int order Parameters: extention - plugin type if automated |
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() |
attachScriptToTest | public void attachScriptToTest(int scriptId, int testId)(Code) | | Parameters: scriptId - Parameters: testId - |
setProject | public void setProject(String projectName)(Code) | | Fonction qui fixe le projet SalomeTMF dans lequel l'utilisateur travaille
Parameters: projectName - |
|
|