| Package | Description |
|---|---|
| org.squashtest.tm.domain.project | |
| org.squashtest.tm.domain.testautomation |
This package contains all the relevant concepts around test automation.
|
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<TestAutomationProject,QTestAutomationProject> |
QGenericProject.testAutomationProjects |
com.querydsl.core.types.dsl.SetPath<TestAutomationProject,QTestAutomationProject> |
QProjectTemplate.testAutomationProjects |
com.querydsl.core.types.dsl.SetPath<TestAutomationProject,QTestAutomationProject> |
QProject.testAutomationProjects |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationProject |
GenericProject.findTestAutomationProjectByJob(TestAutomationProject p)
returns a TestAutomationProject, bound to this TM project, that references the same job than the argument.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestAutomationProject> |
GenericProject.getTestAutomationProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericProject.bindTestAutomationProject(TestAutomationProject project)
will add a TestAutomationProject if it wasn't added already, or won't do anything if it was already bound to
this.
|
TestAutomationProject |
GenericProject.findTestAutomationProjectByJob(TestAutomationProject p)
returns a TestAutomationProject, bound to this TM project, that references the same job than the argument.
|
boolean |
GenericProject.isBoundToTestAutomationProject(TestAutomationProject p)
returns true if the given TA project is indeed bound to the TM project
|
void |
GenericProject.unbindTestAutomationProject(TestAutomationProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericProject.setTestAutomationProjects(Set<TestAutomationProject> testAutomationProjects) |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationProject |
TestAutomationProject.createCopy() |
TestAutomationProject |
AutomatedExecutionExtender.getAutomatedProject() |
TestAutomationProject |
AutomatedTest.getProject() |
| Modifier and Type | Method and Description |
|---|---|
AutomatedTest |
AutomatedTest.newWithProject(TestAutomationProject newP) |
boolean |
TestAutomationProject.referencesSameJob(TestAutomationProject otherproject) |
| Constructor and Description |
|---|
AutomatedTest(String name,
TestAutomationProject project) |
| Constructor and Description |
|---|
QTestAutomationProject(Class<? extends TestAutomationProject> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestAutomationProject(com.querydsl.core.types.Path<? extends TestAutomationProject> path) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.