Package org.junit.platform.commons.util
Class ToStringBuilder
- java.lang.Object
-
- org.junit.platform.commons.util.ToStringBuilder
-
@API(status=INTERNAL, since="1.0") public class ToStringBuilder extends Object
Simple builder for generating strings in custom implementations oftoString()
.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
Constructors Constructor Description ToStringBuilder(Class<?> type)
ToStringBuilder(Object obj)
-