Package com.jcabi.github.mock
Class MkCheck
java.lang.Object
com.jcabi.github.mock.MkCheck
- All Implemented Interfaces:
Check
Mock GitHub check.
- Since:
- 1.6.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Check
Check.Conclusion, Check.Status -
Field Summary
Fields inherited from interface com.jcabi.github.Check
UNDEFINED_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanChecks whether Check was successful.
-
Constructor Details
-
MkCheck
Main ctor.- Parameters:
stg- Storagecoord- Coordinatespll- Pullnumber- Check identifier- Suppressed Checkstyle violations:
- ParameterNumber (6 lines)
-
-
Method Details
-
successful
Description copied from interface:CheckChecks whether Check was successful.- Specified by:
successfulin interfaceCheck- Returns:
- True if Check was successful.
- Throws:
IOException- If there is any I/O problem.
-
equals
-
hashCode
public int hashCode()
-