Exemplo n.º 1
0
        public void Constructor_WithOneItem_BehaveAsExpected()
        {
            var target = new ListSet <string>(GetFactory(), "one", _Transition);

            target.Should().BeEquivalentTo(new[] { "one" });
        }
Exemplo n.º 2
0
 public void New_IsEmpty()
 {
     _ListSetSet.Should().BeEmpty();
 }