C G M O S T

C

clearDirectory() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Removes all sequences from the directory.

G

getTestSequence() - Static method in class org.jomc.sequences.it.SequenceDirectoryTest
Gets a sequence with valid data.

M

main(String...) - Static method in class org.jomc.sequences.it.SequenceDirectoryTest
Test runner entry point.
main(String...) - Static method in class org.jomc.sequences.it.SequenceOperationsTest
Test runner entry point.

O

org.jomc.sequences.it - package org.jomc.sequences.it
Sequences test suite classes.

S

SequenceDirectoryTest - Class in org.jomc.sequences.it
Testcase for SequenceDirectory implementations.
SequenceDirectoryTest() - Constructor for class org.jomc.sequences.it.SequenceDirectoryTest
Creates a new SequenceDirectoryTest instance.
SequenceOperationsTest - Class in org.jomc.sequences.it
Testcase for SequenceOperations implementations.
SequenceOperationsTest() - Constructor for class org.jomc.sequences.it.SequenceOperationsTest
Creates a new SequenceOperationsTest instance.

T

testAddEditDeleteMany() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that adding, editing and then removing multiple sequences leaves an empty directory.
testAddEditSearchDeleteLegalSequence() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that a valid sequence can get added, edited, searched and removed.
testConcurrentModificationException() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that a sequence cannot get edited or removed when it got changed concurrently.
testIllegalArguments() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests all SequenceDirectory methods to handle illegal arguments correctly by throwing a SequencesSystemException with non-null message.
testIllegalArguments() - Method in class org.jomc.sequences.it.SequenceOperationsTest
Tests the SequenceOperations.getNextSequenceValue(String) and SequenceOperations.getNextSequenceValues(String,int) methods to handle illegal arguments correctly by throwing a SequencesSystemException with non-null message.
testSequenceExistsException() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that adding a sequence twice is prevented by throwing a corresponding SequenceExistsException.
testSequenceLimitException() - Method in class org.jomc.sequences.it.SequenceOperationsTest
Tests the SequenceOperations.getNextSequenceValue(java.lang.String) and SequenceOperations.getNextSequenceValues(java.lang.String, int) methods to throw a SequenceLimitException when a maximum value is reached.
testSequenceNotFoundException() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that updating or deleting an unknown sequence is prevented by throwing a corresponding SequenceNotFoundException.
testSequenceNotFoundException() - Method in class org.jomc.sequences.it.SequenceOperationsTest
Tests that requesting sequence values for unknown sequences is prevented by throwing a corresponding SequenceNotFoundException.
testSequenceVetoException() - Method in class org.jomc.sequences.it.SequenceDirectoryTest
Tests that adding an illegal sequence or updating an existing sequence with illegal data is prevented by throwing a corresponding SequenceVetoException.

C G M O S T

Copyright © 2005-2010 The JOMC Project. All Rights Reserved.