protected void Assert(TransportStats transport) { transport.Should().NotBeNull(); transport.RXCount.Should().BeGreaterThan(0); transport.RXSizeInBytes.Should().BeGreaterThan(0); transport.TXCount.Should().BeGreaterThan(0); transport.TXSizeInBytes.Should().BeGreaterThan(0); }
protected void Assert(TransportStats transport) => transport.Should().NotBeNull();