예제 #1
0
        public void Constructor_WithOneItem_BehaveAsExpected()
        {
            var target = new ListSet <string>(GetFactory(), "one", _Transition);

            target.Should().BeEquivalentTo(new[] { "one" });
        }
예제 #2
0
 public void New_IsEmpty()
 {
     _ListSetSet.Should().BeEmpty();
 }