aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal/Protocol
Josh Williams 0311f9b415 Throw InvalidDataException instead of FormatException in NegotationProtocol (#1246)
* Throw InvalidDataException instead of FormatException in NegotationProtocol
 - Modify NegotiationProtocol to throw InvalidDataException
 - Update NegotiationProtocolTests expectations
 - Remove test case for InlineData "Missing required property 'protocol'"
 - Update JsonHubProtocol & JsonUtils to throw InvalidDataException
 - Update corresponding test expectations
 - Add back removed test

Addresses #1203
2018-01-11 13:23:30 -08:00
..
CompositeTestBinder.cs
CustomObject.cs
JsonHubProtocolTests.cs Throw InvalidDataException instead of FormatException in NegotationProtocol (#1246) 2018-01-11 13:23:30 -08:00
MessagePackHubProtocolTests.cs Fix #1170 by removing invocationId from non-blocking calls (#1218) 2017-12-19 10:40:58 -08:00
NegotiationProtocolTests.cs Throw InvalidDataException instead of FormatException in NegotationProtocol (#1246) 2018-01-11 13:23:30 -08:00
TestBinder.cs
TestHubMessageEqualityComparer.cs Fix #1170 by removing invocationId from non-blocking calls (#1218) 2017-12-19 10:40:58 -08:00