Total number of changed sets: 1
Total commits: 1
Total number of files changed: 3
Timestamp | Author | Details |
---|---|---|
2023-12-02 20:59:01 | Jegors Čemisovs <jegors_cemisovs@epam.com> | diffblue-cover/diffblue-flipflop/pom.xml v 23046d831aa1284d738a794840bca94b025756a8 diffblue-cover/diffblue-flipflop/src/main/java/diffblue/flipflop/FlipFlopPredicate.java v 23046d831aa1284d738a794840bca94b025756a8 diffblue-cover/diffblue-flipflop/src/test/java/diffblue/flipflop/FlipFlopPredicateDiffblueTest.java v 23046d831aa1284d738a794840bca94b025756a8 Add FlipFlopPredicate module and upgrade Java version Introduced a new module named 'diffblue-flipflop' to the build. This module includes the FlipFlopPredicate class and its test cases which emulate flip-flop logic similar to two-dots flip-flop in Perl or Ruby. Also updated the Java version used in the project to Java 17. Updated the Junit dependency to 'junit-jupiter', and added a new dependency 'mockito-core' for mocking in tests. The new module and dependencies have been added to enhance the project's functionality and testing capabilities. |