| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testautomation |
This package contains all the relevant concepts around test automation.
|
| Modifier and Type | Method and Description |
|---|---|
AutomatedExecutionExtender |
Execution.getAutomatedExecutionExtender() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.setAutomatedExecutionExtender(AutomatedExecutionExtender extender) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<AutomatedExecutionExtender,QAutomatedExecutionExtender> |
QAutomatedSuite.executionExtenders |
| Modifier and Type | Method and Description |
|---|---|
List<AutomatedExecutionExtender> |
AutomatedSuite.getExecutionExtenders() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedSuite.addExtender(AutomatedExecutionExtender extender) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedSuite.addExtenders(Collection<AutomatedExecutionExtender> extenders) |
void |
AutomatedSuite.setExecutionExtenders(List<AutomatedExecutionExtender> executionExtenders) |
| Constructor and Description |
|---|
QAutomatedExecutionExtender(Class<? extends AutomatedExecutionExtender> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QAutomatedExecutionExtender(com.querydsl.core.types.Path<? extends AutomatedExecutionExtender> path) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.