Uses of Class
org.opentest4j.reporting.events.java.HeapSize
-
Packages that use HeapSize Package Description org.opentest4j.reporting.events.java -
-
Uses of HeapSize in org.opentest4j.reporting.events.java
Methods in org.opentest4j.reporting.events.java that return HeapSize Modifier and Type Method Description HeapSize
HeapSize. withMax(long bytes)
Set themax
attribute of this element.Methods in org.opentest4j.reporting.events.java that return types with arguments of type HeapSize Modifier and Type Method Description static Factory<HeapSize>
JavaFactory. heapSize()
Create a factory forHeapSize
elements.
-