|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdtu.library.app.SampleDataSetup
public class SampleDataSetup
A class the defines a common setUp (e.g. a method with the @Before Annotation) containing sample data.
Test classes that want to use that data should inherit from this class.
Constructor Summary | |
---|---|
SampleDataSetup()
|
Method Summary | |
---|---|
void |
setUp()
Create the sample data for the search test cases. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleDataSetup()
Method Detail |
---|
public void setUp() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |