示例#1
0
 public void Create_NullPath_ArgumentNullExceptionIsThrown()
 {
     var file = new IndexFile( Factory.Create<List<Conversation>>(), null );
 }
示例#2
0
 public void Create_EmptyPath_ArgumentExceptionIsThrown()
 {
     var file = new IndexFile( Factory.Create<List<Conversation>>(), string.Empty );
 }