public void Setup()
 {
     this.sut = new Fnv1A();
 }
Exemplo n.º 2
0
 public Fnv1ATests()
 {
     this.sut = new Fnv1A();
 }
Exemplo n.º 3
0
 public static ServicePartitionKey GenerateKey(Guid id) => new ServicePartitionKey(Fnv1A.ComputeAllLong(id));