albertgao
03/02/2018, 2:56 AMexpect
, I just mean for those shared logic, maybe we could have a better way to solve it. The current solution totally works, because we have to test the other partial part of actual
, then we just test those shared logic together as well. Simple and easy to understand. But if there is a way to test these shared logic independently, it will be more quicker depends on the ratio between the expect
part and the shared part. 😄