A B C E F G L M O R S T 

A

ApplicationLoggerTest - Class in org.jdtaus.core.text.spi.it
Testcase for ApplicationLogger implementations.
ApplicationLoggerTest() - Constructor for class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
 
ApplicationLoggerTest.TestMessageListener - Class in org.jdtaus.core.text.spi.it
MessageListener implementation tests are performed with.
ApplicationLoggerTest.TestMessageListener() - Constructor for class org.jdtaus.core.text.spi.it.ApplicationLoggerTest.TestMessageListener
 
assertValidTestFile(String) - Method in class org.jdtaus.core.io.it.FileOperationsTest
Checks that a given String contains exactly the same contents as the content of getTestFile().

B

BLOCK_SIZE - Static variable in class org.jdtaus.core.io.it.StructuredFileTest
Value for property blockSize the tests are run with.

C

ContainerTest - Class in org.jdtaus.core.container.it
Testcase for Container implementations.
ContainerTest() - Constructor for class org.jdtaus.core.container.it.ContainerTest
 

E

ExceptionEventSourceTest - Class in org.jdtaus.core.lang.it
Testcase for ExceptionEventSource implementations.
ExceptionEventSourceTest() - Constructor for class org.jdtaus.core.lang.it.ExceptionEventSourceTest
 
ExecutorTest - Class in org.jdtaus.core.lang.spi.it
Testcase for Executor implementations.
ExecutorTest() - Constructor for class org.jdtaus.core.lang.spi.it.ExecutorTest
 
ExecutorTest.ExecutionException - Exception in org.jdtaus.core.lang.spi.it
Exception expected to be reported.
ExecutorTest.ExecutionException() - Constructor for exception org.jdtaus.core.lang.spi.it.ExecutorTest.ExecutionException
 
ExecutorTest.TestListener - Class in org.jdtaus.core.lang.spi.it
ExceptionListener providing the last reported event.
ExecutorTest.TestListener() - Constructor for class org.jdtaus.core.lang.spi.it.ExecutorTest.TestListener
 

F

FileOperationsTest - Class in org.jdtaus.core.io.it
Testcase for FileOperations implementations.
FileOperationsTest() - Constructor for class org.jdtaus.core.io.it.FileOperationsTest
 

G

getApplicationLogger() - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
Gets the ApplicationLogger implementation tests are performed with.
getChangedState() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
Flag indicating that corresponding events caused by the task changing its state were fired.
getContainer() - Method in class org.jdtaus.core.container.it.ContainerTest
Gets the Container implementation tests are performed with.
getEndTime() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
Sets the timestamp the tested task ended.
getEvent() - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest.TestListener
Gets the last reported event.
getExceptionEventSource() - Method in class org.jdtaus.core.lang.it.ExceptionEventSourceTest
Gets the ExceptionEventSource implementation tests are performed with.
getExceptionEventSource() - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest
Gets the ExceptionEventSource implementation tests are performed with.
getExecutor() - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest
Gets the Executor implementation tests are performed with.
getFileOperations() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Gets the FileOperations implementation tests are performed with.
getFormatArguments(Locale) - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestMessage
 
getLastEvent() - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest.TestMessageListener
Gets the last event provided to this listener.
getLogger() - Method in class org.jdtaus.core.logging.spi.it.LoggerTest
Gets the Logger implementation tests are performed with.
getMemoryManager() - Method in class org.jdtaus.core.lang.spi.it.MemoryManagerTest
Gets the MemoryManager implementation tests are performed with.
getMessageEventSource() - Method in class org.jdtaus.core.text.it.MessageEventSourceTest
Gets the MessageEventSource implementation tests are performed with.
getMessageEventSource() - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
Gets the MessageEventSource implementation tests are performed with.
getRuntime() - Method in class org.jdtaus.core.lang.it.RuntimeTest
Gets the Runtime implementation tests are performed with.
getStartTime() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
Gets the timestamp the tested task started.
getStructuredData() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Reads the contents of the StructuredFile implementation beeing tested as an array of byte.
getStructuredFile() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Gets a new instance of the StructuredFile implementation to test.
getTaskEventSource() - Method in class org.jdtaus.core.monitor.it.TaskEventSourceTest
Gets the TaskEventSource implementation tests are performed with.
getTaskEventSource() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Gets the TaskEventSource implementation tests are performed with.
getTaskMonitor() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Gets the TaskMonitor implementation tests are performed with.
getTestFile() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Gets a testfile resource.
getText(Locale) - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestMessage
 

L

LoggerTest - Class in org.jdtaus.core.logging.spi.it
Testcase for Logger implementations.
LoggerTest() - Constructor for class org.jdtaus.core.logging.spi.it.LoggerTest
 

M

MemoryManagerTest - Class in org.jdtaus.core.lang.spi.it
Testcase for MemoryManager implementations.
MemoryManagerTest() - Constructor for class org.jdtaus.core.lang.spi.it.MemoryManagerTest
 
MessageEventSourceTest - Class in org.jdtaus.core.text.it
Testcase for MessageEventSource implementations.
MessageEventSourceTest() - Constructor for class org.jdtaus.core.text.it.MessageEventSourceTest
 

