net.sourceforge.smile.test
Class ExpressionLanguageTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.smile.test.AbstractTest
              extended bynet.sourceforge.smile.test.ExpressionLanguageTestCase
All Implemented Interfaces:
junit.framework.Test

public class ExpressionLanguageTestCase
extends AbstractTest

Test case that check the expression language implementation.


Constructor Summary
ExpressionLanguageTestCase()
           
 
Method Summary
 void testSessionAttribute()
          This test case checks that the expression language is able to retrieve an object from the session.
 void testSessionAttributeType()
          This test case checks that the expression language is able to retrieve the type of an object in the session.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionLanguageTestCase

public ExpressionLanguageTestCase()
Method Detail

testSessionAttribute

public void testSessionAttribute()
                          throws java.lang.Exception
This test case checks that the expression language is able to retrieve an object from the session.

Throws:
java.lang.Exception

testSessionAttributeType

public void testSessionAttributeType()
                              throws java.lang.Exception
This test case checks that the expression language is able to retrieve the type of an object in the session.

Throws:
java.lang.Exception