Home
last modified time | relevance | path

Searched refs:testCaseSet (Results 1 – 1 of 1) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument
171 var testCaseNames = Array.from(testCaseSet);
257 var testCaseSet = new Set();
264 addChips(testCaseSet, testCaseChips, testCases, allTestCasesLabel);
268 testCaseContainer, 'Specify a test case...', testCaseSet, testCaseChips, allTestCasesLabel);
286 saveCallback(ack, wrapper, key, test, branchSet, deviceSet, testCaseSet, textArea.val());