com.github.mictaege.arete_gradle.NarrativeSection.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arete-gradle Show documentation
Show all versions of arete-gradle Show documentation
Gradle reporting plugin for the Arete JUnit5 testing framework.
The newest version!
package com.github.mictaege.arete_gradle
import com.github.mictaege.arete.Narrative
class NarrativeSection(annotation: Narrative) {
val header = annotation.header
val lines = annotation.value.toList()
}