ch.elca.el4j.tests.core.implicitcontextpassing
Interface ImplicitContextPassTester

All Known Implementing Classes:
ImplicitContextPasserImplA, ImplicitContextPasserImplB

public interface ImplicitContextPassTester

This interface provides common data of ImplicitContextPasserImplA and ImplicitContextPasserImplA.

Author:
David Stefan (DST)

Field Summary
static int DOUBLE_TEST
          Tests passing of negative infinity.
static int FLOAT_TEST
          Tests passing of greatest float.
static int INT_TEST
          Tests passing of smallest integer.
static int LIST_TEST
          Tests passing of a simple lists with two string elements.
static int NULL_LIST_TEST
          Tests passing of a empty list.
static int NULL_TEST
          Tests passing of null value.
static int RESET
          Reset m_testData and m_receivedData, i.e. set them null
static int STRING_TEST
          Tests passing of a test string.
 
Method Summary
 Object getReceivedData()
           
 Object getTestData()
           
 void setDataToUse(int option)
          Set which data to use.
 

Field Detail

RESET

static final int RESET
Reset m_testData and m_receivedData, i.e. set them null

See Also:
Constant Field Values

NULL_TEST

static final int NULL_TEST
Tests passing of null value.

See Also:
Constant Field Values

STRING_TEST

static final int STRING_TEST
Tests passing of a test string.

See Also:
Constant Field Values

INT_TEST

static final int INT_TEST
Tests passing of smallest integer.

See Also:
Constant Field Values

FLOAT_TEST

static final int FLOAT_TEST
Tests passing of greatest float.

See Also:
Constant Field Values

DOUBLE_TEST

static final int DOUBLE_TEST
Tests passing of negative infinity.

See Also:
Constant Field Values

LIST_TEST

static final int LIST_TEST
Tests passing of a simple lists with two string elements.

See Also:
Constant Field Values

NULL_LIST_TEST

static final int NULL_LIST_TEST
Tests passing of a empty list.

See Also:
Constant Field Values
Method Detail

setDataToUse

void setDataToUse(int option)
Set which data to use.

Parameters:
option - Kind of data to use

getReceivedData

Object getReceivedData()
Returns:
Returns the receivedData.

getTestData

Object getTestData()
Returns:
Returns the testData.


Copyright © 2005-2008 ELCA. All Rights Reserved.