Package org.openhab.io.gcal.internal.GCalEventDownloader

Examples of org.openhab.io.gcal.internal.GCalEventDownloader.CalendarEventContent


    downloader = new GCalEventDownloader();
  }

  @Test
  public void testParseCommand() {
    CalendarEventContent content;
   
    content = downloader.parseEventContent("normalContent");
    Assert.assertEquals("normalContent", content.startCommands);
    Assert.assertEquals("", content.endCommands);
    Assert.assertEquals("", content.modifiedByEvent);
View Full Code Here

TOP

Related Classes of org.openhab.io.gcal.internal.GCalEventDownloader.CalendarEventContent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.