I\'m running swift test from the command line to run the test cases. This is the test case:
swift test
import XCTest @testable import vnk_swift class KeyM
In my case, I enable the test by go to show test navigator in Xcode, right-click and enable the test. And it worked.