- AbstractDaemonFixture - Class in dev.gradleplugins.test.fixtures.gradle.daemon
-
- AbstractDaemonFixture(File) - Constructor for class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- apply(GradleRunner) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- asClassNotation(String) - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- assertBusy() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertBusy() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is currently busy.
- assertCanceled() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertCanceled() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is in a canceled state.
- 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
-
- 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).
- assertHasCauses(int) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure.Failure
-
Asserts that this failure has the given number of direct causes.
- 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').
- 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.
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- assertIdle() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertIdle() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is currently idle.
- 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
-
- assertNoCrashedDaemon() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- 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.
- assertOutputContains(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that this result includes the given non-error log message.
- assertRegistryNotWorldReadable() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonRegistryStateProbe
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- assertResultVisited() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the important information from this result has been verified by the test.
- assertStopped() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertStopped() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon has stopped and is no longer visible to any clients.
- assertTaskNotExecuted(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been executed.
- assertTaskNotSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been skipped.
- 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.
- 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.
- assertTaskSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts the given task has been skipped.
- assertTasksNotSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have not been skipped.
- assertTasksSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been skipped.
- 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).
- assertThatOutput(Matcher<? super String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the non-error log message matches.
- generateGlobalSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- generateGlobalSettingsFile(MavenLocalRepository) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- generateUserSettingsFile(MavenLocalRepository) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getAbsoluteFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getAll() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getAllDaemons() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getArtifactCacheLayoutVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the version of the artifact cache layout
- getBinDistribution() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the binary distribution.
- getBuildFileName() - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- getChildProcesses() - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- getContext() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- getContext() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the context information of this daemon.
- getContext() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getCurrentState() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getCurrentState() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonRegistryStateProbe
-
- getCurrentState() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonStateProbe
-
- getDaemon() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemon() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Convenience to get a single daemon.
- getDaemonBaseDir() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemonBaseDir() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns the base dir of the daemon.
- getDaemons() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemons() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns all known daemons.
- getDebugIncludesLineNumbers() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDebugIncludesLocalVariables() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDebugIncludesSourceFile() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDistribution(GradleVersion) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getDistribution(String) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getError() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getExitCode() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getGlobalMavenDirectory() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getGlobalSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getGradleHomeDir() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Deprecated.
- getGradleHomeDirectory() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the root directory of the installed distribution
- getHash() - Method in class dev.gradleplugins.test.fixtures.file.TestFile.Snapshot
-
- getInstance() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- getJavaVersion() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
- getJavaVersion() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getLeft() - Method in class dev.gradleplugins.test.fixtures.Pair
-
- getLog() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the log for this daemon.
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getLogFile() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the log file for this daemon.
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getManifest() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
- getModTime() - Method in class dev.gradleplugins.test.fixtures.file.TestFile.Snapshot
-
- getMostRecentRelease() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getMostRecentReleaseSnapshot() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getMostRecentSnapshot() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getNativeServicesDir() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- getOut() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getOutput() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Stdout of the Gradle execution, normalized to use new-line char as line separator.
- getParentFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getPlainTextOutput() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Stdout of the Gradle execution, with ANSI characters interpreted and text attributes discarded.
- getPort() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the TCP port used by this daemon.
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getPrevious(GradleVersion) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getProcessInfo(String[]) - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- getRawOutput() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getRegistry() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getRight() - Method in class dev.gradleplugins.test.fixtures.Pair
-
- getRootDirectory() - Method in class dev.gradleplugins.test.fixtures.maven.MavenLocalRepository
-
- getSettingsFileName() - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- getStates() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getSupported() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getText() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getUri() - Method in class dev.gradleplugins.test.fixtures.maven.MavenLocalRepository
-
- getUserHomeDir() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getUserM2Directory() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getUserSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getVersion() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns the Gradle version of the daemon.
- getVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the version of this distribution.
- getVisible() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getVisible() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns all daemons that are visible to clients.
- GradleDistribution - Interface in dev.gradleplugins.test.fixtures.gradle.executer
-
- GradleDistributionFactory - Class in dev.gradleplugins.test.fixtures.gradle.executer
-
- GradleDistributionFactory() - Constructor for class dev.gradleplugins.test.fixtures.gradle.executer.GradleDistributionFactory
-
- GradleScriptDsl - Enum in dev.gradleplugins.test.fixtures.gradle
-
- initialize() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- isAddsTaskExecutionExceptionAroundAllTaskFailures() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version always adds a task execution exception around all failures, such as input fingerprinting or property validation failures, rather than only around task action failures.
- isAlive() - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- isDaemonIdleTimeoutConfigurable() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the configuring daemon idle timeout feature is supported by this distribution.
- isFullySupportsIvyRepository() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
The 'ivy' repository was introduced in Milestone-3, but early versions didn't work with spaces in the artifact pattern.
- isManifestPresentAndFirstEntry() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
Asserts that the manifest file is present and first entry in this jar file.
- isolateMavenLocalRepo(GradleRunner) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- isSelfOrDescendent(File) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- isSupportsSpacesInGradleAndJavaOpts() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Early versions had bugs that prevented any values having spaces in them in GRADLE_OPTS or JAVA_OPTS.
- isSymbolicLink() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- isToolingApiDoesNotAddCausesOnTaskCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version does not occasionally add additional 'build cancelled' exceptions when tasks are cancelled.
- isToolingApiHasCauseOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version has a useful cause attached to the exception thrown by the tooling API client on build cancel.
- isToolingApiHasCauseOnForcedCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version has a useful cause attached to the exception thrown by the tooling API client when daemon is killed to force cancellation.
- isToolingApiHasCauseOnPhasedActionFail() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version retains the original exception as cause on phased action fail.
- isToolingApiLocksBuildActionClasses() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution incorrectly locks build action implementation classes.
- isToolingApiLoggingInEmbeddedModeSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution correctly handles logging in embedded mode.
- isToolingApiLogsConfigureSummary() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs different build outcome messages for tooling API requests that run tasks and to requests that do not run tasks (eg fetch a model).
- isToolingApiLogsFailureOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs a 'build failed' message on build cancellation.
- isToolingApiMergesStderrIntoStdout() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs errors to stdout instead of stderr.
- isToolingApiRetainsOriginalFailureOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version retains the original build failure on cancellation (with all context) in the client and build logging, rather than discarding contextual exceptions.
- isToolingApiStdinInEmbeddedModeSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version handles the client provided standard input stream when running in embedded mode.
- isToolingApiSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API is supported by this distribution.
- isToolingApiTargetJvmSupported(JavaVersion) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution supports the given target JVM.
- isWrapperSupportsGradleUserHomeCommandLineOption() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the wrapper for this version honours the --gradle-user-home command-line option.