mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
40 lines
791 B
Java
40 lines
791 B
Java
package com.plexsdk.services;
|
|
|
|
import static org.junit.Assert.assertTrue;
|
|
|
|
import com.plexsdk.models.*;
|
|
import org.junit.jupiter.api.*;
|
|
|
|
class LibraryServiceTest {
|
|
// @LibraryServiceTest
|
|
|
|
// @DisplayName("Test that Library is working")
|
|
|
|
// public void test() {}
|
|
|
|
// TODO: Write tests for getFileHash
|
|
|
|
// TODO: Write tests for getRecentlyAdded
|
|
|
|
// TODO: Write tests for getLibraries
|
|
|
|
// TODO: Write tests for getLibrary
|
|
|
|
// TODO: Write tests for deleteLibrary
|
|
|
|
// TODO: Write tests for getLibraryItems
|
|
|
|
// TODO: Write tests for refreshLibrary
|
|
|
|
// TODO: Write tests for getLatestLibraryItems
|
|
|
|
// TODO: Write tests for getCommonLibraryItems
|
|
|
|
// TODO: Write tests for getMetadata
|
|
|
|
// TODO: Write tests for getMetadataChildren
|
|
|
|
// TODO: Write tests for getOnDeck
|
|
|
|
}
|