Searched refs:WithStaticField (Results 1 – 1 of 1) sorted by relevance
99 static class WithStaticField { class in ObjectGraphMeasurerTest100 static WithStaticField INSTANCE = new WithStaticField();104 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(new WithStaticField()); in testStaticFields()