Class EventContextSpecificationImpl
- java.lang.Object
-
- io.quarkiverse.githubapp.testing.internal.EventContextSpecificationImpl
-
- All Implemented Interfaces:
EventContextSpecification
public final class EventContextSpecificationImpl extends Object implements EventContextSpecification
-
-
Constructor Summary
Constructors Constructor Description EventContextSpecificationImpl(GitHubAppTestingContext testingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Throwable>
EventContextSpecificationImplgithub(GitHubMockSetup<T> gitHubMockSetup)io.quarkiverse.githubapp.testing.internal.EventSenderOptionsImplwhen()
-
-
-
Constructor Detail
-
EventContextSpecificationImpl
public EventContextSpecificationImpl(GitHubAppTestingContext testingContext)
-
-
Method Detail
-
github
public <T extends Throwable> EventContextSpecificationImpl github(GitHubMockSetup<T> gitHubMockSetup) throws T extends Throwable
- Specified by:
githubin interfaceEventContextSpecification- Throws:
T extends Throwable
-
when
public io.quarkiverse.githubapp.testing.internal.EventSenderOptionsImpl when()
- Specified by:
whenin interfaceEventContextSpecification
-
-