Searched refs:TestStructInvalidWidth (Results 1 – 1 of 1) sorted by relevance
72 Assert.Throws<ArgumentException>(() => Packet.Decode<TestStructInvalidWidth>(data)); in TestDecode()305 private struct TestStructInvalidWidth struct in Antmicro.Renode.UnitTests.PacketTests