Java Doc for EMBTestConfiguration.java in » J2EE » JOnAS-4.8.6 » com » ibm » emb » 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
»
J2EE
»
JOnAS 4.8.6
»
com.ibm.emb.junit
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.ibm.emb.junit
.EMBTestConfiguration
EMBTestConfiguration
public
class EMBTestConfiguration implements
Serializable
(Code)
A utility class of which at most one instance can exist per VM. Use EMBTestConfiguration.instance() to access this instance.
Field Summary
protected
static
EMBTestConfiguration
_instance
A handle to the unique Singleton instance.
protected
String
allMediaConverterSpecs
protected
String
allMediaFormats
protected
String
bmpPictureName1
protected
String
bmpPictureName2
protected
String
classSignatureFile
protected
String
gzipCorruptFileName
protected
boolean
includeLongRunningTest
protected
String
invalidXMLFile1
protected
String
invalidXMLFile2
protected
String
jpgPictureName1
protected
String
jpgPictureName2
protected
BufferedWriter
junitWriter
protected
String
listOfClassNamesFile
protected
boolean
logKnownErrors
protected
BufferedWriter
logWriter
protected
String
maxMediaSize
protected
String
mediaDir
protected
String
mediaListeners
protected
String
mp3SoundName1
protected
String
mp3SoundName2
protected
String
mpegMovieName1
protected
String
nonEmbeddedMediaClassName
protected
String
nonEmbeddedMediaFile
protected
String
nonEmbeddedMediaFileExt
protected
String
playlistName1
protected
String
playlistName2
final
public
static
String
propertyFile
protected
String
queryLanguages
protected
PropertyResourceBundle
rb
protected
String
streamServerTypes
protected
String
testClient
protected
String
testClientIPAddress
protected
BufferedWriter
traceWriter
protected
String
wavSoundName1
protected
boolean
writeLog
protected
boolean
writeTrace
protected
String
xmlFile1
protected
String
xmlFile2
Constructor Summary
public
EMBTestConfiguration
()
The constructor could be made private to prevent others from instantiating this class.
Method Summary
public
String
getAllMediaConverterSpecs
()
public
String
getAllMediaFormats
()
public
String
getBmpPictureName1
()
public
String
getBmpPictureName2
()
public
String
getClassSignatureFile
()
public
String
getGzipCorruptFileName
()
public
boolean
getIncludeLongRunningTest
()
public
String
getInvalidXMLFile1
()
public
String
getInvalidXMLFile2
()
public
String
getJpgPictureName1
()
public
String
getJpgPictureName2
()
public
BufferedWriter
getJunitWriter
()
public
String
getListOfClassNamesFile
()
public
boolean
getLogKnownErrors
()
public
BufferedWriter
getLogWriter
()
public
String
getMaxMediaSize
()
public
String
getMediaDir
()
public
String
getMediaListeners
()
public
String
getMp3SoundName1
()
public
String
getMp3SoundName2
()
public
String
getMpegMovieName1
()
public
String
getNonEmbeddedMediaClassName
()
public
String
getNonEmbeddedMediaFile
()
public
String
getNonEmbeddedMediaFileExt
()
public
String
getPlaylistName1
()
public
String
getPlaylistName2
()
public
String
getQueryLanguages
()
public
String
getStreamServerTypes
()
public
String
getTestClient
()
public
String
getTestClientIPAddress
()
public
BufferedWriter
getTraceWriter
()
public
String
getWavSoundName1
()
public
boolean
getWriteLog
()
public
boolean
getWriteTrace
()
public
String
getXMLFile1
()
public
String
getXMLFile2
()
public
void
initConfig
()
public
static
EMBTestConfiguration
instance
()
public
void
setAllMediaConverterSpecs
(
String
allMediaConverterSpecs)
public
void
setAllMediaFormats
(
String
allMediaFormats)
public
void
setBmpPictureName1
(
String
bmpPictureName1)
public
void
setBmpPictureName2
(
String
bmpPictureName2)
public
void
setClassSignatureFile
(
String
classSignatureFile)
public
void
setGzipCorruptFileName
(
String
gzipCorruptFileName)
public
void
setIncludeLongRunningTest
(boolean includeLongRunningTest)
public
void
setInvalidXMLFile1
(
String
invalidXMLFile1)
public
void
setInvalidXMLFile2
(
String
invalidXMLFile2)
public
void
setJpgPictureName1
(
String
jpgPictureName1)
public
void
setJpgPictureName2
(
String
jpgPictureName2)
public
void
setJunitWriter
(
BufferedWriter
junitWriter)
public
void
setListOfClassNamesFile
(
String
listOfClassNamesFile)
public
void
setLogKnownErrors
(boolean logKnownErrors)
public
void
setLogWriter
(
BufferedWriter
logWriter)
public
void
setMaxMediaSize
(
String
maxMediaSize)
public
void
setMediaListeners
(
String
mediaListeners)
public
void
setMp3SoundName1
(
String
mp3SoundName1)
public
void
setMp3SoundName2
(
String
mp3SoundName2)
public
void
setMpegMovieName1
(
String
mpegMovieName1)
public
void
setNonEmbeddedMediaClassName
(
String
nonEmbeddedMediaClassName)
public
void
setNonEmbeddedMediaFile
(
String
nonEmbeddedMediaFile)
public
void
setNonEmbeddedMediaFileExt
(
String
nonEmbeddedMediaFileExt)
public
void
setPlaylistName1
(
String
playlistName1)
public
void
setPlaylistName2
(
String
playlistName2)
public
void
setQueryLanguages
(
String
queryLanguages)
public
void
setStreamServerTypes
(
String
streamServerTypes)
public
void
setTestClient
(
String
testComputer)
public
void
setTestClientIPAddress
(
String
testClientIPAddress)
public
void
setTraceWriter
(
BufferedWriter
traceWriter)
public
void
setWavSoundName1
(
String
wavSoundName1)
public
void
setWriteLog
(boolean writeLog)
public
void
setWriteTrace
(boolean writeTrace)
public
void
setXMLFile1
(
String
xmlFile1)
public
void
setXMLFile2
(
String
xmlFile2)
Field Detail
_instance
protected
static
EMBTestConfiguration
_instance
(Code)
A handle to the unique Singleton instance.
allMediaConverterSpecs
protected
String
allMediaConverterSpecs
(Code)
allMediaFormats
protected
String
allMediaFormats
(Code)
bmpPictureName1
protected
String
bmpPictureName1
(Code)
bmpPictureName2
protected
String
bmpPictureName2
(Code)
classSignatureFile
protected
String
classSignatureFile
(Code)
gzipCorruptFileName
protected
String
gzipCorruptFileName
(Code)
includeLongRunningTest
protected
boolean includeLongRunningTest
(Code)
invalidXMLFile1
protected
String
invalidXMLFile1
(Code)
invalidXMLFile2
protected
String
invalidXMLFile2
(Code)
jpgPictureName1
protected
String
jpgPictureName1
(Code)
jpgPictureName2
protected
String
jpgPictureName2
(Code)
junitWriter
protected
BufferedWriter
junitWriter
(Code)
listOfClassNamesFile
protected
String
listOfClassNamesFile
(Code)
logKnownErrors
protected
boolean logKnownErrors
(Code)
logWriter
protected
BufferedWriter
logWriter
(Code)
maxMediaSize
protected
String
maxMediaSize
(Code)
mediaDir
protected
String
mediaDir
(Code)
mediaListeners
protected
String
mediaListeners
(Code)
mp3SoundName1
protected
String
mp3SoundName1
(Code)
mp3SoundName2
protected
String
mp3SoundName2
(Code)
mpegMovieName1
protected
String
mpegMovieName1
(Code)
nonEmbeddedMediaClassName
protected
String
nonEmbeddedMediaClassName
(Code)
nonEmbeddedMediaFile
protected
String
nonEmbeddedMediaFile
(Code)
nonEmbeddedMediaFileExt
protected
String
nonEmbeddedMediaFileExt
(Code)
playlistName1
protected
String
playlistName1
(Code)
playlistName2
protected
String
playlistName2
(Code)
propertyFile
final
public
static
String
propertyFile
(Code)
queryLanguages
protected
String
queryLanguages
(Code)
rb
protected
PropertyResourceBundle
rb
(Code)
streamServerTypes
protected
String
streamServerTypes
(Code)
testClient
protected
String
testClient
(Code)
testClientIPAddress
protected
String
testClientIPAddress
(Code)
traceWriter
protected
BufferedWriter
traceWriter
(Code)
wavSoundName1
protected
String
wavSoundName1
(Code)
writeLog
protected
boolean writeLog
(Code)
writeTrace
protected
boolean writeTrace
(Code)
xmlFile1
protected
String
xmlFile1
(Code)
xmlFile2
protected
String
xmlFile2
(Code)
Constructor Detail
EMBTestConfiguration
public
EMBTestConfiguration()
(Code)
The constructor could be made private to prevent others from instantiating this class. But this would also make it impossible to create instances of Singleton subclasses.
Method Detail
getAllMediaConverterSpecs
public
String
getAllMediaConverterSpecs()
(Code)
Gets the allMediaConverterSpecs Returns a String
getAllMediaFormats
public
String
getAllMediaFormats()
(Code)
Gets the allMediaFormats Returns a String
getBmpPictureName1
public
String
getBmpPictureName1()
(Code)
Gets the bmpPictureName1 Returns a String
getBmpPictureName2
public
String
getBmpPictureName2()
(Code)
Gets the bmpPictureName2 Returns a String
getClassSignatureFile
public
String
getClassSignatureFile()
(Code)
Gets the classSignatureFile Returns a string
getGzipCorruptFileName
public
String
getGzipCorruptFileName()
(Code)
Gets the gzipCorruptFileName Returns a String
getIncludeLongRunningTest
public
boolean getIncludeLongRunningTest()
(Code)
Gets the includeLongRunningTest Returns a boolean
getInvalidXMLFile1
public
String
getInvalidXMLFile1()
(Code)
Gets the invalidXMLFile1 Returns a string
getInvalidXMLFile2
public
String
getInvalidXMLFile2()
(Code)
Gets the invalidXMLFile2 Returns a string
getJpgPictureName1
public
String
getJpgPictureName1()
(Code)
Gets the jpgPictureName1 Returns a String
getJpgPictureName2
public
String
getJpgPictureName2()
(Code)
Gets the jpgPictureName2 Returns a String
getJunitWriter
public
BufferedWriter
getJunitWriter()
(Code)
Gets the junitWriter Returns a BufferedWriter
getListOfClassNamesFile
public
String
getListOfClassNamesFile()
(Code)
Gets the listOfClassNamesFile Returns a string
getLogKnownErrors
public
boolean getLogKnownErrors()
(Code)
Gets the logKnownErrors Returns a boolean
getLogWriter
public
BufferedWriter
getLogWriter()
(Code)
Gets the logWriter Returns a BufferedWriter
getMaxMediaSize
public
String
getMaxMediaSize()
(Code)
Gets the maxMediaSize Returns a string
getMediaDir
public
String
getMediaDir()
(Code)
Gets the media directory
getMediaListeners
public
String
getMediaListeners()
(Code)
Gets the mediaListeners Returns a string
getMp3SoundName1
public
String
getMp3SoundName1()
(Code)
Gets the mp3SoundName1 Returns a String
getMp3SoundName2
public
String
getMp3SoundName2()
(Code)
Gets the mp3SoundName2 Returns a String
getMpegMovieName1
public
String
getMpegMovieName1()
(Code)
Gets the mpegMovieName1 Returns a String
getNonEmbeddedMediaClassName
public
String
getNonEmbeddedMediaClassName()
(Code)
Gets the nonEmbeddedMediaClassName Returns a String
getNonEmbeddedMediaFile
public
String
getNonEmbeddedMediaFile()
(Code)
Gets the nonEmbeddedMediaFile Returns a String
getNonEmbeddedMediaFileExt
public
String
getNonEmbeddedMediaFileExt()
(Code)
Gets the nonEmbeddedMediaFileExt Returns a String
getPlaylistName1
public
String
getPlaylistName1()
(Code)
Gets the playlistName1 Returns a String
getPlaylistName2
public
String
getPlaylistName2()
(Code)
Gets the playlistName2 Returns a String
getQueryLanguages
public
String
getQueryLanguages()
(Code)
Gets the queryLanguages Returns a string
getStreamServerTypes
public
String
getStreamServerTypes()
(Code)
Gets the streamServerTypes Returns a string
getTestClient
public
String
getTestClient()
(Code)
Gets the testComputer Returns a String
getTestClientIPAddress
public
String
getTestClientIPAddress()
(Code)
Gets the testClientIPAddress Returns a String
getTraceWriter
public
BufferedWriter
getTraceWriter()
(Code)
Gets the traceWriter Returns a BufferedWriter
getWavSoundName1
public
String
getWavSoundName1()
(Code)
Gets the wavSoundName1 Returns a String
getWriteLog
public
boolean getWriteLog()
(Code)
Gets the writeLog Returns a boolean
getWriteTrace
public
boolean getWriteTrace()
(Code)
Gets the writeTrace Returns a boolean
getXMLFile1
public
String
getXMLFile1()
(Code)
Gets the xmlFile1 Returns a string
getXMLFile2
public
String
getXMLFile2()
(Code)
Gets the xmlFile2 Returns a string
initConfig
public
void initConfig()
(Code)
initialize the configuration
instance
public
static
EMBTestConfiguration
instance()
(Code)
The unique instance of this class.
setAllMediaConverterSpecs
public
void setAllMediaConverterSpecs(
String
allMediaConverterSpecs)
(Code)
Sets the allMediaConverterSpecs
Parameters:
allMediaConverterSpecs - The allMediaConverterSpecs to set
setAllMediaFormats
public
void setAllMediaFormats(
String
allMediaFormats)
(Code)
Sets the allMediaFormats
Parameters:
allMediaFormats - The allMediaFormats to set
setBmpPictureName1
public
void setBmpPictureName1(
String
bmpPictureName1)
(Code)
Sets the bmpPictureName1
Parameters:
bmpPictureName1 - The bmpPictureName1 to set
setBmpPictureName2
public
void setBmpPictureName2(
String
bmpPictureName2)
(Code)
Sets the bmpPictureName2
Parameters:
bmpPictureName2 - The bmpPictureName2 to set
setClassSignatureFile
public
void setClassSignatureFile(
String
classSignatureFile)
(Code)
Sets the classSignatureFile
Parameters:
classSignatureFile - The classSignatureFile to set
setGzipCorruptFileName
public
void setGzipCorruptFileName(
String
gzipCorruptFileName)
(Code)
Sets the gzipCorruptFileName
Parameters:
gzipCorruptFileName - The gzipCorruptFileName to set
setIncludeLongRunningTest
public
void setIncludeLongRunningTest(boolean includeLongRunningTest)
(Code)
Sets the includeLongRunningTest
Parameters:
includeLongRunningTest - The includeLongRunningTest to set
setInvalidXMLFile1
public
void setInvalidXMLFile1(
String
invalidXMLFile1)
(Code)
Sets the invalidXMLFile1
Parameters:
invalidXMLFile1 - The invalidXMLFile1 to set
setInvalidXMLFile2
public
void setInvalidXMLFile2(
String
invalidXMLFile2)
(Code)
Sets the invalidXMLFile2
Parameters:
invalidXMLFile2 - The invalidXMLFile2 to set
setJpgPictureName1
public
void setJpgPictureName1(
String
jpgPictureName1)
(Code)
Sets the jpgPictureName1
Parameters:
jpgPictureName1 - The jpgPictureName1 to set
setJpgPictureName2
public
void setJpgPictureName2(
String
jpgPictureName2)
(Code)
Sets the jpgPictureName2
Parameters:
jpgPictureName2 - The jpgPictureName2 to set
setJunitWriter
public
void setJunitWriter(
BufferedWriter
junitWriter)
(Code)
Sets the junitWriter
Parameters:
junitWriter - The junitWriter to set
setListOfClassNamesFile
public
void setListOfClassNamesFile(
String
listOfClassNamesFile)
(Code)
Sets the listOfClassNamesFile
Parameters:
listOfClassNamesFile - The listOfClassNamesFile to set
setLogKnownErrors
public
void setLogKnownErrors(boolean logKnownErrors)
(Code)
Sets the logKnownErrors
Parameters:
logKnownErrors - The logKnownErrors to set
setLogWriter
public
void setLogWriter(
BufferedWriter
logWriter)
(Code)
Sets the logWriter
Parameters:
logWriter - The logWriter to set
setMaxMediaSize
public
void setMaxMediaSize(
String
maxMediaSize)
(Code)
Sets the maxMediaSize
Parameters:
maxMediaSize - The maxMediaSize to set
setMediaListeners
public
void setMediaListeners(
String
mediaListeners)
(Code)
Sets the mediaListeners
Parameters:
mediaListeners - The mediaListeners to set
setMp3SoundName1
public
void setMp3SoundName1(
String
mp3SoundName1)
(Code)
Sets the mp3SoundName1
Parameters:
mp3SoundName1 - The mp3SoundName1 to set
setMp3SoundName2
public
void setMp3SoundName2(
String
mp3SoundName2)
(Code)
Sets the mp3SoundName2
Parameters:
mp3SoundName2 - The mp3SoundName2 to set
setMpegMovieName1
public
void setMpegMovieName1(
String
mpegMovieName1)
(Code)
Sets the mpegMovieName1
Parameters:
mpegMovieName1 - The mpegMovieName1 to set
setNonEmbeddedMediaClassName
public
void setNonEmbeddedMediaClassName(
String
nonEmbeddedMediaClassName)
(Code)
Sets the nonEmbeddedMediaClassName
Parameters:
nonEmbeddedMediaClassName - The nonEmbeddedMediaClassName to set
setNonEmbeddedMediaFile
public
void setNonEmbeddedMediaFile(
String
nonEmbeddedMediaFile)
(Code)
Sets the nonEmbeddedMediaFile
Parameters:
nonEmbeddedMediaFile - The nonEmbeddedMediaFile to set
setNonEmbeddedMediaFileExt
public
void setNonEmbeddedMediaFileExt(
String
nonEmbeddedMediaFileExt)
(Code)
Sets the nonEmbeddedMediaFileExt
Parameters:
nonEmbeddedMediaFileExt - The nonEmbeddedMediaFileExt to set
setPlaylistName1
public
void setPlaylistName1(
String
playlistName1)
(Code)
Sets the playlistName1
Parameters:
playlistName1 - The playlistName1 to set
setPlaylistName2
public
void setPlaylistName2(
String
playlistName2)
(Code)
Sets the playlistName2
Parameters:
playlistName2 - The playlistName2 to set
setQueryLanguages
public
void setQueryLanguages(
String
queryLanguages)
(Code)
Sets the queryLanguages
Parameters:
queryLanguages - The queryLanguages to set
setStreamServerTypes
public
void setStreamServerTypes(
String
streamServerTypes)
(Code)
Sets the streamServerTypes
Parameters:
streamServerTypes - The streamServerTypes to set
setTestClient
public
void setTestClient(
String
testComputer)
(Code)
Sets the testComputer
Parameters:
testComputer - The testComputer to set
setTestClientIPAddress
public
void setTestClientIPAddress(
String
testClientIPAddress)
(Code)
Sets the testClientIPAddress
Parameters:
testClientIPAddress - The testClientIPAddress to set
setTraceWriter
public
void setTraceWriter(
BufferedWriter
traceWriter)
(Code)
Sets the traceWriter
Parameters:
traceWriter - The traceWriter to set
setWavSoundName1
public
void setWavSoundName1(
String
wavSoundName1)
(Code)
Sets the wavSoundName1
Parameters:
wavSoundName1 - The wavSoundName1 to set
setWriteLog
public
void setWriteLog(boolean writeLog)
(Code)
Sets the writeLog
Parameters:
writeLog - The writeLog to set
setWriteTrace
public
void setWriteTrace(boolean writeTrace)
(Code)
Sets the writeTrace
Parameters:
writeTrace - The writeTrace to set
setXMLFile1
public
void setXMLFile1(
String
xmlFile1)
(Code)
Sets the xmlFile1
Parameters:
xmlFile1 - The xmlFile1 to set
setXMLFile2
public
void setXMLFile2(
String
xmlFile2)
(Code)
Sets the xmlFile2
Parameters:
xmlFile2 - The xmlFile2 to set
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.