Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.junit
Class FlowBlockJUnit4ClassRunner

java.lang.Object
  extended by BlockJUnit4ClassRunner
      extended by com.amazonaws.services.simpleworkflow.flow.junit.FlowBlockJUnit4ClassRunner

public class FlowBlockJUnit4ClassRunner
extends BlockJUnit4ClassRunner

To be used instead of BlockJUnit4ClassRunner when testing asynchronous code. Requires WorkflowTest rule (annotated with @Rule) to be present in the tested class.


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

Constructor Detail

FlowBlockJUnit4ClassRunner

public FlowBlockJUnit4ClassRunner(Class<?> klass)
                           throws InitializationError
Throws:
InitializationError


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