Skip to content

Instantly share code, notes, and snippets.

@Ravadre
Created May 17, 2014 09:56
Show Gist options
  • Save Ravadre/8a1a29b619a56b136afb to your computer and use it in GitHub Desktop.
Save Ravadre/8a1a29b619a56b136afb to your computer and use it in GitHub Desktop.
var c = new MessageClient(framedClient, serializer.Object,
new Mock<BrokenTestDataWithoutMessageIdHandler>().Object,
r => r.RegisterMessage<TestDataWithoutMessageId>(2)
.RegisterMessage<InnaKlasa>(3)
.Register.....);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment