mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
21 lines
367 B
Java
21 lines
367 B
Java
package 47.one0.services;
|
|
|
|
import static org.junit.Assert.assertTrue;
|
|
|
|
import org.junit.jupiter.api.*;
|
|
|
|
import 47.one0.models.*;
|
|
|
|
class SecurityServiceTest {
|
|
|
|
// @SecurityServiceTest
|
|
|
|
// @DisplayName("Test that Security is working")
|
|
|
|
// public void test() {}
|
|
|
|
// TODO: Write tests for getTransientToken
|
|
|
|
// TODO: Write tests for getSourceConnectionInformation
|
|
|
|
} |