Gradle Test Run :test

ManualPrepareEngineTest

summary

9

tests

0

failures

0

skipped

0.030s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
prepare pre-creates an empty response stub in the response directory prepare_createsEmptyResponseStubInResponseDir(Path) 1 0 0 0.002s 100%
prepare creates the response directory if it does not exist prepare_createsResponseDirectoryIfAbsent(Path) 1 0 0 0.002s 100%
prepare creates the work directory if it does not exist prepare_createsWorkDirectoryIfAbsent(Path) 1 0 0 0.005s 100%
prepare creates work file with operator instructions and embedded AI prompt prepare_createsWorkFileWithOperatorInstructionsAndPrompt(Path) 1 0 0 0.004s 100%
prepare does not overwrite an existing response file prepare_doesNotOverwriteExistingResponseFile(Path) 1 0 0 0.002s 100%
prepare returns the path of the written work file prepare_returnsPathOfWrittenFile(Path) 1 0 0 0.002s 100%
prepare works correctly when work and response directories are the same prepare_supportsSameDirForWorkAndResponse(Path) 1 0 0 0.002s 100%
prepare uses external taxonomy file content in the prompt when configured prepare_usesExternalTaxonomyFileWhenConfigured(Path) 1 0 0 0.002s 100%
prepare writes separate work files for different classes prepare_writesMultipleWorkFilesForDifferentClasses(Path) 1 0 0 0.003s 100%