|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
de.fh_mannheim.mm.dms.tests.UploadManagerTest
JUnit test class for upload manager. This test class checks different base functionality of the class. Here are following things testet:
| Constructor Summary | |
UploadManagerTest(java.lang.String strTestName)
Constructor. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Main function which runs the junit TestRunner. |
void |
setUp()
Setting up instance. |
static junit.framework.Test |
suite()
Is called to create the test suite. |
void |
tearDown()
Is called for all tests. |
void |
testCreateUpload()
Test the creation of uploads. |
| Methods inherited from class junit.framework.TestCase |
countTestCases, getName, name, run, run, runBare, setName, toString |
| Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UploadManagerTest(java.lang.String strTestName)
strTestName - Name of test| Method Detail |
public static void main(java.lang.String[] args)
args - Parameterspublic static junit.framework.Test suite()
public void setUp()
public void tearDown()
public void testCreateUpload()
throws DuplicateUploadException,
DMSException
DuplicateUploadException
DMSException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||