Package com.opera.core.systems.preferences.OperaGenericPreferences

Examples of com.opera.core.systems.preferences.OperaGenericPreferences.GenericPreference


    assertEquals("127.0.0.1", preferences.get("Developer Tools", "Proxy Host").getValue());
  }

  @Test
  public void testSetWithPreference() {
    preferences.set(new GenericPreference("Developer Tools", "Proxy Host", "1.2.3.4"));
    assertEquals("1.2.3.4", preferences.get("Developer Tools", "Proxy Host").getValue());
  }
View Full Code Here

TOP

Related Classes of com.opera.core.systems.preferences.OperaGenericPreferences.GenericPreference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.