mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
SDK update generated by liblab
This commit is contained in:
21
src/test/java/com/plexsdk/services/SearchServiceTest.java
Normal file
21
src/test/java/com/plexsdk/services/SearchServiceTest.java
Normal file
@@ -0,0 +1,21 @@
|
||||
package com.plexsdk.services;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import com.plexsdk.models.*;
|
||||
import org.junit.jupiter.api.*;
|
||||
|
||||
class SearchServiceTest {
|
||||
// @SearchServiceTest
|
||||
|
||||
// @DisplayName("Test that Search is working")
|
||||
|
||||
// public void test() {}
|
||||
|
||||
// TODO: Write tests for performSearch
|
||||
|
||||
// TODO: Write tests for performVoiceSearch
|
||||
|
||||
// TODO: Write tests for getSearchResults
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user