Skip to content

Support for XCTestCase

Pre-release
Pre-release
Compare
Choose a tag to compare
@angelolloqui angelolloqui released this 15 Oct 16:54
· 133 commits to develop since this release

Added plugin support, including:

XCTestCase to JUnit plugin:

  • Adding @Test, @Before and @Afterannotations, removing calls to super.setUp()and super.tearDown()when applies
  • Removing inheritance of `XCTestCase``
  • XCTAssertXXX methods to JUnit conterparts, changing parameter order when necessary