public void AssemblyDescription_ManagedDllIsParsed()
 {
     ManagedDllHelperInstance.ParseTestHelper(
         (info) => info.Item = "x",
         (description) => description.AssemblyName = "x");
 }
 public void AssemblyDescription_InvalidAssemblyTypeThrows()
 {
     ManagedDllHelperInstance.ParseErrorTestHelper <ArgumentException>((info) => info.Type = NativeTypes.FABRIC_DLLHOST_HOSTED_DLL_KIND.FABRIC_DLLHOST_HOSTED_DLL_KIND_INVALID);
 }