Package br.com.mutley.data

Examples of br.com.mutley.data.Badge


public class CoderTest extends Assert {

  @Test
  public void itShouldReturnEmptyBadgeWhenBadgeWasNotFound() {
    Coder coder = new Coder();
    Badge badge = coder.getBadge("test");

    assertNull(badge.getBadge());
    assertNull(badge.getCreated());
    assertNull(badge.getDescription());
    assertNull(badge.getName());
  }
View Full Code Here

TOP

Related Classes of br.com.mutley.data.Badge

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.