Returns a string representation of the input value for use as a test label. Handles various types, including NULL, NA, vectors, and custom objects.
Examples
if (FALSE) { # \dontrun{
getTestLabel(NULL)
getTestLabel(NA)
getTestLabel(1:3)
getTestLabel(6)
getTestLabel(getDesignFisher())
} # }
