Ejemplo n.º 1
0
        public void GetSupportedCurrencies_ShouldNotThrowException()
        {
            var         bittrex = new Bittrex();
            Func <Task> action  = async() => { var _ = await bittrex.GetSupportedCurrencies(); };

            action.ShouldNotThrow();
        }