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 -
Method Summary
Modifier and TypeMethodDescription<T extends Throwable>
EventContextSpecificationImplgithub(GitHubMockSetup<T> gitHubMockSetup) io.quarkiverse.githubapp.testing.internal.EventSenderOptionsImplwhen()<T extends Throwable>
io.quarkiverse.githubapp.testing.internal.EventHandlingResponseImplwhen(TestedAction<T> action)
-
Constructor Details
-
EventContextSpecificationImpl
-
-
Method Details
-
github
public <T extends Throwable> EventContextSpecificationImpl github(GitHubMockSetup<T> gitHubMockSetup) throws T - Specified by:
githubin interfaceEventContextSpecification- Throws:
T extends Throwable
-
when
public io.quarkiverse.githubapp.testing.internal.EventSenderOptionsImpl when()- Specified by:
whenin interfaceEventContextSpecification
-
when
public <T extends Throwable> io.quarkiverse.githubapp.testing.internal.EventHandlingResponseImpl when(TestedAction<T> action) throws T - Specified by:
whenin interfaceEventContextSpecification- Throws:
T extends Throwable
-