Early Access Program News

AppCode 3.1 Champurrado EAP: unit testing in Swift

Hello everyone,

We’re getting closer and closer to the final release date, and probably the last big feature coming to 3.1 is here now. Nearly every developer considers unit testing as the essential part of the workflow. This EAP brings the Swift unit testing support. Use the XCTest framework, run all tests in one go or a single one, explore statistics, navigate to source and rerun tests from the dedicated view with the results:
swift_test_run

This build also addresses a couple of other improvements for Swift:

  • Go to class (Cmd+O) and Go to symbol (Alt+Cmd+O) navigation actions works more accurately with code in Swift now.
  • Editor performance in case of code in Swift was improved.

Take a look at the complete list of changes, and our issue tracker and forums are open for your feedback!

As usual, you can find the latest EAP build here.

Sincerely yours,
The AppCode Team