O

onException(ExceptionEvent) - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest.TestListener
 
onMessage(MessageEvent) - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest.TestMessageListener
 
onTaskEvent(TaskEvent) - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
 
org.jdtaus.core.container.it - package org.jdtaus.core.container.it
Test cases for implementation management and configuration implementations.
org.jdtaus.core.io.it - package org.jdtaus.core.io.it
Test cases for system input and output implementations.
org.jdtaus.core.lang.it - package org.jdtaus.core.lang.it
Test cases for runtime environment implementations.
org.jdtaus.core.lang.spi.it - package org.jdtaus.core.lang.spi.it
Test cases for runtime environment implementations.
org.jdtaus.core.logging.spi.it - package org.jdtaus.core.logging.spi.it
Test cases for logging implementations.
org.jdtaus.core.monitor.it - package org.jdtaus.core.monitor.it
Test cases for task monitoring implementations.
org.jdtaus.core.monitor.spi.it - package org.jdtaus.core.monitor.spi.it
Test cases for task monitoring implementations.
org.jdtaus.core.text.it - package org.jdtaus.core.text.it
Test cases for internationalization and localization implementations.
org.jdtaus.core.text.spi.it - package org.jdtaus.core.text.spi.it
Test cases for internationalization and localization implementations.

R

reset() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
Resets the state of the listener.
runnable - Static variable in class org.jdtaus.core.lang.spi.it.ExecutorTest
Runnable throwing ExecutionException.
runTest() - Method in class org.jdtaus.core.io.it.FileOperationsTest
 
runTest() - Method in class org.jdtaus.core.io.it.StructuredFileTest
 
RuntimeTest - Class in org.jdtaus.core.lang.it
Testcase for Runtime implementations.
RuntimeTest() - Constructor for class org.jdtaus.core.lang.it.RuntimeTest
 

S

setApplicationLogger(ApplicationLogger) - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
Sets the ApplicationLogger implementation tests are performed with.
setContainer(Container) - Method in class org.jdtaus.core.container.it.ContainerTest
Sets the Container implementation to test.
setFileOperations(FileOperations) - Method in class org.jdtaus.core.io.it.FileOperationsTest
Sets the FileOperations implementation to test.
setLogger(Logger) - Method in class org.jdtaus.core.logging.spi.it.LoggerTest
Sets the Logger implementation tests are performed with.
setMemoryManager(MemoryManager) - Method in class org.jdtaus.core.lang.spi.it.MemoryManagerTest
Sets the MemoryManager implementation tests are performed with.
setMessageEventSource(MessageEventSource) - Method in class org.jdtaus.core.text.it.MessageEventSourceTest
Sets the MessageEventSource implementation tests are performed with.
setRuntime(Runtime) - Method in class org.jdtaus.core.lang.it.RuntimeTest
Sets the Runtime implementation tests are performed with.
setTaskEventSource(TaskEventSource) - Method in class org.jdtaus.core.monitor.it.TaskEventSourceTest
Sets the TaskEventSource implementation tests are performed with.
setTaskMonitor(TaskMonitor) - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Sets the TaskMonitor implementation tests are performed with.
setText(String) - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestMessage
 
setUp() - Method in class org.jdtaus.core.io.it.StructuredFileTest
 
StructuredFileTest - Class in org.jdtaus.core.io.it
Testcase for StructuredFile implementations.
StructuredFileTest() - Constructor for class org.jdtaus.core.io.it.StructuredFileTest
 

T

TaskEventSourceTest - Class in org.jdtaus.core.monitor.it
Testcase for TaskEventSource implementations.
TaskEventSourceTest() - Constructor for class org.jdtaus.core.monitor.it.TaskEventSourceTest
 
TaskMonitorTest - Class in org.jdtaus.core.monitor.spi.it
Testcase for TaskMonitor implementations.
TaskMonitorTest() - Constructor for class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
 
TaskMonitorTest.TestMessage - Class in org.jdtaus.core.monitor.spi.it
Task implementation monitoring is tested with.
TaskMonitorTest.TestMessage() - Constructor for class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestMessage
 
TaskMonitorTest.TestTaskListener - Class in org.jdtaus.core.monitor.spi.it
TaskListener implementation monitoring is tested with.
TaskMonitorTest.TestTaskListener(Task) - Constructor for class org.jdtaus.core.monitor.spi.it.TaskMonitorTest.TestTaskListener
Creates a new TestTaskListener instance taking the tested task.
tearDown() - Method in class org.jdtaus.core.io.it.StructuredFileTest
 
