Age | Commit message (Expand) | Author |
---|---|---|
2022-10-17 | Divide classes into 2 packages: framework and project | Mavlushechka |
2022-10-17 | Rename contains(Comment), contains(Post) and notContains(Post) methods to con... | Mavlushechka |
2022-10-07 | Solve 1st test case | Mavlushechka |
2022-10-04 | Create RequestMethod enum | Mavlushechka |
2022-10-04 | Create Status enum | Mavlushechka |
2022-10-04 | Make private spec field public | Mavlushechka |
2022-10-04 | Add getResponseCode methods to JSONPlaceholderAPIManager utility class | Mavlushechka |
2022-10-04 | Move often used config data to variables | Mavlushechka |
2022-10-04 | Replace spec parameters by ids of objects | Mavlushechka |
2022-10-04 | Rename JSONPlaceholderAPI utility class to JSONPlaceholderAPIManager | Mavlushechka |
2022-10-04 | Create JSONPlaceholderAPI utility class | Mavlushechka |
2022-10-03 | Move isPostsAscending logic to Posts utility class | Mavlushechka |
2022-10-03 | Break the loop after finding a user with id 5 | Mavlushechka |
2022-09-28 | Solve 1st test case | Mavlushechka |