Test for getPreferences
()
| 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 |
nothing calls this directly
no test coverage detected