Files
gocryptotrader/exchanges/anx/anx_wrapper_test.go
2017-04-18 15:19:36 +10:00

26 lines
243 B
Go

package anx
import (
"testing"
)
func TestStart(t *testing.T) {
}
func TestRun(t *testing.T) {
}
func TestGetTickerPrice(t *testing.T) {
}
func TestGetOrderbookEx(t *testing.T) {
}
func TestGetExchangeAccountInfo(t *testing.T) {
}