Java Doc for SuiteTestInsertImpl.java in  » Test-Coverage » salome-tmf » org » objectweb » salome_tmf » api » api2ihm » suiteTest » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Test Coverage » salome tmf » org.objectweb.salome_tmf.api.api2ihm.suiteTest 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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"


Field Summary
 DataBasedatabase
    
 Stringfs
    
 intidProject
    
 StringnameProject
    
 Propertiesprop
    

Constructor Summary
public  SuiteTestInsertImpl(DataBase db, Properties pr)
    

Method Summary
public  voidaddAction(String familyName, String suiteName, String testName, String actionName, String actionDescription, String actionResAttendu, int actionNum)
    
public  voidaddActionUsingID(int testId, String actionName, String actionDescription, String actionResAttendu, int actionNum)
    
public  voidaddAttachFileToAction(String familyName, String suiteName, String testName, String actionName, String filePath, long length, Date date, String description)
    
public  voidaddAttachFileToActionUsingID(int actionId, String filePath, long length, Date date, String description)
    
public  voidaddAttachFileToSuite(String familyName, String suiteName, String filePath, long length, Date date, String description)
    
public  voidaddAttachFileToSuiteUsingID(int suiteId, String filePath, long length, Date date, String description)
    
public  voidaddAttachFileToTest(String familyName, String suiteName, String testName, String filePath, long length, Date date, String description)
    
public  voidaddAttachFileToTestUsingID(int testId, String filePath, long length, Date date, String description)
    
public  voidaddAttachUrlToAction(String familyName, String suiteName, String testName, String actionName, String url, String description)
    
public  voidaddAttachUrlToActionUsingID(int actionId, String url, String description)
    
public  voidaddAttachUrlToSuite(String familyName, String suiteName, String url, String description)
    
public  voidaddAttachUrlToSuiteUsingID(int suiteId, String url, String description)
    
public  voidaddAttachUrlToTest(String familyName, String suiteName, String testName, String url, String description)
    
public  voidaddAttachUrlToTestUsingID(int testId, String url, String description)
    
public  voidaddFamily(String name, String desc, int order)
    
public  voidaddFileAttachToScript(int attachId, int scriptId)
    
public  voidaddParamToAction(String familyName, String suiteName, String testName, String actionName, String paramName)
    
public  voidaddParamToActionUsingID(int actionId, int paramId)
    
public  voidaddParamToTest(String familyName, String suiteName, String testName, String paramName)
    
public  voidaddParamToTestUsingID(int testId, int paramId)
    
public  voidaddScriptToTest(String familyName, String suiteName, String testName, String scriptPath, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)
    
public  voidaddScriptToTestUsingID(int testId, String scriptPath, String classPath, String classToBeExecuted, String type, long scriptLength, Date scriptDate)
    
public  voidaddSuite(String name, String desc, String family, int order)
    
public  voidaddSuiteUsingID(String name, String desc, int familyId, int order)
    
public  voidaddTest(String familyName, String suiteName, String loginPersonne, String testName, String testType, String testDesc, int order, String extension)
    
public  voidaddTestUsingID(int suiteId, String loginPersonne, String testName, String testType, String testDesc, int order, String extension)
    
public  voidattachScriptToTest(int scriptId, int testId)
    
public  voidsetProject(String projectName)
    

Field Detail
database
DataBase database(Code)
Base de donnees



fs
String fs(Code)
Separateur systeme ("/", "\" ...)



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




Constructor Detail
SuiteTestInsertImpl
public SuiteTestInsertImpl(DataBase db, Properties pr)(Code)
Constructeur
Parameters:
  db -
Parameters:
  pr -




Method Detail
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 -



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.