https://github.com/kirca54/junit5-isp-testing
ISP testing with Junit 5
https://github.com/kirca54/junit5-isp-testing
isp java junit5 testing
Last synced: 11 months ago
JSON representation
ISP testing with Junit 5
- Host: GitHub
- URL: https://github.com/kirca54/junit5-isp-testing
- Owner: Kirca54
- Created: 2021-05-11T16:47:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T17:05:36.000Z (about 5 years ago)
- Last Synced: 2025-03-26T09:45:42.956Z (over 1 year ago)
- Topics: isp, java, junit5, testing
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Junit5-ISP-Testing
ISP testing with Junit 5
function tested:
public static Set setDifference(Set set1, Set set2){ ... }