drpout / libdynticker

Java library to retrieve trading pairs and last value from exchanges.
GNU Lesser General Public License v3.0
25 stars 13 forks source link

Bitspark, Bitspark, CampBX, VirWox, VirWox, BtcTrade, Melotic failed automatic tests #19

Closed fluffylittlecubie closed 9 years ago

fluffylittlecubie commented 9 years ago

Results :

Failed tests: testGetPairs(mobi.boilr.libdynticker.exchanges.BitsparkExchangeTest) testGetLastValueWithPairsFromGetPairs(mobi.boilr.libdynticker.exchanges.BitsparkExchangeTest) testGetLastValueWithPairsFromGetPairs(mobi.boilr.libdynticker.exchanges.CampBXExchangeTest) testGetPairs(mobi.boilr.libdynticker.exchanges.VirWoxExchangeTest) testGetLastValueWithPairsFromGetPairs(mobi.boilr.libdynticker.exchanges.VirWoxExchangeTest) testGetLastValueWithPairsFromGetPairs(mobi.boilr.libdynticker.exchanges.BtcTradeExchangeTest) testGetPairs(mobi.boilr.libdynticker.exchanges.MeloticExchangeTest)

Tests in error: testSecondGetPairsFromAPIDoesActive(mobi.boilr.libdynticker.core.GetPairsFromAPITest): tried to access class org.mockito.internal.creation.cglib.CGLIBHacker from class org.mockito.internal.creation.MethodInterceptorFilter testSecondGetPairsFromAPIDoesntActive(mobi.boilr.libdynticker.core.GetPairsFromAPITest): org/mockito/internal/creation/cglib/CGLIBHacker

Tests run: 284, Failures: 7, Errors: 2, Skipped: 1

andrefbsantos commented 9 years ago

Bitspark is in maintenance. https://twitter.com/BitsparkBTC/status/589442448759259137

VirWox is fine.

CampBX adds an extra trailing character to the json, which breaks Jackson. Submited a ticket to CampBX reporting the issue.