public class EPPBalanceTst
extends junit.framework.TestCase
Constructor and Description |
---|
EPPBalanceTst(java.lang.String name)
Creates a new EPPBalanceTst object.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main for the com.verisign.epp.codec.balance.EPPBalanceTst unit tests.
|
static void |
setNumIterations(long aNumIterations)
Sets the number of iterations to run per test.
|
protected void |
setUp()
JUNIT
setUp method |
static junit.framework.Test |
suite()
JUNIT
suite static method, which returns the tests
associated with EPPBalanceTst . |
protected void |
tearDown()
JUNIT
tearDown , which currently does nothing. |
void |
testBalanceInfoCmd()
Test the
EPPBalanceInfoCmd , which has no attributes
beyond that of an EPPCommand . |
void |
testBalanceInfoResp()
Test the
EPPBalanceInfoResp . |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
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
public EPPBalanceTst(java.lang.String name)
name
- DOCUMENT ME!public void testBalanceInfoCmd()
EPPBalanceInfoCmd
, which has no attributes
beyond that of an EPPCommand
. The only test is to
create the EPPBalanceInfoCmd
and then ensure that
it can be encoded and decoded propertly.public void testBalanceInfoResp()
EPPBalanceInfoResp
. The only
real variance with the EPPBalanceInfoResp
is whether the
creditThreshold
attribute is a fixed dollar
amount or a percentage.protected void setUp()
setUp
methodsetUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
, which currently does nothing.tearDown
in class junit.framework.TestCase
public static junit.framework.Test suite()
suite
static method, which returns the tests
associated with EPPBalanceTst
.public static void main(java.lang.String[] args)
public static void setNumIterations(long aNumIterations)
aNumIterations
- number of iterations to run per testCopyright © VeriSign Inc. All Rights Reserved.