I created Test-suite which looks like that:

My question is whether is it possible to run, using command line, for example TEST_2 but not skip MainTestCase, i mean:

I tried to use Command_Line argument /tc:TEST_2 but it seems that it only runs TEST_2 TestCase without MainTestCase.
Paweł