| 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 | 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.
|
void |
GenericProject.unbindTestAutomationProject(TestAutomationProject project) |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationProject |
AutomatedTest.getProject() |
TestAutomationProject |
TestAutomationProject.newWithName(String name) |
TestAutomationProject |
TestAutomationProject.newWithServer(TestAutomationServer server) |
| Modifier and Type | Method and Description |
|---|---|
AutomatedTest |
AutomatedTest.newWithProject(TestAutomationProject project) |
| Constructor and Description |
|---|
AutomatedTest(String name,
TestAutomationProject project) |
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.