junit testing for method taking class object as argument

i have a method by name as
generateResponseDocs(fileLocationVO) where fileLocationVO is the instance of class FileLocationVO class used in the same package.
if i want to test this method with junit .

pls guide me as to what value should i pass it as hardcoded value for that object.

Thanks,
kachabi