Ejemplo n.º 1
0
 public void TypeFind_is_able_to_only_load_dlls_that_match_pattern()
 {
     Assert.False(TypeFinder.IsDllMatch("xunit.runner.visualstudio.dotnetcore.testadapter.dll"));
     Assert.True(TypeFinder.IsDllMatch("Fan.Blog.dll"));
 }