org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.AutoSynchronizationCommand

java.lang.Object
  extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
      extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.SynchronizationCommand
          extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AutoSynchronizationCommand
All Implemented Interfaces:
ConcurrentTestCommand
Enclosing class:
ConcurrentTestCommandGenerator

static class ConcurrentTestCommandGenerator.AutoSynchronizationCommand
extends ConcurrentTestCommandGenerator.SynchronizationCommand

AutoSynchronizationCommand is idential to SynchronizationCommand, except that it is generated automatically by the test harness and is not counted when displaying the step number in which an error occurred.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eigenbase.test.concurrent.ConcurrentTestCommand
ConcurrentTestCommand.ShouldHaveFailedException
 
Constructor Summary
private ConcurrentTestCommandGenerator.AutoSynchronizationCommand()
           
 
Method Summary
 
Methods inherited from class org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.SynchronizationCommand
doExecute
 
Methods inherited from class org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
execute, isFailureExpected, markToFail, markToFail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentTestCommandGenerator.AutoSynchronizationCommand

private ConcurrentTestCommandGenerator.AutoSynchronizationCommand()