public void testValueBindingToValueExpression()
{
testimpl = new _ValueBindingToValueExpression();
assertNull(testimpl.getValueBinding());
assertNull(testimpl.getExpectedType());
assertException(IllegalStateException.class, new TestRunner()
{
public void run() throws Throwable
{
testimpl.getExpressionString();
testimpl.getType(elContext);