Package com.jcabi.github.mock
Class MkChecks
java.lang.Object
com.jcabi.github.mock.MkChecks
- All Implemented Interfaces:
Checks
Mock GitHub Checks.
- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptionall()Get all checks.create(Check.Status status, Check.Conclusion conclusion) Create check.
-
Method Details
-
all
Description copied from interface:ChecksGet all checks.- Specified by:
allin interfaceChecks- Returns:
- Checks.
- Throws:
IOException- If there is any I/O problem.
-
create
Create check.- Parameters:
status- Status.conclusion- Conclusion.- Returns:
- Check.
- Throws:
IOException- If fails.
-