public class TestRun extends Object
| Constructor and Description |
|---|
TestRun(MongoTestDAO testDAO,
LogService logService,
org.bson.types.ObjectId id,
org.springframework.context.ApplicationContext parentCtx,
String driverId) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkState()
Called to do a check of the test run state and make any adjustments as necessary.
|
boolean |
equals(Object obj) |
org.springframework.context.ApplicationContext |
getCtx()
Get the application context associated with the test run.
|
org.bson.types.ObjectId |
getId() |
int |
hashCode() |
void |
stop()
Called to forcibly stop all executing test runs
|
String |
toString() |
public TestRun(MongoTestDAO testDAO, LogService logService, org.bson.types.ObjectId id, org.springframework.context.ApplicationContext parentCtx, String driverId)
testDAO - data persistencelogService - loggingid - the id of the test that this run controlsparentCtx - the parent context for all test runsdriverId - the ID of the driver controlling the test runpublic org.bson.types.ObjectId getId()
public org.springframework.context.ApplicationContext getCtx()
public void checkState()
public void stop()
Copyright © 2005–2018 Alfresco Software. All rights reserved.