Package net.jqwik.api
Klasse JavaBeanReportingFormat
java.lang.Object
net.jqwik.api.JavaBeanReportingFormat
- Alle implementierten Schnittstellen:
Comparable<SampleReportingFormat>
,SampleReportingFormat
@API(status=MAINTAINED,
since="1.3.10")
public abstract class JavaBeanReportingFormat
extends Object
implements SampleReportingFormat
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
protected abstract Collection
<Class<?>> protected Collection
<String> final Object
Transform the value into one that will be handled by default mechanism, e.g. a Collection, a String, a Map.protected boolean
sortProperties
(List<String> properties) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden net.jqwik.api.SampleReportingFormat
compareTo, priority
-
Konstruktordetails
-
JavaBeanReportingFormat
public JavaBeanReportingFormat()
-
-
Methodendetails
-
beanTypes
-
excludeProperties
-
sortProperties
-
reportNulls
protected boolean reportNulls() -
label
- Angegeben von:
label
in SchnittstelleSampleReportingFormat
- Parameter:
value
- the value to format- Gibt zurück:
- an optional label prepended to a value's report
-
appliesTo
- Angegeben von:
appliesTo
in SchnittstelleSampleReportingFormat
- Parameter:
value
- the value to format- Gibt zurück:
- true if this format applies
-
report
Beschreibung aus Schnittstelle kopiert:SampleReportingFormat
Transform the value into one that will be handled by default mechanism, e.g. a Collection, a String, a Map.- Angegeben von:
report
in SchnittstelleSampleReportingFormat
- Parameter:
value
- the value to format- Gibt zurück:
- the transformed value
-