java.lang.Object
org.junit.platform.commons.util.ToStringBuilder
Simple builder for generating strings in custom implementations of
toString()
.
DISCLAIMER
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
- Since:
- 1.0
-
Constructor Summary
ConstructorDescriptionToStringBuilder(Class<?> type)
ToStringBuilder(Object obj)
ToStringBuilder(String typeName)
-
Method Summary