|
||||||||||
| 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.AbstractCalculatorTest
public abstract class AbstractCalculatorTest
This class is a test for the calculator.
| Field Summary | |
|---|---|
private Calculator |
m_calc
Instance of the calculator proxy. |
private static org.slf4j.Logger |
s_logger
Private logger. |
| Constructor Summary | |
|---|---|
AbstractCalculatorTest()
|
|
| Method Summary | |
|---|---|
Calculator |
getCalc()
|
void |
testAbilityToHandleEnumerations()
Tests if the protocol is able to handle enumerations. |
void |
testAreaCalculation()
This test tests the area calculation method. |
void |
testExceptionBehaviour()
This test tests the exception handling. |
| Methods inherited from class ch.elca.el4j.tests.core.AbstractTest |
|---|
closeAllApplicationContexts, getApplicationContext, getExcludeConfigLocations, getIncludeConfigLocations, isBeanOverridingAllowed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.slf4j.Logger s_logger
private Calculator m_calc
| Constructor Detail |
|---|
public AbstractCalculatorTest()
| Method Detail |
|---|
public Calculator getCalc()
public void testAreaCalculation()
public void testExceptionBehaviour()
throws Throwable
Exception
Throwablepublic void testAbilityToHandleEnumerations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||