Java Doc for UnitTestCase.java in  » IDE-Netbeans » xtest » org » netbeans » xtest » pe » xmlbeans » 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 » IDE Netbeans » xtest » org.netbeans.xtest.pe.xmlbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.xtest.pe.xmlbeans.XMLBean
      org.netbeans.xtest.pe.xmlbeans.UnitTestCase

UnitTestCase
public class UnitTestCase extends XMLBean (Code)

author:
   mb115822


Field Summary
final public static  StringTEST_ERROR
    
final public static  StringTEST_EXPECTED_FAIL
    
final public static  StringTEST_FAIL
    
final public static  StringTEST_PASS
    
final public static  StringTEST_UNEXPECTED_PASS
    
final public static  StringTEST_UNKNOWN
    
public  Stringxmlat_class
    
public  Stringxmlat_failReason
    
public  Stringxmlat_message
    
public  Stringxmlat_name
    
public  Stringxmlat_result
    
public  longxmlat_time
    
public  Stringxmlat_workdir
    

Constructor Summary
public  UnitTestCase()
    

Method Summary
public  StringgetClassName()
     Getter for property className.
public  StringgetFailReason()
     Getter for property failReason.
public  StringgetMessage()
     Getter for property message.
public  StringgetName()
     Getter for property name.
public  StringgetResult()
     Getter for property result.
public  StringgetStackTrace()
     Getter for property stackTrace.
public  longgetTime()
     Getter for property time.
public  longgetUnitTestSuite_id()
     Getter for property unitTestSuite_id.
public  StringgetWorkdir()
     Getter for property workdir.
public  voidsetClassName(String className)
     Setter for property className.
public  voidsetFailReason(String failReason)
     Setter for property failReason.
public  voidsetMessage(String message)
     Setter for property message.
public  voidsetName(String name)
     Setter for property name.
public  voidsetResult(String result)
     Setter for property result.
public  voidsetStackTrace(String stackTrace)
     Setter for property stackTrace.
public  voidsetTime(long time)
     Setter for property time.
public  voidsetUnitTestSuite_id(long unitTestSuite_id)
     Setter for property unitTestSuite_id.
public  voidsetWorkdir(String workdir)
     Setter for property workdir.

Field Detail
TEST_ERROR
final public static String TEST_ERROR(Code)



TEST_EXPECTED_FAIL
final public static String TEST_EXPECTED_FAIL(Code)



TEST_FAIL
final public static String TEST_FAIL(Code)



TEST_PASS
final public static String TEST_PASS(Code)



TEST_UNEXPECTED_PASS
final public static String TEST_UNEXPECTED_PASS(Code)



TEST_UNKNOWN
final public static String TEST_UNKNOWN(Code)



xmlat_class
public String xmlat_class(Code)



xmlat_failReason
public String xmlat_failReason(Code)



xmlat_message
public String xmlat_message(Code)



xmlat_name
public String xmlat_name(Code)



xmlat_result
public String xmlat_result(Code)



xmlat_time
public long xmlat_time(Code)



xmlat_workdir
public String xmlat_workdir(Code)




Constructor Detail
UnitTestCase
public UnitTestCase()(Code)
Creates new UnitTestCase




Method Detail
getClassName
public String getClassName()(Code)
Getter for property className. Value of property className.



getFailReason
public String getFailReason()(Code)
Getter for property failReason. Value of property failReason.



getMessage
public String getMessage()(Code)
Getter for property message. Value of property message.



getName
public String getName()(Code)
Getter for property name. Value of property name.



getResult
public String getResult()(Code)
Getter for property result. Value of property result.



getStackTrace
public String getStackTrace()(Code)
Getter for property stackTrace. Value of property stackTrace.



getTime
public long getTime()(Code)
Getter for property time. Value of property time.



getUnitTestSuite_id
public long getUnitTestSuite_id()(Code)
Getter for property unitTestSuite_id. Value of property unitTestSuite_id.



getWorkdir
public String getWorkdir()(Code)
Getter for property workdir. Value of property workdir.



setClassName
public void setClassName(String className)(Code)
Setter for property className.
Parameters:
  className - New value of property className.



