Matheus
10/24/2018, 2:22 PMTsvetozar Bonev
10/24/2018, 2:25 PMHexa
10/24/2018, 2:28 PMlate init
modifier is not allowed on primary constructor parametersTsvetozar Bonev
10/24/2018, 2:30 PMMatheus
10/24/2018, 2:31 PMHexa
10/24/2018, 2:31 PMMatheus
10/24/2018, 2:32 PMHexa
10/24/2018, 2:32 PMMatheus
10/24/2018, 2:33 PMTsvetozar Bonev
10/24/2018, 2:33 PMHexa
10/24/2018, 2:38 PMval testService: TestService = TestServiceImpl(client))
Matheus
10/24/2018, 2:40 PMHexa
10/24/2018, 2:48 PMtestService
in the constructor. and I use val testService: TestService = TestServiceImpl(client)
in line 9 that would make my Handler less testable as Im depending on a concrete implementation, is that right? @MatheusMatheus
10/24/2018, 2:49 PM