public class ResourceBundleDescription
extends org.hamcrest.BaseDescription
Constructor and Description |
---|
ResourceBundleDescription() |
ResourceBundleDescription(java.lang.Appendable out) |
Modifier and Type | Method and Description |
---|---|
protected void |
append(char c) |
protected void |
append(java.lang.String str)
Append the String str to the description.
|
org.hamcrest.Description |
appendText(java.lang.String text) |
protected void |
directAppend(java.lang.String str)
Appends the string straight to the buffer.
|
java.lang.String |
toString() |
public ResourceBundleDescription()
public ResourceBundleDescription(java.lang.Appendable out)
protected void append(char c)
append
in class org.hamcrest.BaseDescription
protected void append(java.lang.String str)
append(char)
. Override
in subclasses to provide an efficient implementation.append
in class org.hamcrest.BaseDescription
public org.hamcrest.Description appendText(java.lang.String text)
appendText
in interface org.hamcrest.Description
appendText
in class org.hamcrest.BaseDescription
protected void directAppend(java.lang.String str)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 Caelum. All Rights Reserved.