xcodebuild test only one class or testmethod

Hi!

Does anybody know some way to run only one testclass or testmethod by console? Can i create improvement for apple? 🙂

Maybe exists ability to dynamicly creating schemes, which will be used like "xcodebuild test -project MyAppProject.xcodeproj -scheme FirstClassTest'"

user can use xctool, it is not possible with xcodebuild directly

xcodebuild test only one class or testmethod
 
 
Q