Interface GitHubMockSetupContext
-
- All Superinterfaces:
GitHubMockContext
- All Known Implementing Classes:
GitHubMockContextImpl
public interface GitHubMockSetupContext extends GitHubMockContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigFileFromClasspath(String pathInRepository, String pathInClassPath)voidconfigFileFromString(String pathInRepository, String configFile)-
Methods inherited from interface io.quarkiverse.githubapp.testing.dsl.GitHubMockContext
client, ghObject, ghObjects, issue, pullRequest, repository
-
-
-
-
Method Detail
-
configFileFromClasspath
void configFileFromClasspath(String pathInRepository, String pathInClassPath) throws IOException
- Throws:
IOException
-
-