Esempio n. 1
0
 protected internal override TestLayout <RawBytes, RawBytes> GetLayout(RandomRule random)
 {
     return(new SimpleByteArrayLayout());
 }
Esempio n. 2
0
 protected internal override TestLayout <MutableLong, MutableLong> GetLayout(RandomRule random)
 {
     return(longLayout().withKeyPadding(random.IntBetween(0, 10)).build());
 }