Uses of Interface
io.quarkiverse.githubapp.testing.dsl.GitHubMockConfigFileSetupContext
Packages that use GitHubMockConfigFileSetupContext
-
Uses of GitHubMockConfigFileSetupContext in io.quarkiverse.githubapp.testing.dsl
Methods in io.quarkiverse.githubapp.testing.dsl that return GitHubMockConfigFileSetupContextModifier and TypeMethodDescriptionGitHubMockSetupContext.configFile(String pathInRepository) Starts mocking the fetching of a configuration file from the GitHub repository of an event.GitHubMockSetupContext.configFile(org.kohsuke.github.GHRepository repository, String pathInRepository) Starts mocking the fetching of a configuration file from a given GitHub repository mock.Mocks the retrieval of particular ref. -
Uses of GitHubMockConfigFileSetupContext in io.quarkiverse.githubapp.testing.internal
Methods in io.quarkiverse.githubapp.testing.internal that return GitHubMockConfigFileSetupContextModifier and TypeMethodDescriptionGitHubMockContextImpl.configFile(String pathInRepository) GitHubMockContextImpl.configFile(org.kohsuke.github.GHRepository repository, String pathInRepository)