odering unit test using Xctest

This commit is contained in:
Danmei Chen 2019-01-17 15:17:07 +01:00
parent 4905b4cd1e
commit 896165ae06

View file

@ -43,7 +43,7 @@ void dummy_logger(const char *domain, OrtpLogLevel lev, const char *fmt, va_list
// prepend "test_" so that it gets found by introspection
NSString *safesTest = [LinphoneTesterBase safetyTestString:sTest];
NSString *safesSuite = [LinphoneTesterBase safetyTestString:sSuite];
NSString *selectorName = [NSString stringWithFormat:@"test_%@__%@", safesSuite, safesTest];
NSString *selectorName = [NSString stringWithFormat:@"test%d_%@__%@", k, safesSuite, safesTest];
[self addInstanceMethodWithSelectorName:selectorName
block:^(LinphoneTesterBase *myself) {