gradle-spoon-plugin / com.jaredsburrows.spoon

Package com.jaredsburrows.spoon

Types

ConsoleRenderer

Renders information in a format suitable for logging to the console.

object ConsoleRenderer

SpoonExtension

Configuration options for the gradle spoon plugin.

open class SpoonExtension

SpoonPlugin

A Plugin which wraps the Spoon test runner.

class SpoonPlugin : Plugin<Project>

SpoonTask

A Task that creates and runs the Spoon test runner.

open class SpoonTask : DefaultTask

Exceptions

UncheckedException

Wraps a checked exception. Carries no other context.

class UncheckedException : RuntimeException