|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.core.AbstractTest
ch.elca.el4j.tests.remoting.jaxws.AbstractJaxwsTest
ch.elca.el4j.tests.remoting.jaxws.CalculatorJaxwsTest
public class CalculatorJaxwsTest
This class is a test for JAX-WS using proxies on the generated classes to get the same interfaces as on the server.
| Field Summary | |
|---|---|
private static double |
DOUBLE_TOLERANCE
Is the delta to doubles can have to be equal. |
| Constructor Summary | |
|---|---|
CalculatorJaxwsTest()
|
|
| Method Summary | |
|---|---|
Calculator |
getCalc()
Get the calculator to use. |
protected String[] |
getIncludeConfigLocations()
|
void |
testAreaCalculation()
This test tests the area calculation method. |
void |
testEchoOfValueObject()
This test is used to test if a value object will be serialized and deserialized correctly. |
void |
testExceptionBehaviour()
This test tests the exception handling. |
void |
testNumberOfUppercaseCharacters()
This test tests the counting of uppercase letters. |
| Methods inherited from class ch.elca.el4j.tests.remoting.jaxws.AbstractJaxwsTest |
|---|
getExcludeConfigLocations |
| Methods inherited from class ch.elca.el4j.tests.core.AbstractTest |
|---|
closeAllApplicationContexts, getApplicationContext, isBeanOverridingAllowed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final double DOUBLE_TOLERANCE
| Constructor Detail |
|---|
public CalculatorJaxwsTest()
| Method Detail |
|---|
protected String[] getIncludeConfigLocations()
getIncludeConfigLocations in class AbstractTestpublic void testAreaCalculation()
public void testExceptionBehaviour()
public void testNumberOfUppercaseCharacters()
public void testEchoOfValueObject()
public Calculator getCalc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||