Exemplo n.º 1
0
        public void TestContains()
        {
            MyWallet wallet = new MyWallet();
            Action   action = () => wallet.Contains(UInt160.Zero);

            action.Should().NotThrow();
        }