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