Interface AsciidoctorContentTestCase
public interface AsciidoctorContentTestCase
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.RegularFilePropertyorg.gradle.api.file.DirectoryProperty
-
Method Details
-
getStartingSample
@InputDirectory @Optional @PathSensitive(RELATIVE) org.gradle.api.file.DirectoryProperty getStartingSample() -
getContentFile
@InputFile @PathSensitive(RELATIVE) org.gradle.api.file.RegularFileProperty getContentFile()
-