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.BaseDescriptionprotected void append(java.lang.String str)
append(char). Override
in subclasses to provide an efficient implementation.append in class org.hamcrest.BaseDescriptionpublic org.hamcrest.Description appendText(java.lang.String text)
appendText in interface org.hamcrest.DescriptionappendText in class org.hamcrest.BaseDescriptionprotected void directAppend(java.lang.String str)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 Caelum. All Rights Reserved.