Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.chiba.test.xml.xforms
Class BindingResolverTest  view BindingResolverTest download BindingResolverTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.chiba.test.xml.xforms.BindingResolverTest
All Implemented Interfaces:
junit.framework.Test

public class BindingResolverTest
extends junit.framework.TestCase

BindingResolverTest

Version:
$Id: BindingResolverTest.java,v 1.1 2003/09/11 21:25:01 joernt Exp $

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
BindingResolverTest(java.lang.String name)
           
 
Method Summary
private  org.w3c.dom.Document getXmlResource(java.lang.String fileName)
           
static void main(java.lang.String[] args)
           
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
static junit.framework.Test suite()
           
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void testGetModelId()
          Tests the model id resolution.
 void testResolveModelBindingExpression()
          Tests the model binding expression resolution.
 void testResolveRelative()
          Tests the binding expression resolution relative to repeats.
 void testResolveUIBindingExpression()
          Tests the ui binding expression resolution.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingResolverTest

public BindingResolverTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


tearDown

protected void tearDown()
Description copied from class: junit.framework.TestCase
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.


testResolveModelBindingExpression

public void testResolveModelBindingExpression()
                                       throws java.lang.Exception
Tests the model binding expression resolution.


testResolveUIBindingExpression

public void testResolveUIBindingExpression()
                                    throws java.lang.Exception
Tests the ui binding expression resolution.


testResolveRelative

public void testResolveRelative()
                         throws java.lang.Exception
Tests the binding expression resolution relative to repeats.


testGetModelId

public void testGetModelId()
                    throws java.lang.Exception
Tests the model id resolution.


main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

getXmlResource

private org.w3c.dom.Document getXmlResource(java.lang.String fileName)
                                     throws java.lang.Exception