Ejemplo n.º 1
0
 public void Can_rename_non_key_column_if_key_column_count_is_greater_than_MetadataCollection_dictionary_threshold()
 {
     using (var context = new VagueContext())
     {
         Assert.NotNull(context.VagueItems.ToString());
     }
 }
Ejemplo n.º 2
0
 public void Can_rename_non_key_column_if_key_column_count_is_greater_than_MetadataCollection_dictionary_threshold()
 {
     Assert.DoesNotThrow(
         () =>
         {
             using (var context = new VagueContext())
             {
                 Assert.NotNull(context.VagueItems.ToString());
             }
         });
 }