testAddMessageListener() - Method in class org.jdtaus.core.text.it.MessageEventSourceTest
Tests the MessageEventSource.addMessageListener(MessageListener) method to handle null listener values correctly by throwing a corresponding NullPointerException.
testAddTaskListener() - Method in class org.jdtaus.core.monitor.it.TaskEventSourceTest
Tests the TaskEventSource.addTaskListener(TaskListener) method to handle null listener values correctly by throwing a corresponding NullPointerException.
testCancelable() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Tests the TaskMonitor.monitor(Task) and TaskMonitor.finish(Task) implementation to fire corresponding events during task monitoring when an application updates property cancelled.
testDeleteBlocks() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Test of deleteBlocks method of class org.jdtaus.common.io.StructuredFile.
testEndOfFile() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.read(byte[], int, int) method.
testGetAllocatedPercent() - Method in class org.jdtaus.core.lang.it.RuntimeTest
Tests the Runtime.getAllocatedPercent() method to return sane values.
testGetBlockCount() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Test of getBlockCount method of class org.jdtaus.common.io.StructuredFile.
testGetBlockSize() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Test of getBlockSize method of class org.jdtaus.common.io.StructuredFile.
testGetDependency() - Method in class org.jdtaus.core.container.it.ContainerTest
 
testGetLength() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.getLength() method.
testGetMessage() - Method in class org.jdtaus.core.container.it.ContainerTest
 
testGetMessageListeners() - Method in class org.jdtaus.core.text.it.MessageEventSourceTest
Tests the MessageEventSource.getMessageListeners() method to not return a null value instead of an empty array when no listeners are registered.
testGetObject() - Method in class org.jdtaus.core.container.it.ContainerTest
 
testGetProperty() - Method in class org.jdtaus.core.container.it.ContainerTest
 
testGetTaskListeners() - Method in class org.jdtaus.core.monitor.it.TaskEventSourceTest
Tests the TaskEventSource.getTaskListeners() method to not return a null value instead of an empty array when no listeners are registered.
testIllegalArguments() - Method in class org.jdtaus.core.lang.spi.it.MemoryManagerTest
Tests the acclocateXxx() methods to handle illegal arguments correctly.
testIllegalArguments() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Tests the TaskMonitor.monitor(Task) and TaskMonitor.finish(Task) implementation to handle illegal arguments correctly by throwing a corresponding NullPointerException.
testIllegalArguments() - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
Tests the ApplicationLogger.log(MessageEvent) method to handle illegal arguments correctly by throwing a corresponding NullPointerException.
testInsertBlocks() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Test of insertBlocks method of class org.jdtaus.common.io.StructuredFile.
testIsEnabled() - Method in class org.jdtaus.core.logging.spi.it.LoggerTest
Tests the isXxxEnabled() methods to not throw any exceptions.
testLog() - Method in class org.jdtaus.core.logging.spi.it.LoggerTest
Test the various logger methods to not throw any exceptions.
testLog() - Method in class org.jdtaus.core.text.spi.it.ApplicationLoggerTest
Tests the ApplicationLogger.log(MessageEvent) method to fire corresponding events.
testMonitoring() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Tests the TaskMonitor.monitor(Task) and TaskMonitor.finish(Task) implementation to fire corresponding events during task monitoring.
testNullArguments() - Method in class org.jdtaus.core.lang.it.ExceptionEventSourceTest
Tests the ExceptionEventSource.addExceptionListener(ExceptionListener) and ExceptionEventSource.removeExceptionListener(ExceptionListener) methods to correctly handle null arguments by throwing a corresponding NullPointerException.
testNullArguments() - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest
Tests the Executor.executeAsynchronously(Runnable) method to handle null arguments correctly by throwing a corresponding NullPointerException.
testOnException() - Method in class org.jdtaus.core.lang.spi.it.ExecutorTest
Tests the Executor.executeAsynchronously(Runnable) method to report any exceptions thrown during execution.
testProgressDescriptionMonitoring() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Tests the TaskMonitor.monitor(Task) and TaskMonitor.finish(Task) implementation to fire corresponding events during task monitoring for property progressDescription.
testRead() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.read(byte[], int, int) method.
testReadWriteBlock() - Method in class org.jdtaus.core.io.it.StructuredFileTest
Test of writeBlock method of class org.jdtaus.common.io.StructuredFile.
testRemoveMessageListener() - Method in class org.jdtaus.core.text.it.MessageEventSourceTest
Tests the MessageEventSource.removeMessageListener(MessageListener) method to handle null listener values correctly by throwing a corresponding NullPointerException.
testRemoveTaskListener() - Method in class org.jdtaus.core.monitor.it.TaskEventSourceTest
Tests the TaskEventSource.removeTaskListener(TaskListener) method to handle null listener values correctly by throwing a corresponding NullPointerException.
testSetLength() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.setLength(long) method.
testSetLengthUpdatesFilePointer() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.setLength(long) method to correctly position the file pointer on truncating the file.
testSynchronization() - Method in class org.jdtaus.core.monitor.spi.it.TaskMonitorTest
Tests the TaskMonitor.monitor(Task) and TaskMonitor.finish(Task) implementation to not throw any exceptions for parallel accessing tasks.
testWrite() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.write(byte[], int, int) method.
testWriteBeyondIncreasesLength() - Method in class org.jdtaus.core.io.it.FileOperationsTest
Tests the FileOperations.write(byte[],int,int) method to correctly increase the length when writing beyond the current length.
A B C E F G L M O R S T 

Copyright © 2005-2012 jDTAUS. All Rights Reserved.