mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
SDK update generated by liblab
This commit is contained in:
21
src/test/java/47/one0/services/SecurityServiceTest.java
Normal file
21
src/test/java/47/one0/services/SecurityServiceTest.java
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user