| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Tests.Get |
class |
TestRail.Tests.List |
| Constructor and Description |
|---|
Tests() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Tests.Get |
get(int testId)
Returns an existing test.
|
TestRail.Tests.List |
list(int runId)
Returns a list of tests for a test run.
|
@Generated(value="lombok") public Tests()
public TestRail.Tests.Get get(int testId)
testId - the ID of the testIllegalArgumentException - if testId is not positivepublic TestRail.Tests.List list(int runId)
runId - the ID of the test run to get the tests forIllegalArgumentException - if runId is not positiveCopyright © 2017. All rights reserved.