package unit.groovy.pricing import spock.lang.Specification class BtcPriceServiceTest extends Specification { void setup() { } void cleanup() { } def "CreateBtc"() { } def "GetAllPrices"() { } def "GetPricesBetweenCounts"() { } def "GetLatest"() { } def "GetPriceForCreatedDate"() { } def "GetPriceBetweenDates"() { } }