Class TestSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>

java.lang.Object
io.spring.initializr.generator.spring.code.TestSourceCodeProjectContributor<T,C,S>
Type Parameters:
T - language-specific type declaration
C - language-specific compilation unit
S - language-specific source code
All Implemented Interfaces:
ProjectContributor, org.springframework.core.Ordered

public class TestSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>> extends Object implements ProjectContributor
ProjectContributor for the application's test source code.
Author:
Stephane Nicoll