public void CanBuild() { CMakeTool cmakeTool = new CMakeTool("cmake.exe"); Assert.DoesNotThrow(() => cmakeTool.Build()); }