mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 11:01:26 +08:00
Decoupling http operations.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.fatapp.oxygentoolbox;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
@@ -13,10 +11,4 @@ public class Tester {
|
||||
public void urlEncodeTest() throws UnsupportedEncodingException {
|
||||
System.out.println(URLEncoder.encode(" ", StandardCharsets.UTF_8.toString()));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void buildConfigTest() {
|
||||
assertEquals("123456789", BuildConfig.API_APP_ID);
|
||||
assertEquals("abcdefg", BuildConfig.API_APP_SECRET);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user