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