Package org.fest.assertions.description

Examples of org.fest.assertions.description.TextDescription


    factory = shouldBeUpperCase('a');
  }

  @Test
  public void should_create_error_message() {
    String message = factory.create(new TextDescription("Test"));
    assertEquals("[Test] expecting:\n<a> to be a uppercase character", message);
  }
View Full Code Here

TOP

Related Classes of org.fest.assertions.description.TextDescription

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.