Yutsa
12/01/2018, 6:12 PM@SpringBootTest
class ParsingIntegrationTest(@Autowired val cardPriceService: CardPriceService) {
It gives me this error :
java.lang.Exception: Test class should have exactly one public zero-argument constructor
Mike
12/01/2018, 6:29 PM