Skip to content

Commit

Permalink
Add test for IComponent typeconverter register in TypeDescriptor (dot…
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored and stephentoub committed Sep 10, 2019
1 parent bde3f90 commit 7689e13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public partial class TypeDescriptorTests
{
[Theory]
[InlineData(typeof(Version), typeof(VersionConverter))]
[InlineData(typeof(IComponent), typeof(ComponentConverter))]
public static void GetConverter_NetCoreApp(Type targetType, Type resultConverterType) =>
GetConverter(targetType, resultConverterType);
}
Expand Down

0 comments on commit 7689e13

Please sign in to comment.