Example #1
0
func TestQuerySuite(t *testing.T) {
	suite.Run(t, &TxSuite{})
}
Example #2
0
func TestFilterSuite(t *testing.T) {
	suite.Run(t, &FilterSuite{})
}
Example #3
0
func TestMockSuite(t *testing.T) {
	suite.Run(t, &MockSuite{})
}
Example #4
0
func TestWebApiSuite(t *testing.T) {
	suite.Run(t, &WebApiSuite{})
}