Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.junit.spring
Class FlowSpringJUnit4ClassRunner

java.lang.Object
  extended by SpringJUnit4ClassRunner
      extended by com.amazonaws.services.simpleworkflow.flow.junit.spring.FlowSpringJUnit4ClassRunner

public class FlowSpringJUnit4ClassRunner
extends SpringJUnit4ClassRunner

To be used instead of SpringJUnit4ClassRunner when testing asynchronous code. Requires SpringWorkflowTest rule (annotated with


Constructor Summary
FlowSpringJUnit4ClassRunner(Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowSpringJUnit4ClassRunner

public FlowSpringJUnit4ClassRunner(Class<?> clazz)
                            throws InitializationError
Throws:
InitializationError


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.