mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-12 06:11:05 +00:00
Add oauth2 types
This commit is contained in:
parent
e232079eb7
commit
85156b03d6
9 changed files with 108 additions and 3 deletions
14
lib/src/test/java/com/tribufu/TribufuClientTest.java
Normal file
14
lib/src/test/java/com/tribufu/TribufuClientTest.java
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved
|
||||
|
||||
package com.tribufu;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class TribufuClientTest {
|
||||
@Test
|
||||
void clientGetId() {
|
||||
TribufuClient client = new TribufuClient(0, "client_secret");
|
||||
assertEquals(0, client.getId());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue