package com.plexsdk.services; import static org.junit.Assert.assertTrue; import com.plexsdk.models.*; import org.junit.jupiter.api.*; class ServerServiceTest { // @ServerServiceTest // @DisplayName("Test that Server is working") // public void test() {} // TODO: Write tests for getServerCapabilities // TODO: Write tests for getServerPreferences // TODO: Write tests for getAvailableClients // TODO: Write tests for getDevices // TODO: Write tests for getServerIdentity // TODO: Write tests for getMyPlexAccount // TODO: Write tests for getResizedPhoto // TODO: Write tests for getServerList }