Package cz.xtf.junit5.interfaces
Interface BuildDefinition<T extends ManagedBuild>
-
public interface BuildDefinition<T extends ManagedBuild>Interface for getting build definition from collection class.Meant for enums so it can be easily used with annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetManagedBuild()
-
-
-
Method Detail
-
getManagedBuild
T getManagedBuild()
-
-