public class TestJVM extends TestVmManager<JVMConfig> {
@Before
public void setUp() throws IOException {
Config config = new CustomConfigReader(ConfigReader.JVM_TYPE).read(AllTests.CONFIG_DIRECTORY);
this.config = (JVMConfig) config.getVMConfig();
vmManager = new JVM();
}