|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdtu.library.app.SampleDataSetup
dtu.library.app.TestSearchBook
public class TestSearchBook
Note that the test class has been refactor to inherit its setup method from class SampleDataSetup. This allows one to reuse setup code, but still keeps the testing for, e.g. searching, in a separate class.
Constructor Summary | |
---|---|
TestSearchBook()
|
Method Summary | |
---|---|
void |
testSearchBooksNothingFound()
Tests searching for books in the library. |
void |
testSearchBooksSignature()
Tests searching for books in the library. |
void |
testSearchBooksTitle()
Tests searching for books in the library. |
void |
testSearchBooksTitleAuthor()
Tests searching for books in the library. |
Methods inherited from class dtu.library.app.SampleDataSetup |
---|
setUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestSearchBook()
Method Detail |
---|
public void testSearchBooksTitle()
public void testSearchBooksTitleAuthor()
public void testSearchBooksSignature()
public void testSearchBooksNothingFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |