#5 Fixed null url / urlTile

This commit is contained in:
Sven Kubiak
2020-03-05 11:24:43 +01:00
parent 4bcf2d15cb
commit 37b3661418
3 changed files with 48 additions and 28 deletions

View File

@ -95,19 +95,19 @@ public class MessageTest {
@Test
public void testConstruct() throws IOException, InterruptedException {
//given
int proxyPort = 8080;
int timestamp = 0;
int expire = 0;
int retry = 0;
String callback = "callback";
String device = "device";
String expire = "expire";
String message = "message";
String retry = "retry";
String user = "user";
String urlTitle = "urlTitle";
String timestamp = "timestamp";
String proxyHost = "proxyhost";
String title = "tile";
String token = "token";
String url = "https://www.url.url";
int proxyPort = 8080;
Priority priority = Priority.HIGH;
Sound sound = Sound.BUGLE;