A C F G M P R S T U

T

testContext() - Method in class Tests.FileInputReaderTest
This test ensures that the contextual information is being stored correctly.
testInputIndex() - Method in class Tests.FileInputReaderTest
The purpose of this test is to ensure that index words are being succesfully read in from a textfile and store in the HashTable.
testInputTextConcordance() - Method in class Tests.FileInputReaderTest
This test ensures that the concordance is being generated correctly, The index file is first read in to the HashTable with default linenumbers.
testLineNumberDefaultSet() - Method in class Tests.FileInputReaderTest
This test ensures that the default line number is being set on Constructor call to ensure that the correct line numbers are produced for the Concordance.
testRemovePunctuation() - Method in class Tests.ConversionTest
Two words with punctuation in them are created as Strings, these strings are then converted to remove punctuation using the ConversionTest.removePuncation() method.
testReturnedHashTableEqualsActual() - Method in class Tests.FileInputReaderTest
This method ensures that the correct HashTable is being returned to ensure that there are no errors when retrieving values from the HashTable.
Tests - package Tests
 
testSettersAndGetters() - Method in class Tests.ConcordanceResultTest
This tests the functionality of the set and get methods used to access instance variables in the ConcordanceResults class.
testSortingCorrectly() - Method in class Tests.FileInputReaderTest
This method checks to ensure that the Index words are being sorted correctly in alphabetical order.
toUpperCaseFirstLetter(String) - Method in class Concordance.Conversion
Converts first letter of a String to lower case but performance is negated too much on larger text files, so not used as default.

A C F G M P R S T U