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

Quick Search    Search Deep

org.jbpm.test.workflow
Class AttributeExpressionTest  view AttributeExpressionTest download AttributeExpressionTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.cactus.internal.AbstractCactusTestCase
              extended byorg.apache.cactus.ServletTestCase
                  extended byorg.jbpm.test.workflow.AttributeExpressionTest
All Implemented Interfaces:
org.apache.cactus.internal.CactusTestCase, junit.framework.Test

public class AttributeExpressionTest
extends org.apache.cactus.ServletTestCase


Nested Class Summary
private static class AttributeExpressionTest.TestDelegateContext
           
 
Field Summary
private static org.apache.log4j.Logger log
           
private static org.jbpm.workflow.delegation.impl.AttributeExpressionResolver resolver
           
private static AttributeExpressionTest.TestDelegateContext testDelegateContext
           
 
Fields inherited from class org.apache.cactus.ServletTestCase
config, request, response, session
 
Fields inherited from class org.apache.cactus.internal.AbstractCactusTestCase
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
AttributeExpressionTest(java.lang.String name)
           
 
Method Summary
 void testBigger()
           
 void testDouble()
           
 void testEmpty()
           
 void testMultiple()
           
 void testNoAttribute()
           
 void testOne()
           
 void testSmaller()
           
 void testThree()
           
 void testTwo()
           
 void testWrongFormatOne()
           
 void testWrongFormatThree()
           
 void testWrongFormatTwo()
           
 
Methods inherited from class org.apache.cactus.ServletTestCase
createProtocolHandler
 
Methods inherited from class org.apache.cactus.internal.AbstractCactusTestCase
runBare, runBareServer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, setUp, 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
 
Methods inherited from interface org.apache.cactus.internal.CactusTestCase
runBareServer
 

Field Detail

testDelegateContext

private static AttributeExpressionTest.TestDelegateContext testDelegateContext

resolver

private static org.jbpm.workflow.delegation.impl.AttributeExpressionResolver resolver

log

private static final org.apache.log4j.Logger log
Constructor Detail

AttributeExpressionTest

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

testEmpty

public void testEmpty()

testOne

public void testOne()

testTwo

public void testTwo()

testThree

public void testThree()

testNoAttribute

public void testNoAttribute()

testMultiple

public void testMultiple()

testWrongFormatOne

public void testWrongFormatOne()

testWrongFormatTwo

public void testWrongFormatTwo()

testWrongFormatThree

public void testWrongFormatThree()

testDouble

public void testDouble()

testSmaller

public void testSmaller()

testBigger

public void testBigger()