George Kanakis
Results
2
comments of
George Kanakis
@ldcouto Is it not possible to provide 2 methods one with assertEquals and one with assertTrue? Like: ``` public bool compareResults(R actual, R expected){ // add complex results comparison here...
@ldcouto I will see what changes have you made and I will read the doc. My initial thought is that the user will write the comparison using the method which...