Class NUnitVersionEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.task.NUnitVersionEmitter
-
- All Implemented Interfaces:
CodeEmitter<NUnitRunnerTask.NUnitVersion>
public class NUnitVersionEmitter extends java.lang.Object implements CodeEmitter<NUnitRunnerTask.NUnitVersion>
-
-
Constructor Summary
Constructors Constructor Description NUnitVersionEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringemitCode(@NotNull CodeGenerationContext context, NUnitRunnerTask.NUnitVersion version)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull NUnitRunnerTask.NUnitVersion version) throws CodeGenerationException- Specified by:
emitCodein interfaceCodeEmitter<NUnitRunnerTask.NUnitVersion>- Throws:
CodeGenerationException
-
-