- accept(GradleExecuter) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- addOutput(String) - Method in class dev.gradleplugins.test.fixtures.logging.GroupedTaskFixture
-
- addOutput(String) - Method in class dev.gradleplugins.test.fixtures.logging.GroupedTransformationFixture
-
- afterExecute(Consumer<? super GradleExecuter>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Adds an action to be called immediately after execution.
- ansiCharsToColorText() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.LogContent
-
Returns a copy of this log content with ANSI control characters interpreted to produce plain text with text attributes included.
- ansiCharsToPlainText() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.LogContent
-
Returns a copy of this log content with ANSI control characters interpreted to produce plain text.
- any(Object[]) - Static method in class dev.gradleplugins.test.fixtures.gradle.executer.TaskOrderSpecs
-
- AnyOrderOutputMatcher - Class in dev.gradleplugins.test.fixtures.gradle.executer
-
Checks that all lines contained in the expected output are present in the actual output, in any order.
- AnyOrderOutputMatcher() - Constructor for class dev.gradleplugins.test.fixtures.gradle.executer.AnyOrderOutputMatcher
-
- ApplicationElement - Interface in dev.gradleplugins.test.fixtures.sources
-
- apply(GradleExecuter) - Method in class dev.gradleplugins.test.fixtures.scan.GradleEnterpriseBuildScan
-
- asLib() - Method in class dev.gradleplugins.test.fixtures.sources.c.CLibraryElement
-
Returns a copy of this library with the public headers the 'public' headers directory.
- asLib() - Method in class dev.gradleplugins.test.fixtures.sources.cpp.CppLibraryElement
-
Returns a copy of this library with the public headers the 'public' headers directory.
- asLib() - Method in class dev.gradleplugins.test.fixtures.sources.objectivec.ObjectiveCLibraryElement
-
Returns a copy of this library with the public headers the 'public' headers directory.
- asLib() - Method in class dev.gradleplugins.test.fixtures.sources.objectivecpp.ObjectiveCppLibraryElement
-
Returns a copy of this library with the public headers the 'public' headers directory.
- assertContentContains(String, String, String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertContentsHaveChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertContentsHaveNotChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertDoesNotExist() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertExists() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertFailedConfiguration(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.DependencyResolutionFailure
-
- assertFailedDependencyRequiredBy(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.DependencyResolutionFailure
-
- assertHasCause(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.DependencyResolutionFailure
-
- assertHasCause(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given cause (ie the bit after the description).
- assertHasCause(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertHasDescendants(String...) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
Asserts that this file contains exactly the given set of descendants.
- assertHasDescription(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given description (ie the bit after '* What went wrong').
- assertHasDescription(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasErrorOutput(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertHasFailures(int) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasFileName(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasLineNumber(int) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasNoCause(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasNoCause() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertHasNotChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertHasPostBuildOutput(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Assert that the given message appears after the build result message.
- assertHasPostBuildOutput(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertHasResolution(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertIsDirectory() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsEmptyDirectory() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsSymbolicLink() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertMatches(int, List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.TaskOrderSpec
-
- assertNotOutput(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that this result does not include the given log message anywhere in the build output.
- assertNotOutput(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertOutputContains(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that this result includes the given non-error log message.
- assertOutputContains(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertOutputContains(String...) - Method in class dev.gradleplugins.test.fixtures.logging.GroupedTaskFixture
-
- assertOutputEquals(String, boolean, boolean) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertOutputLinesMatch(List<String>, List<String>, boolean, String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.AnyOrderOutputMatcher
-
- assertOutputLinesMatch(List<String>, List<String>, boolean, String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.SequentialOutputMatcher
-
- assertOutputMatches(String, String, boolean) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.SequentialOutputMatcher
-
- assertResolutionFailure(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertTaskExecuted(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTaskNotExecuted(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been executed.
- assertTaskNotExecuted(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTaskNotSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been skipped.
- assertTaskNotSkipped(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTaskOrder(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTasksExecuted(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been executed in any order.
- assertTasksExecuted(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTasksExecutedAndNotSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been executed in any order and none of the tasks were skipped.
- assertTasksExecutedAndNotSkipped(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTasksExecutedInOrder(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTaskSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts the given task has been skipped.
- assertTaskSkipped(String) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTasksNotSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have not been skipped.
- assertTasksNotSkipped(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTasksSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been skipped.
- assertTasksSkipped(Object...) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionResult
-
- assertTestsFailed() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.DetailedExecutionFailure
-
- assertTestsFailed() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertThatCause(Matcher<String>) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.DependencyResolutionFailure
-
- assertThatCause(Matcher<? super String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given cause (ie the bit after the description).
- assertThatCause(Matcher<? super String>) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- assertThatDescription(Matcher<? super String>) - Method in class dev.gradleplugins.test.fixtures.gradle.executer.OutputScrapingExecutionFailure
-
- withArgument(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Adds an additional command-line argument to use when executing the build.
- withArguments(String...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the additional command-line arguments to use when executing the build.
- withArguments(List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the additional command-line arguments to use when executing the build.
- withBuildCacheEnabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Activates the build cache.
- withConsole(ConsoleOutput) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Executes the build with "--console=rich, auto, verbose" argument.
- withDebuggerAttached() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Allows to trigger on breakpoints inside the Gradle build when the debugger is attached to the caller.
- withDebuggerAttached() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.GradleRunnerExecuter
-
- withDebuggerAttached() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.GradleWrapperExecuter
-
- withEnvironmentVars(Map<String, ?>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the environment variables to use when executing the build.
- withGradleUserHomeDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the Gradle user home dir.
- withNormalizedEol() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.LogContent
-
Returns this content formatted using a new line char to separate lines.
- withPath(String) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
- withPluginClasspath() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Activates the plugin classpath from the plugins under test.
- withPluginClasspath() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.GradleRunnerExecuter
-
- withPluginClasspath() - Method in class dev.gradleplugins.test.fixtures.gradle.executer.GradleWrapperExecuter
-
- withStacktraceDisabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Executes the builds without adding the "--stacktrace" argument.
- withTasks(String...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the task names to execute.
- withTasks(List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the task names to execute.
- withUserHomeDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Sets the user's home dir to use when running the build.
- wrapper(TestFile) - Method in class dev.gradleplugins.test.fixtures.gradle.GradleExecuterFactory
-
- write(Object) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- writeToDir(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
- writeToDir(TestFile, String) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
- writeToFile(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
- writeToProject(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Writes the source files of this element to the given project, using the Gradle convention for source layout.
- writeToSourceDir(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Writes the source files of this element to the given source directory.