コード例 #1
0
 static void AssertEmpty <T>(FIFOBuffer <T> f)
 {
     f.Should().BeEmpty();
     AssertContains(f);
 }