MCPcopy Create free account
hub / github.com/Neop/mudmap2 / testGetPreferences

Method testGetPreferences

src/test/java/mudmap2/backend/WorldTest.java:815–822  ·  view source on GitHub ↗

Test for getPreferences

()

Source from the content-addressed store, hash-verified

813 * Test for getPreferences
814 */
815 @Test
816 public void testGetPreferences(){
817 System.out.println("getPreferences");
818
819 World instance = new World();
820
821 assertNotNull(instance.getPreferences());
822 }
823
824 /**
825 * Test for setPreferences

Callers

nothing calls this directly

Calls 1

getPreferencesMethod · 0.95

Tested by

no test coverage detected