public final class TextParameterDataSegmentTest extends Object
| Constructor and Description |
|---|
TextParameterDataSegmentTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAdd()
Tests the correct functionality of the add method.
|
void |
testAddAll()
Tests the correct functionality of the addAll method.
|
void |
testClear()
Tests the clear method.
|
void |
testConstructor1()
Tests the constructor, if a valid maximum length is given.
|
void |
testEquals()
Tests the correct functionality of the equals method.
|
void |
testSerializeAndDeserialize()
Tests the correct functionality of the serialize and the deserialize
method.
|
void |
testUnEquals()
Tests the correct functionality of the equals method.
|
public final void testConstructor1()
public final void testClear()
throws Exception
Exception - should never be thrown.public final void testAdd()
throws Exception
Exception - should never be thrown.public final void testAddAll()
throws Exception
Exception - should never be thrown.public final void testEquals()
throws Exception
TextParameterDataSegment has to be treated as equal.Exception - should never be thrown.public final void testUnEquals()
throws Exception
TextParameterDataSegment has to be treated as unequal.Exception - should never be thrown.public final void testSerializeAndDeserialize()
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.