setFailReason
public void setFailReason(String failReason)(Code)
Setter for property failReason.
Parameters:
  message - New value of property failReason.



setMessage
public void setMessage(String message)(Code)
Setter for property message.
Parameters:
  message - New value of property message.



setName
public void setName(String name)(Code)
Setter for property name.
Parameters:
  name - New value of property name.



setResult
public void setResult(String result)(Code)
Setter for property result.
Parameters:
  result - New value of property result.



setStackTrace
public void setStackTrace(String stackTrace)(Code)
Setter for property stackTrace.
Parameters:
  stackTrace - New value of property stackTrace.



setTime
public void setTime(long time)(Code)
Setter for property time.
Parameters:
  time - New value of property time.



setUnitTestSuite_id
public void setUnitTestSuite_id(long unitTestSuite_id)(Code)
Setter for property unitTestSuite_id.
Parameters:
  unitTestSuite_id - New value of property unitTestSuite_id.



setWorkdir
public void setWorkdir(String workdir)(Code)
Setter for property workdir.
Parameters:
  workdir - New value of property workdir.



Fields inherited from org.netbeans.xtest.pe.xmlbeans.XMLBean
final public static int ALL_ELEMENTS(Code)(Java Doc)
final public static String XMLBEAN_ATT_PREFIX(Code)(Java Doc)
final public static String XMLBEAN_ELEM_PREFIX(Code)(Java Doc)
final public static String XMLBEAN_FILE_SUFFIX(Code)(Java Doc)
final public static String[] XMLBEAN_PACKAGES(Code)(Java Doc)
public String xml_cdata(Code)(Java Doc)
public String xml_pcdata(Code)(Java Doc)

Methods inherited from org.netbeans.xtest.pe.xmlbeans.XMLBean
public static Object[] addToArray(Object[] array, Object[] objs) throws IllegalArgumentException(Code)(Java Doc)
public static Object[] addToArray(Object[] array, Object obj) throws IllegalArgumentException(Code)(Java Doc)
public static String cutPackage(String className)(Code)(Java Doc)
public static String cutPrefix(String aString, String prefix)(Code)(Java Doc)
public boolean equalByAttributes(Object obj)(Code)(Java Doc)
public static boolean equalObjectsByFields(Object obj1, Object obj2, String[] fieldNames) throws NoSuchFieldException(Code)(Java Doc)
protected void fillAttributes(NamedNodeMap atts) throws NoSuchFieldException(Code)(Java Doc)
protected void fillElements(NodeList elements, int depth) throws NoSuchFieldException, ClassNotFoundException(Code)(Java Doc)
public static XMLBean findXMLBean(XMLBean[] existingBeans, XMLBean newBean)(Code)(Java Doc)
protected static DocumentBuilder getDocumentBuilder()(Code)(Java Doc)
public long getId()(Code)(Java Doc)
public static XMLBean getXMLBean(Document doc) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Document doc, int depth) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Element element) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Element element, int depth) throws ClassNotFoundException(Code)(Java Doc)
public boolean isObjectValid(Object obj)(Code)(Java Doc)
public static XMLBean loadXMLBean(File xmlBeanFile) throws IOException, ClassNotFoundException(Code)(Java Doc)
public static XMLBean loadXMLBean(File xmlBeanFile, int depth) throws IOException, ClassNotFoundException(Code)(Java Doc)
public void saveXMLBean(File xmlBeanFile) throws IOException(Code)(Java Doc)
public void saveXMLBean(File xmlBeanFile, int depth) throws IOException(Code)(Java Doc)
protected static void serializeToFile(Document doc, File outFile) throws IOException(Code)(Java Doc)
protected static void serializeToStream(Document doc, OutputStream out) throws IOException(Code)(Java Doc)
public static void setField(Field field, Object obj, String value) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc)
public void setId(long id)(Code)(Java Doc)
public static Object[] shrinkArray(Object[] array)(Code)(Java Doc)
public Document toDocument() throws DOMException(Code)(Java Doc)
public Document toDocument(int depth) throws DOMException(Code)(Java Doc)
public Element toElement(Document doc) throws DOMException(Code)(Java Doc)
public Element toElement(Document doc, int depth) throws DOMException(Code)(Java Doc)

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.