Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
TestProject |
TestLinkAPI.createTestProject(String testProjectName,
String testProjectPrefix,
String notes,
Boolean enableRequirements,
Boolean enableTestPriority,
Boolean enableAutomation,
Boolean enableInventory,
Boolean isActive,
Boolean isPublic)
Creates a Test Project.
|
TestProject[] |
TestLinkAPI.getProjects()
Retrieves all Test Projects from TestLink.
|
TestProject |
TestLinkAPI.getTestProjectByName(String projectName)
Retrieves a Test Project by its name.
|
Modifier and Type | Method and Description |
---|---|
static TestProject |
Util.getTestProject(Map<String,Object> map)
Extracts a Test Project from a Map.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Util.getTestProjectMap(TestProject project) |
Copyright © 2010–2020. All rights reserved.