Files
plexjava/src/test/java/com/plexsdk/services/ServerServiceTest.java
2023-10-26 21:45:53 -05:00

32 lines
631 B
Java

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
}