javax.faces.component
Class _ValueBindingToValueExpressionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by javax.faces.component._ValueBindingToValueExpressionTest
All Implemented Interfaces:
junit.framework.Test

public class _ValueBindingToValueExpressionTest
extends junit.framework.TestCase

Version:
$Revision: 518520 $ $Date: 2007-03-15 03:48:51 -0500 (Thu, 15 Mar 2007) $
Author:
Mathias Broekelmann (latest modification by $Author: mbr $)

Constructor Summary
_ValueBindingToValueExpressionTest()
           
 
Method Summary
protected  void setUp()
           
 void testEqualsObject()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#equals(java.lang.Object).
 void testGetExpectedType()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getExpectedType().
 void testGetExpressionString()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getExpressionString().
 void testGetTypeELContext()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getType(javax.el.ELContext).
 void testGetTypeELContextExceptions()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getType(javax.el.ELContext).
 void testGetValueELContext()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getValue(javax.el.ELContext).
 void testHashCode()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#hashCode().
 void testIsLiteralText()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#isLiteralText().
 void testIsReadOnlyELContext()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#isReadOnly(javax.el.ELContext).
 void testSetValueELContextObject()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#setValue(javax.el.ELContext, java.lang.Object).
 void testSetValueELContextObjectExceptions()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#setValue(javax.el.ELContext, java.lang.Object).
 void testValueBindingToValueExpression()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#ValueBindingToValueExpression().
 void testValueBindingToValueExpressionValueBinding()
          Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#ValueBindingToValueExpression(javax.faces.el.ValueBinding).
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_ValueBindingToValueExpressionTest

public _ValueBindingToValueExpressionTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testHashCode

public void testHashCode()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#hashCode().


testEqualsObject

public void testEqualsObject()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#equals(java.lang.Object).


testIsLiteralText

public void testIsLiteralText()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#isLiteralText().


testValueBindingToValueExpression

public void testValueBindingToValueExpression()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#ValueBindingToValueExpression().


testValueBindingToValueExpressionValueBinding

public void testValueBindingToValueExpressionValueBinding()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#ValueBindingToValueExpression(javax.faces.el.ValueBinding).


testIsReadOnlyELContext

public void testIsReadOnlyELContext()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#isReadOnly(javax.el.ELContext).


testGetValueELContext

public void testGetValueELContext()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getValue(javax.el.ELContext).


testGetTypeELContext

public void testGetTypeELContext()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getType(javax.el.ELContext).


testGetTypeELContextExceptions

public void testGetTypeELContextExceptions()
                                    throws Exception
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getType(javax.el.ELContext).

Throws:
Exception

testSetValueELContextObject

public void testSetValueELContextObject()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#setValue(javax.el.ELContext, java.lang.Object).


testSetValueELContextObjectExceptions

public void testSetValueELContextObjectExceptions()
                                           throws Exception
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#setValue(javax.el.ELContext, java.lang.Object).

Throws:
Exception

testGetExpressionString

public void testGetExpressionString()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getExpressionString().


testGetExpectedType

public void testGetExpectedType()
Test method for org.apache.myfaces.el.convert.ValueBindingToValueExpression#getExpectedType().



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.