You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`@Test(description?: string)`| Define a class as a test suite |
99
99
|`@Case(description?: string)`| Define method as a test case |
100
+
|`@Case({ description?: string, timeout?: number })`| Define method as a test case with custom timeout time |
100
101
|`@DataSet(...dataSets: any[][])`| Define data sets for multiple running one test case with different data |
101
102
|`@DataTable(dataTable: { inputs: any[], expected: any }[])`| Define data table for multiple running one test case with different data. **Data table prevents running tests with data sets.**|
102
103
|`@AfterAll(description?: string)`| Force method to run after all test cases |
0 commit comments