Java Doc for BaseTestCase.java in  » Database-DBMS » db-derby-10.2 » org » apache » derbyTesting » junit » 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 » Database DBMS » db derby 10.2 » org.apache.derbyTesting.junit 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.derbyTesting.junit.BaseTestCase

All known Subclasses:   org.apache.derbyTesting.junit.BaseJDBCTestCase,  org.apache.derbyTesting.functionTests.tests.jdbc4.JDBC40TranslationTest,  org.apache.derbyTesting.functionTests.suites.AllPackages,  org.apache.derbyTesting.functionTests.tests.derbynet.SqlExceptionTest,  org.apache.derbyTesting.functionTests.tests.jdbc4._Suite,  org.apache.derbyTesting.functionTests.tests.junitTests.derbyNet.OwnServerTests,  org.apache.derbyTesting.functionTests.tests.lang._Suite,  org.apache.derbyTesting.functionTests.tests.derbynet.ByteArrayCombinerStreamTest,  org.apache.derbyTesting.functionTests.tests.tools._Suite,  org.apache.derbyTesting.functionTests.suites.All,  org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite,  org.apache.derbyTesting.functionTests.suites.Embedded,  org.apache.derbyTesting.functionTests.suites.Client,  org.apache.derbyTesting.functionTests.tests.i18n.MessageBundleTest,
BaseTestCase
abstract public class BaseTestCase extends TestCase (Code)
Base class for JUnit tests.



Constructor Summary
public  BaseTestCase(String name)
     Create a test case with the given name.

Method Summary
public static  voidalarm(String text)
    
public static  voidassertEquals(InputStream is1, InputStream is2)
     Compare the contents of two streams.
public static  voidassertEquals(Reader r1, Reader r2)
     Compare the contents of two readers.
public static  voidassertSecurityManager()
     Assert a security manager is installed.
final public  FilegetFailureFolder()
     Get the folder where a test leaves any information about its failure.
protected static  StringgetSystemProperty(String name)
     Get system property.
final public  TestConfigurationgetTestConfiguration()
     Return the current configuration for the test.
protected static  URLgetTestResource(String name)
     Obtain the URL for a test resource, e.g.
protected static  InputStreamopenTestResource(URL url)
     Open the URL for a a test resource, e.g.
public static  voidprintStackTrace(Throwable t)
     Print debug string.
public static  voidprintln(String text)
     Print debug string.
protected static  voidremoveSystemProperty(String name)
    
final public  voidrunBare()
     Run the test and force installation of a security manager with the default test policy file. Individual tests can run without a security manager or with a different policy file using the decorators obtained from SecurityManagerSetup.
Method is final to ensure security manager is enabled by default.
protected static  voidsetSystemProperty(String name, String value)
    


Constructor Detail
BaseTestCase
public BaseTestCase(String name)(Code)
Create a test case with the given name.
Parameters:
  name - name of the test case.




Method Detail
alarm
public static void alarm(String text)(Code)
Print alarm string
Parameters:
  text - String to print



assertEquals
public static void assertEquals(InputStream is1, InputStream is2) throws IOException(Code)
Compare the contents of two streams. The streams are closed after they are exhausted.
Parameters:
  is1 - the first stream
Parameters:
  is2 - the second stream
throws:
  IOException - if reading from the streams fail
throws:
  AssertionFailedError - if the stream contents are not equal



assertEquals
public static void assertEquals(Reader r1, Reader r2) throws IOException(Code)
Compare the contents of two readers. The readers are closed after they are exhausted.
Parameters:
  r1 - the first reader
Parameters:
  r2 - the second reader
throws:
  IOException - if reading from the streams fail
throws:
  AssertionFailedError - if the reader contents are not equal



assertSecurityManager
public static void assertSecurityManager()(Code)
Assert a security manager is installed.



getFailureFolder
final public File getFailureFolder()(Code)
Get the folder where a test leaves any information about its failure. Folder to use.
See Also:   TestConfiguration.getFailureFolder(TestCase)



getSystemProperty
protected static String getSystemProperty(String name)(Code)
Get system property.
Parameters:
  name - name of the property



getTestConfiguration
final public TestConfiguration getTestConfiguration()(Code)
Return the current configuration for the test.



getTestResource
protected static URL getTestResource(String name)(Code)
Obtain the URL for a test resource, e.g. a policy file or a SQL script.
Parameters:
  name - Resource name, typically - org.apache.derbyTesing.something URL to the resource, null if it does not exist.



openTestResource
protected static InputStream openTestResource(URL url) throws PrivilegedActionException(Code)
Open the URL for a a test resource, e.g. a policy file or a SQL script.
Parameters:
  url - URL obtained from getTestResource An open stream



printStackTrace
public static void printStackTrace(Throwable t)(Code)
Print debug string.
Parameters:
  t - Throwable object to print stack trace from



println
public static void println(String text)(Code)
Print debug string.
Parameters:
  text - String to print



removeSystemProperty
protected static void removeSystemProperty(String name)(Code)
Remove system property
Parameters:
  name - name of the property



runBare
final public void runBare() throws Throwable(Code)
Run the test and force installation of a security manager with the default test policy file. Individual tests can run without a security manager or with a different policy file using the decorators obtained from SecurityManagerSetup.
Method is final to ensure security manager is enabled by default. Tests should not need to override runTest, instead use test methods setUp, tearDown methods and decorators.



setSystemProperty
protected static void setSystemProperty(String name, String value)(Code)
Set system property
Parameters:
  name - name of the property
Parameters:
  value - value of the property



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