net.thucydides.core.batches
Class TestCountBasedBatchManager

Package class diagram package TestCountBasedBatchManager
java.lang.Object
  extended by net.thucydides.core.batches.SystemVariableBasedBatchManager
      extended by net.thucydides.core.batches.TestCountBasedBatchManager
All Implemented Interfaces:
BatchManager

public class TestCountBasedBatchManager
extends SystemVariableBasedBatchManager


Field Summary
 
Fields inherited from class net.thucydides.core.batches.SystemVariableBasedBatchManager
batchCount, batchNumber
 
Constructor Summary
TestCountBasedBatchManager(EnvironmentVariables environmentVariables)
           
 
Method Summary
 boolean shouldExecuteThisTest(int testCount)
           
 
Methods inherited from class net.thucydides.core.batches.SystemVariableBasedBatchManager
getActualBatchNumber, getCurrentTestCaseNumber, registerTestCase, registerTestCase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCountBasedBatchManager

@Inject
public TestCountBasedBatchManager(EnvironmentVariables environmentVariables)
Method Detail

shouldExecuteThisTest

public boolean shouldExecuteThisTest(int testCount)
Specified by:
shouldExecuteThisTest in interface BatchManager
Overrides:
shouldExecuteThisTest in class SystemVariableBasedBatchManager


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.