
org.jeasy.random.protobuf.ProtobufEasyRandomParameters Maven / Gradle / Ivy
package org.jeasy.random.protobuf;
import org.jeasy.random.EasyRandomParameters;
public class ProtobufEasyRandomParameters extends EasyRandomParameters {
public ProtobufEasyRandomParameters() {
super.setCustomRandomizerRegistry(new ProtobufCustomRandomizerRegistry());
super.setExclusionPolicy(new ProtobufExclusionPolicy());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy