Exemplo n.º 1
0
 public void BuildQueueTests()
 {
     Console.WriteLine(DistributedCollectionTestGenerator.Generate(typeof(AbstractDistributedQueue <object>), "IDistributedQueue{T}", this.DefaultBodyBuilder, 'q'));
 }
Exemplo n.º 2
0
 public void BuildSetTests()
 {
     Console.WriteLine(DistributedCollectionTestGenerator.Generate(typeof(IDistributedSet <object>), "IDistributedSet{T}", this.DefaultBodyBuilder, 's'));
 }
Exemplo n.º 3
0
 public void BuildDictionaryTests()
 {
     Console.WriteLine(DistributedCollectionTestGenerator.Generate(typeof(IDistributedDictionary <object, object>), "IDistributedDictionary{T, V}", this.DefaultBodyBuilder, 'd'));
 }