ryanmasondavies / Inline

Write your tests any way you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate log with Xcode

ryanmasondavies opened this issue · comments

Output tests in the OCUnit format so that Xcode can parse results correctly. Xcode figures out what went wrong from details about exceptions in the log, so if Inline can produce the same results then it will integrate completely, provided that expectation frameworks raise exceptions in the SenTestingKit frameworks.

Not happening, as adapting instead of injecting, SenTestingKit handles this for us.