Performance testing in Swift using TDD

后端 未结 1 997
情歌与酒
情歌与酒 2020-12-11 23:45

Just learning Test Driven Development in Swift.I created a class that is subclass of XCTestCase in the \"ProjectNameTests\" group.

相关标签:
1条回答
  • 2020-12-12 00:31

    Can you check whether BasicFunctionTest file Target membership includes your test target. You should be able to check this by selecting the file and navigating to File Inspector (target membership).

    0 讨论(0)
提交回复
热议问题