Exemplo n.º 1
0
 public void CreateRandomName()
 {
     Assert.Matches(@"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\.xyz$", dir.GetRandomFile("xyz").Name);
 }