public class TextschluesselVerzeichnisTest extends junit.framework.TestCase
TextschluesselVerzeichnis
implementations.Constructor and Description |
---|
TextschluesselVerzeichnisTest() |
Modifier and Type | Method and Description |
---|---|
TextschluesselVerzeichnis |
getTextschluesselVerzeichnis()
Gets the
TextschluesselVerzeichnis implementation tests are performed with. |
void |
setTextschluesselVerzeichnis(TextschluesselVerzeichnis value)
Sets the
TextschluesselVerzeichnis implementation tests are performed with. |
void |
testGetAllTextschluessel()
Test the
TextschluesselVerzeichnis.getTextschluessel() method to not throw any exceptions. |
void |
testGetTextschluessel()
Tests the
TextschluesselVerzeichnis.getTextschluessel(int,int) method to handle illegal arguments
correctly. |
void |
testSearch()
Tests the
TextschluesselVerzeichnis.search(boolean,boolean) method to not return null references. |
void |
testSearchTextschluessel()
Tests the
TextschluesselVerzeichnis.searchTextschluessel(Boolean,Boolean,Date) method to not return
null references. |
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 TextschluesselVerzeichnisTest()
public TextschluesselVerzeichnis getTextschluesselVerzeichnis()
TextschluesselVerzeichnis
implementation tests are performed with.TextschluesselVerzeichnis
implementation tests are performed with.public final void setTextschluesselVerzeichnis(TextschluesselVerzeichnis value)
TextschluesselVerzeichnis
implementation tests are performed with.value
- the TextschluesselVerzeichnis
implementation to perform tests with.public void testGetAllTextschluessel() throws Exception
TextschluesselVerzeichnis.getTextschluessel()
method to not throw any exceptions.Exception
public void testGetTextschluessel() throws Exception
TextschluesselVerzeichnis.getTextschluessel(int,int)
method to handle illegal arguments
correctly.Exception
public void testSearch() throws Exception
TextschluesselVerzeichnis.search(boolean,boolean)
method to not return null
references.Exception
public void testSearchTextschluessel() throws Exception
TextschluesselVerzeichnis.searchTextschluessel(Boolean,Boolean,Date)
method to not return
null
references.Exception
Copyright © 2005–2014 jDTAUS. All rights reserved.