Added module for TimeCraftersConfigurationTool to support adding server to FtcRobotController activity

This commit is contained in:
2020-09-25 09:25:22 -05:00
parent 70f315a35a
commit 86bfa02e6e
41 changed files with 1750 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
package org.timecrafters.TimeCraftersConfigurationTool;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}