idea-plugin / arrow.meta.ide.testing.env.git / GitSyntax
interface GitSyntax
git | open fun <A> git(f: Git.() -> A): A |
gitCheckout | open fun gitCheckout(project: Project, branch: String , vcsRoot: VirtualFile = project.baseDir): GitCommandResult |
gitClone | open fun gitClone(project: Project, url: String , vcsRoot: VirtualFile = project.baseDir): GitCommandResult |
gitCmd | open fun gitCmd(project: Project, cmd: GitCommand, vcsRoot: VirtualFile = project.baseDir, f: GitLineHandler.() -> Unit = Noop.effect1): GitCommandResult open fun gitCmd(handler: GitLineHandler): GitCommandResult |
gitHandler | open fun gitHandler(project: Project, vcsRoot: VirtualFile, cmd: GitCommand, f: GitLineHandler.() -> Unit = Noop.effect1, configs: List < String > = emptyList()): GitLineHandler |
IdeTestSyntax | interface IdeTestSyntax : IdeTestTypeSyntax , LineMarkerTestSyntax , IconProviderTestSyntax , InspectionTestSyntax , ResolutionSyntax , FoldingTestSyntax , GitSyntax , GradleSyntax |
Do you like Arrow?
✖