mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
SDK update generated by liblab
This commit is contained in:
31
src/test/java/com/plexsdk/services/ServerServiceTest.java
Normal file
31
src/test/java/com/plexsdk/services/ServerServiceTest.java
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user