mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
22 lines
392 B
Java
22 lines
392 B
Java
package com.plexsdk.services;
|
|
|
|
import static org.junit.Assert.assertTrue;
|
|
|
|
import com.plexsdk.models.*;
|
|
import org.junit.jupiter.api.*;
|
|
|
|
class MediaServiceTest {
|
|
// @MediaServiceTest
|
|
|
|
// @DisplayName("Test that Media is working")
|
|
|
|
// public void test() {}
|
|
|
|
// TODO: Write tests for markPlayed
|
|
|
|
// TODO: Write tests for markUnplayed
|
|
|
|
// TODO: Write tests for updatePlayProgress
|
|
|
|
}
|