/** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc Test Control file for V2G * */ module ItsV2G_TestControl { // ATS CAM import from ItsV2G_TestCases {testcase all}; // LibIts // Test Execution control { if ( true ) { execute(TC_V2G_V2GR_ACV2G_BV_01()) }; } } // end ItsV2G_TestControl