public class Testing.Projects
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Testing.Projects.TestMatrices
The "testMatrices" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
Testing.Projects.TestMatrices |
testMatrices()
An accessor for creating requests from the TestMatrices collection.
|
public Testing.Projects.TestMatrices testMatrices()
The typical use is:
Testing testing = new Testing(...);Testing.TestMatrices.List request = testing.testMatrices().list(parameters ...)