Calling Testcases inside a Testcase, if one fails, then the consequent Testcase should run...How to get this done, without Test Suite?

Hello, My issue is I’ve TC 1, 2, 3, 4, 5 which are independent of each other… when I call these 5 Test Cases with a Test Case ‘A’, while execution if TC 2 fails, then the consequent TC 3,4,5 are not initialized… please help me out on this

Note: This can be done using Test Suite with multiple TC inside it, I want this done using a Test cases alone…

Thanks !

Show me the code. What kind of FailureHandling are you using?