FieldCodecTester<TValue,TCodec>.CanRoundTripViaSerializer_ReadByteByByte Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the codec correctly round-trips values when reading byte-by-byte, simulating fragmented reads.
[Xunit.Fact]
public void CanRoundTripViaSerializer_ReadByteByByte();
[<Xunit.Fact>]
member this.CanRoundTripViaSerializer_ReadByteByByte : unit -> unit
Public Sub CanRoundTripViaSerializer_ReadByteByByte ()
- Attributes
-
Xunit.FactAttribute