|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.eclipse.soda.dk.parameter.testcase.IntegerParameterTestcase
org.eclipse.soda.dk.parameter.testcase.LongParameterTestcase
public class LongParameterTestcase
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.parameter.testcase.IntegerParameterTestcase |
|---|
EMPTY_STRING |
| Constructor Summary | |
|---|---|
LongParameterTestcase(java.lang.String p1)
Constructs an instance of this class from the specified p1 parameter. |
|
| Method Summary | |
|---|---|
ParameterService |
createParameter(java.lang.String key,
int offset,
int length)
Create parameter with the specified key, offset and length parameters and return the ParameterService result. |
ParameterService |
createUnsignedParameter(java.lang.String key,
int offset,
int length)
Create unsigned parameter with the specified key, offset and length parameters and return the ParameterService result. |
int |
getMaxLength()
Gets the max length (int) value. |
static void |
main(java.lang.String[] arguments)
Main with the specified arguments parameter. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LongParameterTestcase(java.lang.String p1)
p1 - The p1 (String) parameter.| Method Detail |
|---|
public static void main(java.lang.String[] arguments)
arguments - The arguments (String[]) parameter.
public ParameterService createParameter(java.lang.String key,
int offset,
int length)
createParameter in class IntegerParameterTestcasekey - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.
ParameterService) value.createUnsignedParameter(String,int,int)
public ParameterService createUnsignedParameter(java.lang.String key,
int offset,
int length)
createUnsignedParameter in class IntegerParameterTestcasekey - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.
ParameterService) value.public int getMaxLength()
getMaxLength in class IntegerParameterTestcaseint) value.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||