Interface EventContextSpecification
-
- All Known Implementing Classes:
EventContextSpecificationImpl
public interface EventContextSpecification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Throwable>
EventContextSpecificationgithub(GitHubMockSetup<T> gitHubMockSetup)EventSenderOptionswhen()
-
-
-
Method Detail
-
github
<T extends Throwable> EventContextSpecification github(GitHubMockSetup<T> gitHubMockSetup) throws T extends Throwable
- Throws:
T extends Throwable
-
when
EventSenderOptions when()
-
-