Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-17 | Divide classes into 2 packages: framework and project | Mavlushechka | |
2022-10-17 | Replace notExists() method with postExists() | Mavlushechka | |
2022-10-17 | Use == for integers instead of Objects.equals(Object, Object) | Mavlushechka | |
2022-10-17 | Rename contains(Comment), contains(Post) and notContains(Post) methods to ↵ | Mavlushechka | |
containsComment(Comment), containsPost(Post) and notContainsPost(Post) | |||
2022-10-07 | Solve 1st test case | Mavlushechka | |
2022-09-22 | Set 'uniqueElement' and 'name' private fields protected in BaseForm class | Mavlushechka | |
2022-09-20 | Add testing framework | Mavlushechka | |