Utils

public class Utils(source)

Constructors

Link copied to clipboard
public void Utils()

Functions

Link copied to clipboard
public static boolean isJagrRun()
Returns true if the current test is running under Jagr.
Link copied to clipboard
public static List<String> listOfCtParametersToTypeNames(List<? extends CtParameter<? extends Object>> list)
Transforms the list of CtParameters into a list of names of the corresponding types.
Link copied to clipboard
public static List<String> listOfTypeLinksToTypeNames(List<? extends TypeLink> list)
Transforms the list of TypeLinks into a list of names of the corresponding types.
Link copied to clipboard
public static T none<T>()