public void testHonorSystemProxyIsSetWhenProvidedAsAnOption() {
final RemoteControlConfiguration configuration;
configuration = RemoteControlLauncher.parseLauncherOptions(new String[]{"-honor-system-proxy"});
assertTrue(configuration.honorSystemProxy());
}
public void testHonorSystemProxyIsFalseWhenNotProvidedAsAnOption() {
final RemoteControlConfiguration configuration;