How to run Multiple TestNG testcases from a single testcase?

I am using POM framework, want to run Test Cases under a switch case (create class object and call functions). While doing so TestNG Report shows only the function name wherein switch is written. Doesn’t show the Test Cases run under switch case. Please help!