A B C G O P S T 

A

assertContainsCurrency(Currency[], String) - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Checks a given array of currencies to contain an instance corresponding to a given ISO code.
assertNotContainsCurrency(Currency[], String) - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Checks a given array of currencies to not contain an instance corresponding to a given ISO code.

B

BankleitzahlenVerzeichnisTest - Class in org.jdtaus.banking.it
Testcase for BankleitzahlenVerzeichnis implementations.
BankleitzahlenVerzeichnisTest() - Constructor for class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
 

C

CurrencyDirectoryTest - Class in org.jdtaus.banking.it
Testcase for CurrencyDirectory implementations.
CurrencyDirectoryTest() - Constructor for class org.jdtaus.banking.it.CurrencyDirectoryTest
 
CurrencyMapperTest - Class in org.jdtaus.banking.spi.it
Testcase for CurrencyMapper implementations.
CurrencyMapperTest() - Constructor for class org.jdtaus.banking.spi.it.CurrencyMapperTest
 

G

getBankleitzahlenVerzeichnis() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Gets the BankleitzahlenVerzeichnis implementation tests are performed with.
getCurrencyDirectory() - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Gets the CurrencyDirectory implementation tests are performed with.
getCurrencyMapper() - Method in class org.jdtaus.banking.spi.it.CurrencyMapperTest
Gets the CurrencyMapper implementation tests are performed with.
getPhysicalFileFactory() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Gets the PhysicalFileFactory implementation tests are performed with.
getTextschluesselVerzeichnis() - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Gets the TextschluesselVerzeichnis implementation tests are performed with.

O

org.jdtaus.banking.dtaus.it - package org.jdtaus.banking.dtaus.it
Test cases for DTAUS file format implementations.
org.jdtaus.banking.it - package org.jdtaus.banking.it
Test cases for payment system implementations.
org.jdtaus.banking.spi.it - package org.jdtaus.banking.spi.it
Test cases for payment system implementations.

P

PhysicalFileFactoryTest - Class in org.jdtaus.banking.dtaus.it
Testcase for BankleitzahlenVerzeichnis implementations.
PhysicalFileFactoryTest() - Constructor for class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
 

S

setBankleitzahlenVerzeichnis(BankleitzahlenVerzeichnis) - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Sets the BankleitzahlenVerzeichnis implementation tests are performed with.
setCurrencyDirectory(CurrencyDirectory) - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Sets the CurrencyDirectory implementation tests are performed with.
setCurrencyMapper(CurrencyMapper) - Method in class org.jdtaus.banking.spi.it.CurrencyMapperTest
Sets the CurrencyMapper implementation tests are performed with.
setPhysicalFileFactory(PhysicalFileFactory) - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Sets the PhysicalFileFactory implementation tests are performed with.
setTextschluesselVerzeichnis(TextschluesselVerzeichnis) - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Sets the TextschluesselVerzeichnis implementation tests are performed with.

T

testAnalyseNoLength() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Test the PhysicalFileFactory.analyse(FileOperations) method to correctly analyze an empty file by throwing a PhysicalFileExceptin.
testAnalyseNull() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Test the PhysicalFileFactory.analyse(FileOperations) method to handle illegal arguments correctly.
testBankleitzahlExpirationException() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Tests the BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl) and BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl) methods to throw a BankleitzahlExpirationException for the expired Bankleitzahl 26264884 and 83064538.
testCreate() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Tests the PhysicalFileFactory.createPhysicalFile(FileOperations,int) method to return a working PhysicalFile instance for the tape and disk format.
testCreateIllegalArguments() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Tests the PhysicalFileFactory.createPhysicalFile(FileOperations,int) method to handle illegal arguments correctly by throwing a corresponding NullPointerException or IllegalArgumentException.
testCurrencyConstraints() - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Tests the CurrencyDirectory.getDtausCurrencies(Date) method to return correct values for the EUR and DEM currency for various dates.
testGetAllTextschluessel() - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Test the TextschluesselVerzeichnis.getTextschluessel() method to not throw any exceptions.
testGetBranchOfficesNull() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Tests the BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl) method to handle null references correctly by throwing a corresponding NullPointerException.
testGetDateOfExpirationNull() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Tests the BankleitzahlenVerzeichnis.getDateOfExpiration() method to not return a null value.
testGetDtausCode() - Method in class org.jdtaus.banking.spi.it.CurrencyMapperTest
Tests the CurrencyMapper.getDtausCode(Currency,Date) method to handle illegal arguments correctly and to return the 1 DTAUS code for the EUR currency.
testGetDtausCurrencies() - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Tests the CurrencyDirectory.getDtausCurrencies(Date) method to return sane values.
testGetDtausCurrenciesNull() - Method in class org.jdtaus.banking.it.CurrencyDirectoryTest
Test the CurrencyDirectory.getDtausCurrencies(Date) method to handle illegal arguments correctly by throwing a NullPointerException.
testGetDtausCurrency() - Method in class org.jdtaus.banking.spi.it.CurrencyMapperTest
Tests the CurrencyMapper.getDtausCurrency(char,Date) method to handle illegal arguments correctly and to return the EUR currency for the 1 DTAUS code.
testGetHeadOfficeNull() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
Tests the BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl) method to handle null references correctly by throwing a corresponding NullPointerException.
testGetPhysicalFileNoLength() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Test the PhysicalFileFactory.getPhysicalFile(FileOperations) method to return en empty PhysicalFile for a given FileOperations instance of no length.
testGetPhysicalFileNull() - Method in class org.jdtaus.banking.dtaus.it.PhysicalFileFactoryTest
Test the PhysicalFileFactory.getPhysicalFile(FileOperations) method to handle illegal arguments correctly.
testGetTextschluessel() - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Tests the TextschluesselVerzeichnis.getTextschluessel(int,int) method to handle illegal arguments correctly.
testSearch() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
testSearch() - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Tests the TextschluesselVerzeichnis.search(boolean,boolean) method to not return null references.
testSearchBankleitzahlInfos() - Method in class org.jdtaus.banking.it.BankleitzahlenVerzeichnisTest
testSearchTextschluessel() - Method in class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
Tests the TextschluesselVerzeichnis.searchTextschluessel(Boolean,Boolean,Date) method to not return null references.
TextschluesselVerzeichnisTest - Class in org.jdtaus.banking.it
Testcase for TextschluesselVerzeichnis implementations.
TextschluesselVerzeichnisTest() - Constructor for class org.jdtaus.banking.it.TextschluesselVerzeichnisTest
 
A B C G O P S T 

Copyright © 2005–2014 jDTAUS. All rights reserved.