mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
32 lines
631 B
Java
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
|
|
|
|
}
|