Examples of MandrillTag


Examples of com.microtripit.mandrillapp.lutung.view.MandrillTag

  @Test
  public final void testInfo02() throws IOException, MandrillApiError {
    final MandrillTag[] tags = mandrillApi.tags().list();
    Assert.assertNotNull(tags);
    if(tags.length > 0) {
      final MandrillTag tag = mandrillApi.tags().info(tags[0].getTag());
      Assert.assertNotNull(tag.getTag());
      Assert.assertNotNull(tag.getStats());
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.