java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.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 $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
BindingResolverTest
public BindingResolverTest(java.lang.String name)
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