예제 #1
0
            public void DoesNotThrowForEmptyList()
            {
                var list = new DeletableObjectList <TestDeletable>();

                list.Clear();
            }
예제 #2
0
 protected override void CallMethod(DeletableObjectList <TestDeletable> list)
 => list.Clear();