Exemplo n.º 1
0
        public void TestGetAccounts()
        {
            MyWallet wallet = new MyWallet();
            Action   action = () => wallet.GetAccounts();

            action.Should().NotThrow();
        }