ДП
handleMethod = () => {
if(smth) {
someAnotherMethod()
}
}
и вот мне нужно протестировать кол-во вызовов someAnotherMethod, но напрямую я вызываю handleMethod
Size: a a a
ДП
P
B
P
P
AV
VS
jasmine.getEnv().addReporter(new jasmineReporters.JUnitXmlReporter({
savePath: 'testresults',
filePrefix: 'xml',
consolidateAll: true,
}));
OK
jasmine.getEnv().addReporter(new jasmineReporters.JUnitXmlReporter({
savePath: 'testresults',
filePrefix: 'xml',
consolidateAll: true,
}));
OK
jasmine.getEnv().addReporter(new jasmineReporters.JUnitXmlReporter({
savePath: 'testresults',
filePrefix: 'xml',
consolidateAll: true,
}));
VS
VS
VS
VS
OK
OK
OK
VS
VS
VG
OK