Verify backups made with medusa

Is there any way to verify the integrity of a cassandra backup made with medusa. For example with postgres, I will restore the DB dump to a new postgres container and run some queries to get some expected result; that process is done automatically on Jenkins. Is it possible to do the same with cassandra (restoring the backup to a temporary location, and running some queries against it)?