public class Collection extends Object
| Constructor and Description | 
|---|
| Collection() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Scenario> | getScenarios() | 
| int | getSucceededTests() | 
| int | getTotalTests() | 
| void | setScenarios(List<Scenario> scenarios) | 
| void | setSucceededTests(int succeededTests) | 
| void | setTotalTests(int totalTests) | 
| String | toString() | 
Copyright © 2016–2020. All rights reserved.