Ejemplo n.º 1
0
 public void TestIsConfigurationForType()
 {
     Assert.IsTrue(configuration.IsConfigurationForType(typeof(TestDocument)));
     Assert.IsFalse(configuration.IsConfigurationForType(typeof(string)));
 }