flutter-idea/testSrc/unit/io/flutter/run/bazelTest/LaunchCommandsTest.java [182:199]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      null,
      null,
      null,
      null,
      null,
      null
    );
    boolean didThrow = false;
    try {
      final GeneralCommandLine launchCommand = fields.getLaunchCommand(projectFixture.getProject(), RunMode.RUN);
    }
    catch (ExecutionException e) {
      didThrow = true;
    }
    assertTrue("This test method expected to throw an exception, but did not.", didThrow);
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flutter-idea/testSrc/unit/io/flutter/run/bazelTest/LaunchCommandsTest.java [207:224]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      null,
      null,
      null,
      null,
      null,
      null
    );
    boolean didThrow = false;
    try {
      final GeneralCommandLine launchCommand = fields.getLaunchCommand(projectFixture.getProject(), RunMode.RUN);
    }
    catch (ExecutionException e) {
      didThrow = true;
    }
    assertTrue("This test method expected to throw an exception, but did not.", didThrow);
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



