ios - Xcode UI tests - adding tests to test classes -
is there way add tests existing ui test classes in xcode? have looked @ quick , there ways add new tests classes , targets not tests pre-existing test classes. creating new methods of class did not either. thanks
if test class extends xctestcase
, in testing target, method starts test
, takes no arguments executed test.
Comments
Post a Comment