public class BankleitzahlenVerzeichnisTest extends junit.framework.TestCase
BankleitzahlenVerzeichnis
implementations.Constructor and Description |
---|
BankleitzahlenVerzeichnisTest() |
Modifier and Type | Method and Description |
---|---|
BankleitzahlenVerzeichnis |
getBankleitzahlenVerzeichnis()
Gets the
BankleitzahlenVerzeichnis implementation tests are performed with. |
void |
setBankleitzahlenVerzeichnis(BankleitzahlenVerzeichnis value)
Sets the
BankleitzahlenVerzeichnis implementation tests are performed with. |
void |
testBankleitzahlExpirationException()
Tests the
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl) and
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl) methods to throw a
BankleitzahlExpirationException for the expired Bankleitzahl 26264884 and 83064538. |
void |
testGetBranchOfficesNull()
Tests the
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl) method to handle null
references correctly by throwing a corresponding NullPointerException . |
void |
testGetDateOfExpirationNull()
Tests the
BankleitzahlenVerzeichnis.getDateOfExpiration() method to not return a null value. |
void |
testGetHeadOfficeNull()
Tests the
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl) method to handle null references
correctly by throwing a corresponding NullPointerException . |
void |
testSearch()
Tests the
BankleitzahlenVerzeichnis.search(String,String,String,boolean) method to return sane values. |
void |
testSearchBankleitzahlInfos()
Tests the
BankleitzahlenVerzeichnis.searchBankleitzahlInfos(String,String,String,Boolean,Boolean) method
to return sane values. |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
public BankleitzahlenVerzeichnisTest()
public BankleitzahlenVerzeichnis getBankleitzahlenVerzeichnis()
BankleitzahlenVerzeichnis
implementation tests are performed with.BankleitzahlenVerzeichnis
implementation tests are performed with.public final void setBankleitzahlenVerzeichnis(BankleitzahlenVerzeichnis value)
BankleitzahlenVerzeichnis
implementation tests are performed with.value
- the BankleitzahlenVerzeichnis
implementation to perform tests with.public void testBankleitzahlExpirationException() throws Exception
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl)
and
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl)
methods to throw a
BankleitzahlExpirationException
for the expired Bankleitzahl 26264884 and 83064538.Exception
public void testGetBranchOfficesNull() throws Exception
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl)
method to handle null
references correctly by throwing a corresponding NullPointerException
.Exception
public void testGetDateOfExpirationNull() throws Exception
BankleitzahlenVerzeichnis.getDateOfExpiration()
method to not return a null
value.Exception
public void testGetHeadOfficeNull() throws Exception
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl)
method to handle null
references
correctly by throwing a corresponding NullPointerException
.Exception
public void testSearch() throws Exception
BankleitzahlenVerzeichnis.search(String,String,String,boolean)
method to return sane values.Exception
public void testSearchBankleitzahlInfos() throws Exception
BankleitzahlenVerzeichnis.searchBankleitzahlInfos(String,String,String,Boolean,Boolean)
method
to return sane values.Exception
Copyright © 2005–2014 jDTAUS. All rights reserved.