Client builds

This commit is contained in:
Aidan Hahn 2019-05-17 01:28:26 -07:00
parent ee2b7f0b4c
commit d6e73cf7ad
No known key found for this signature in database
GPG key ID: 327711E983899316
10 changed files with 297 additions and 356 deletions

View file

@ -1,14 +0,0 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package JobServ;
import org.junit.Test;
import static org.junit.Assert.*;
public class AppTest {
@Test public void testAppHasAGreeting() {
App classUnderTest = new App();
assertNotNull("app should have a greeting", classUnderTest.getGreeting());
}
}