Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | |
| 3 | <html> |
| 4 | <head> |
| 5 | <title>TestNG reports</title> |
| 6 | |
| 7 | <link type="text/css" href="testng-reports.css" rel="stylesheet" /> |
| 8 | <script type="text/javascript" src="jquery-1.7.1.min.js"></script> |
| 9 | <script type="text/javascript" src="testng-reports.js"></script> |
| 10 | <script type="text/javascript" src="https://www.google.com/jsapi"></script> |
| 11 | <script type='text/javascript'> |
| 12 | google.load('visualization', '1', {packages:['table']}); |
| 13 | google.setOnLoadCallback(drawTable); |
| 14 | var suiteTableInitFunctions = new Array(); |
| 15 | var suiteTableData = new Array(); |
| 16 | </script> |
| 17 | <!-- |
| 18 | <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script> |
| 19 | --> |
| 20 | </head> |
| 21 | |
| 22 | <body> |
| 23 | <div class="top-banner-root"> |
| 24 | <span class="top-banner-title-font">Test results</span> |
| 25 | <br/> |
| 26 | <span class="top-banner-font-1">1 suite</span> |
| 27 | </div> <!-- top-banner-root --> |
| 28 | <div class="navigator-root"> |
| 29 | <div class="navigator-suite-header"> |
| 30 | <span>All suites</span> |
| 31 | <a href="#" class="collapse-all-link" title="Collapse/expand all the suites"> |
| 32 | <img class="collapse-all-icon" src="collapseall.gif"> |
| 33 | </img> <!-- collapse-all-icon --> |
| 34 | </a> <!-- collapse-all-link --> |
| 35 | </div> <!-- navigator-suite-header --> |
| 36 | <div class="suite"> |
| 37 | <div class="rounded-window"> |
| 38 | <div class="suite-header light-rounded-window-top"> |
| 39 | <a href="#" class="navigator-link" panel-name="suite-Default_suite"> |
| 40 | <span class="suite-name border-passed">Default suite</span> |
| 41 | </a> <!-- navigator-link --> |
| 42 | </div> <!-- suite-header light-rounded-window-top --> |
| 43 | <div class="navigator-suite-content"> |
| 44 | <div class="suite-section-title"> |
| 45 | <span>Info</span> |
| 46 | </div> <!-- suite-section-title --> |
| 47 | <div class="suite-section-content"> |
| 48 | <ul> |
| 49 | <li> |
| 50 | <a href="#" class="navigator-link " panel-name="test-xml-Default_suite"> |
| 51 | <span>C:\Users\sheetalm\AppData\Local\Temp\testng-eclipse--1963739526\testng-customsuite.xml</span> |
| 52 | </a> <!-- navigator-link --> |
| 53 | </li> |
| 54 | <li> |
| 55 | <a href="#" class="navigator-link " panel-name="testlist-Default_suite"> |
| 56 | <span class="test-stats">1 test</span> |
| 57 | </a> <!-- navigator-link --> |
| 58 | </li> |
| 59 | <li> |
| 60 | <a href="#" class="navigator-link " panel-name="group-Default_suite"> |
| 61 | <span>1 group</span> |
| 62 | </a> <!-- navigator-link --> |
| 63 | </li> |
| 64 | <li> |
| 65 | <a href="#" class="navigator-link " panel-name="times-Default_suite"> |
| 66 | <span>Times</span> |
| 67 | </a> <!-- navigator-link --> |
| 68 | </li> |
| 69 | <li> |
| 70 | <a href="#" class="navigator-link " panel-name="reporter-Default_suite"> |
| 71 | <span>Reporter output</span> |
| 72 | </a> <!-- navigator-link --> |
| 73 | </li> |
| 74 | <li> |
| 75 | <a href="#" class="navigator-link " panel-name="ignored-methods-Default_suite"> |
| 76 | <span>Ignored methods</span> |
| 77 | </a> <!-- navigator-link --> |
| 78 | </li> |
| 79 | <li> |
| 80 | <a href="#" class="navigator-link " panel-name="chronological-Default_suite"> |
| 81 | <span>Chronological view</span> |
| 82 | </a> <!-- navigator-link --> |
| 83 | </li> |
| 84 | </ul> |
| 85 | </div> <!-- suite-section-content --> |
| 86 | <div class="result-section"> |
| 87 | <div class="suite-section-title"> |
| 88 | <span>Results</span> |
| 89 | </div> <!-- suite-section-title --> |
| 90 | <div class="suite-section-content"> |
| 91 | <ul> |
| 92 | <li> |
| 93 | <span class="method-stats">49 methods, 49 passed</span> |
| 94 | </li> |
| 95 | <li> |
| 96 | <span class="method-list-title passed">Passed methods</span> |
| 97 | <span class="show-or-hide-methods passed"> |
| 98 | <a href="#" panel-name="suite-Default_suite" class="hide-methods passed suite-Default_suite"> (hide)</a> <!-- hide-methods passed suite-Default_suite --> |
| 99 | <a href="#" panel-name="suite-Default_suite" class="show-methods passed suite-Default_suite"> (show)</a> <!-- show-methods passed suite-Default_suite --> |
| 100 | </span> |
| 101 | <div class="method-list-content passed suite-Default_suite"> |
| 102 | <span> |
| 103 | <img width="3%" src="passed.png"/> |
| 104 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="createTest">createTest</a> <!-- method navigator-link --> |
| 105 | </span> |
| 106 | <br/> |
| 107 | <span> |
| 108 | <img width="3%" src="passed.png"/> |
| 109 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckIn">testCheckIn</a> <!-- method navigator-link --> |
| 110 | </span> |
| 111 | <br/> |
| 112 | <span> |
| 113 | <img width="3%" src="passed.png"/> |
| 114 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckInWithOtherUser">testCheckInWithOtherUser</a> <!-- method navigator-link --> |
| 115 | </span> |
| 116 | <br/> |
| 117 | <span> |
| 118 | <img width="3%" src="passed.png"/> |
| 119 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckInWithoutCheckout">testCheckInWithoutCheckout</a> <!-- method navigator-link --> |
| 120 | </span> |
| 121 | <br/> |
| 122 | <span> |
| 123 | <img width="3%" src="passed.png"/> |
| 124 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckOut">testCheckOut</a> <!-- method navigator-link --> |
| 125 | </span> |
| 126 | <br/> |
| 127 | <span> |
| 128 | <img width="3%" src="passed.png"/> |
| 129 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckOutOnCheckOut">testCheckOutOnCheckOut</a> <!-- method navigator-link --> |
| 130 | </span> |
| 131 | <br/> |
| 132 | <span> |
| 133 | <img width="3%" src="passed.png"/> |
| 134 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCheckOutOnCheckOutWithOtherUser">testCheckOutOnCheckOutWithOtherUser</a> <!-- method navigator-link --> |
| 135 | </span> |
| 136 | <br/> |
| 137 | <span> |
| 138 | <img width="3%" src="passed.png"/> |
| 139 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testCreateWithExistingActionName_negative">testCreateWithExistingActionName_negative</a> <!-- method navigator-link --> |
| 140 | </span> |
| 141 | <br/> |
| 142 | <span> |
| 143 | <img width="3%" src="passed.png"/> |
| 144 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteArtifact">testDeleteArtifact</a> <!-- method navigator-link --> |
| 145 | </span> |
| 146 | <br/> |
| 147 | <span> |
| 148 | <img width="3%" src="passed.png"/> |
| 149 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteArtifactInvalidActInvId">testDeleteArtifactInvalidActInvId</a> <!-- method navigator-link --> |
| 150 | </span> |
| 151 | <br/> |
| 152 | <span> |
| 153 | <img width="3%" src="passed.png"/> |
| 154 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteArtifactInvalidArtifactUUID">testDeleteArtifactInvalidArtifactUUID</a> <!-- method navigator-link --> |
| 155 | </span> |
| 156 | <br/> |
| 157 | <span> |
| 158 | <img width="3%" src="passed.png"/> |
| 159 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteArtifactLockedByOtherUser">testDeleteArtifactLockedByOtherUser</a> <!-- method navigator-link --> |
| 160 | </span> |
| 161 | <br/> |
| 162 | <span> |
| 163 | <img width="3%" src="passed.png"/> |
| 164 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteArtifactOnUnlockedAction">testDeleteArtifactOnUnlockedAction</a> <!-- method navigator-link --> |
| 165 | </span> |
| 166 | <br/> |
| 167 | <span> |
| 168 | <img width="3%" src="passed.png"/> |
| 169 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDeleteReadOnlyArtifact">testDeleteReadOnlyArtifact</a> <!-- method navigator-link --> |
| 170 | </span> |
| 171 | <br/> |
| 172 | <span> |
| 173 | <img width="3%" src="passed.png"/> |
| 174 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDownloadArtifact">testDownloadArtifact</a> <!-- method navigator-link --> |
| 175 | </span> |
| 176 | <br/> |
| 177 | <span> |
| 178 | <img width="3%" src="passed.png"/> |
| 179 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDownloadArtifactNegativeInvalidAction">testDownloadArtifactNegativeInvalidAction</a> <!-- method navigator-link --> |
| 180 | </span> |
| 181 | <br/> |
| 182 | <span> |
| 183 | <img width="3%" src="passed.png"/> |
| 184 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testDownloadArtifactNegativeInvalidArtifact">testDownloadArtifactNegativeInvalidArtifact</a> <!-- method navigator-link --> |
| 185 | </span> |
| 186 | <br/> |
| 187 | <span> |
| 188 | <img width="3%" src="passed.png"/> |
| 189 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetAllActions">testGetAllActions</a> <!-- method navigator-link --> |
| 190 | </span> |
| 191 | <br/> |
| 192 | <span> |
| 193 | <img width="3%" src="passed.png"/> |
| 194 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByCategory">testGetByCategory</a> <!-- method navigator-link --> |
| 195 | </span> |
| 196 | <br/> |
| 197 | <span> |
| 198 | <img width="3%" src="passed.png"/> |
| 199 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByIgnoreCaseName">testGetByIgnoreCaseName</a> <!-- method navigator-link --> |
| 200 | </span> |
| 201 | <br/> |
| 202 | <span> |
| 203 | <img width="3%" src="passed.png"/> |
| 204 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByInvIdManyVersionWithFirstSubmit">testGetByInvIdManyVersionWithFirstSubmit</a> <!-- method navigator-link --> |
| 205 | </span> |
| 206 | <br/> |
| 207 | <span> |
| 208 | <img width="3%" src="passed.png"/> |
| 209 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByInvIdManyVersionWithMultSubmit">testGetByInvIdManyVersionWithMultSubmit</a> <!-- method navigator-link --> |
| 210 | </span> |
| 211 | <br/> |
| 212 | <span> |
| 213 | <img width="3%" src="passed.png"/> |
| 214 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByInvIdManyVersionWithoutSubmit">testGetByInvIdManyVersionWithoutSubmit</a> <!-- method navigator-link --> |
| 215 | </span> |
| 216 | <br/> |
| 217 | <span> |
| 218 | <img width="3%" src="passed.png"/> |
| 219 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByInvIdOnCreate">testGetByInvIdOnCreate</a> <!-- method navigator-link --> |
| 220 | </span> |
| 221 | <br/> |
| 222 | <span> |
| 223 | <img width="3%" src="passed.png"/> |
| 224 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByInvIdOnName">testGetByInvIdOnName</a> <!-- method navigator-link --> |
| 225 | </span> |
| 226 | <br/> |
| 227 | <span> |
| 228 | <img width="3%" src="passed.png"/> |
| 229 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetBySupportedComponent">testGetBySupportedComponent</a> <!-- method navigator-link --> |
| 230 | </span> |
| 231 | <br/> |
| 232 | <span> |
| 233 | <img width="3%" src="passed.png"/> |
| 234 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetBySupportedModel">testGetBySupportedModel</a> <!-- method navigator-link --> |
| 235 | </span> |
| 236 | <br/> |
| 237 | <span> |
| 238 | <img width="3%" src="passed.png"/> |
| 239 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetByVendor">testGetByVendor</a> <!-- method navigator-link --> |
| 240 | </span> |
| 241 | <br/> |
| 242 | <span> |
| 243 | <img width="3%" src="passed.png"/> |
| 244 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testGetECOMPComponents">testGetECOMPComponents</a> <!-- method navigator-link --> |
| 245 | </span> |
| 246 | <br/> |
| 247 | <span> |
| 248 | <img width="3%" src="passed.png"/> |
| 249 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testSubmit">testSubmit</a> <!-- method navigator-link --> |
| 250 | </span> |
| 251 | <br/> |
| 252 | <span> |
| 253 | <img width="3%" src="passed.png"/> |
| 254 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testSubmitOnCheckout">testSubmitOnCheckout</a> <!-- method navigator-link --> |
| 255 | </span> |
| 256 | <br/> |
| 257 | <span> |
| 258 | <img width="3%" src="passed.png"/> |
| 259 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUndoCheckout">testUndoCheckout</a> <!-- method navigator-link --> |
| 260 | </span> |
| 261 | <br/> |
| 262 | <span> |
| 263 | <img width="3%" src="passed.png"/> |
| 264 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateArtifact">testUpdateArtifact</a> <!-- method navigator-link --> |
| 265 | </span> |
| 266 | <br/> |
| 267 | <span> |
| 268 | <img width="3%" src="passed.png"/> |
| 269 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateInvalidVersion_negative">testUpdateInvalidVersion_negative</a> <!-- method navigator-link --> |
| 270 | </span> |
| 271 | <br/> |
| 272 | <span> |
| 273 | <img width="3%" src="passed.png"/> |
| 274 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateInvariantId_negative">testUpdateInvariantId_negative</a> <!-- method navigator-link --> |
| 275 | </span> |
| 276 | <br/> |
| 277 | <span> |
| 278 | <img width="3%" src="passed.png"/> |
| 279 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateName_negative">testUpdateName_negative</a> <!-- method navigator-link --> |
| 280 | </span> |
| 281 | <br/> |
| 282 | <span> |
| 283 | <img width="3%" src="passed.png"/> |
| 284 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateOnCheckedInAction_negative">testUpdateOnCheckedInAction_negative</a> <!-- method navigator-link --> |
| 285 | </span> |
| 286 | <br/> |
| 287 | <span> |
| 288 | <img width="3%" src="passed.png"/> |
| 289 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateOtherUser_negative">testUpdateOtherUser_negative</a> <!-- method navigator-link --> |
| 290 | </span> |
| 291 | <br/> |
| 292 | <span> |
| 293 | <img width="3%" src="passed.png"/> |
| 294 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateStatus_negative">testUpdateStatus_negative</a> <!-- method navigator-link --> |
| 295 | </span> |
| 296 | <br/> |
| 297 | <span> |
| 298 | <img width="3%" src="passed.png"/> |
| 299 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateUniqueId_negative">testUpdateUniqueId_negative</a> <!-- method navigator-link --> |
| 300 | </span> |
| 301 | <br/> |
| 302 | <span> |
| 303 | <img width="3%" src="passed.png"/> |
| 304 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUpdateVersion_negative">testUpdateVersion_negative</a> <!-- method navigator-link --> |
| 305 | </span> |
| 306 | <br/> |
| 307 | <span> |
| 308 | <img width="3%" src="passed.png"/> |
| 309 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUploadArtifact">testUploadArtifact</a> <!-- method navigator-link --> |
| 310 | </span> |
| 311 | <br/> |
| 312 | <span> |
| 313 | <img width="3%" src="passed.png"/> |
| 314 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUploadArtifactCheckedOutOtherUser_negative">testUploadArtifactCheckedOutOtherUser_negative</a> <!-- method navigator-link --> |
| 315 | </span> |
| 316 | <br/> |
| 317 | <span> |
| 318 | <img width="3%" src="passed.png"/> |
| 319 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUploadArtifactInvalidActionInvId_negative">testUploadArtifactInvalidActionInvId_negative</a> <!-- method navigator-link --> |
| 320 | </span> |
| 321 | <br/> |
| 322 | <span> |
| 323 | <img width="3%" src="passed.png"/> |
| 324 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUploadArtifactSameName_negative">testUploadArtifactSameName_negative</a> <!-- method navigator-link --> |
| 325 | </span> |
| 326 | <br/> |
| 327 | <span> |
| 328 | <img width="3%" src="passed.png"/> |
| 329 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testUploadArtifactUnlockedAction_negative">testUploadArtifactUnlockedAction_negative</a> <!-- method navigator-link --> |
| 330 | </span> |
| 331 | <br/> |
| 332 | <span> |
| 333 | <img width="3%" src="passed.png"/> |
| 334 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testgetActionsByActionUUID">testgetActionsByActionUUID</a> <!-- method navigator-link --> |
| 335 | </span> |
| 336 | <br/> |
| 337 | <span> |
| 338 | <img width="3%" src="passed.png"/> |
| 339 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="testgetActionsByActionUUID_Negative">testgetActionsByActionUUID_Negative</a> <!-- method navigator-link --> |
| 340 | </span> |
| 341 | <br/> |
| 342 | <span> |
| 343 | <img width="3%" src="passed.png"/> |
| 344 | <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ActionTest" hash-for-method="updateTest">updateTest</a> <!-- method navigator-link --> |
| 345 | </span> |
| 346 | <br/> |
| 347 | </div> <!-- method-list-content passed suite-Default_suite --> |
| 348 | </li> |
| 349 | </ul> |
| 350 | </div> <!-- suite-section-content --> |
| 351 | </div> <!-- result-section --> |
| 352 | </div> <!-- navigator-suite-content --> |
| 353 | </div> <!-- rounded-window --> |
| 354 | </div> <!-- suite --> |
| 355 | </div> <!-- navigator-root --> |
| 356 | <div class="wrapper"> |
| 357 | <div class="main-panel-root"> |
| 358 | <div panel-name="suite-Default_suite" class="panel Default_suite"> |
| 359 | <div class="suite-Default_suite-class-passed"> |
| 360 | <div class="main-panel-header rounded-window-top"> |
| 361 | <img src="passed.png"/> |
| 362 | <span class="class-name">ActionTest</span> |
| 363 | </div> <!-- main-panel-header rounded-window-top --> |
| 364 | <div class="main-panel-content rounded-window-bottom"> |
| 365 | <div class="method"> |
| 366 | <div class="method-content"> |
| 367 | <a name="createTest"> |
| 368 | </a> <!-- createTest --> |
| 369 | <span class="method-name">createTest</span> |
| 370 | </div> <!-- method-content --> |
| 371 | </div> <!-- method --> |
| 372 | <div class="method"> |
| 373 | <div class="method-content"> |
| 374 | <a name="testCheckIn"> |
| 375 | </a> <!-- testCheckIn --> |
| 376 | <span class="method-name">testCheckIn</span> |
| 377 | </div> <!-- method-content --> |
| 378 | </div> <!-- method --> |
| 379 | <div class="method"> |
| 380 | <div class="method-content"> |
| 381 | <a name="testCheckInWithOtherUser"> |
| 382 | </a> <!-- testCheckInWithOtherUser --> |
| 383 | <span class="method-name">testCheckInWithOtherUser</span> |
| 384 | </div> <!-- method-content --> |
| 385 | </div> <!-- method --> |
| 386 | <div class="method"> |
| 387 | <div class="method-content"> |
| 388 | <a name="testCheckInWithoutCheckout"> |
| 389 | </a> <!-- testCheckInWithoutCheckout --> |
| 390 | <span class="method-name">testCheckInWithoutCheckout</span> |
| 391 | </div> <!-- method-content --> |
| 392 | </div> <!-- method --> |
| 393 | <div class="method"> |
| 394 | <div class="method-content"> |
| 395 | <a name="testCheckOut"> |
| 396 | </a> <!-- testCheckOut --> |
| 397 | <span class="method-name">testCheckOut</span> |
| 398 | </div> <!-- method-content --> |
| 399 | </div> <!-- method --> |
| 400 | <div class="method"> |
| 401 | <div class="method-content"> |
| 402 | <a name="testCheckOutOnCheckOut"> |
| 403 | </a> <!-- testCheckOutOnCheckOut --> |
| 404 | <span class="method-name">testCheckOutOnCheckOut</span> |
| 405 | </div> <!-- method-content --> |
| 406 | </div> <!-- method --> |
| 407 | <div class="method"> |
| 408 | <div class="method-content"> |
| 409 | <a name="testCheckOutOnCheckOutWithOtherUser"> |
| 410 | </a> <!-- testCheckOutOnCheckOutWithOtherUser --> |
| 411 | <span class="method-name">testCheckOutOnCheckOutWithOtherUser</span> |
| 412 | </div> <!-- method-content --> |
| 413 | </div> <!-- method --> |
| 414 | <div class="method"> |
| 415 | <div class="method-content"> |
| 416 | <a name="testCreateWithExistingActionName_negative"> |
| 417 | </a> <!-- testCreateWithExistingActionName_negative --> |
| 418 | <span class="method-name">testCreateWithExistingActionName_negative</span> |
| 419 | </div> <!-- method-content --> |
| 420 | </div> <!-- method --> |
| 421 | <div class="method"> |
| 422 | <div class="method-content"> |
| 423 | <a name="testDeleteArtifact"> |
| 424 | </a> <!-- testDeleteArtifact --> |
| 425 | <span class="method-name">testDeleteArtifact</span> |
| 426 | </div> <!-- method-content --> |
| 427 | </div> <!-- method --> |
| 428 | <div class="method"> |
| 429 | <div class="method-content"> |
| 430 | <a name="testDeleteArtifactInvalidActInvId"> |
| 431 | </a> <!-- testDeleteArtifactInvalidActInvId --> |
| 432 | <span class="method-name">testDeleteArtifactInvalidActInvId</span> |
| 433 | </div> <!-- method-content --> |
| 434 | </div> <!-- method --> |
| 435 | <div class="method"> |
| 436 | <div class="method-content"> |
| 437 | <a name="testDeleteArtifactInvalidArtifactUUID"> |
| 438 | </a> <!-- testDeleteArtifactInvalidArtifactUUID --> |
| 439 | <span class="method-name">testDeleteArtifactInvalidArtifactUUID</span> |
| 440 | </div> <!-- method-content --> |
| 441 | </div> <!-- method --> |
| 442 | <div class="method"> |
| 443 | <div class="method-content"> |
| 444 | <a name="testDeleteArtifactLockedByOtherUser"> |
| 445 | </a> <!-- testDeleteArtifactLockedByOtherUser --> |
| 446 | <span class="method-name">testDeleteArtifactLockedByOtherUser</span> |
| 447 | </div> <!-- method-content --> |
| 448 | </div> <!-- method --> |
| 449 | <div class="method"> |
| 450 | <div class="method-content"> |
| 451 | <a name="testDeleteArtifactOnUnlockedAction"> |
| 452 | </a> <!-- testDeleteArtifactOnUnlockedAction --> |
| 453 | <span class="method-name">testDeleteArtifactOnUnlockedAction</span> |
| 454 | </div> <!-- method-content --> |
| 455 | </div> <!-- method --> |
| 456 | <div class="method"> |
| 457 | <div class="method-content"> |
| 458 | <a name="testDeleteReadOnlyArtifact"> |
| 459 | </a> <!-- testDeleteReadOnlyArtifact --> |
| 460 | <span class="method-name">testDeleteReadOnlyArtifact</span> |
| 461 | </div> <!-- method-content --> |
| 462 | </div> <!-- method --> |
| 463 | <div class="method"> |
| 464 | <div class="method-content"> |
| 465 | <a name="testDownloadArtifact"> |
| 466 | </a> <!-- testDownloadArtifact --> |
| 467 | <span class="method-name">testDownloadArtifact</span> |
| 468 | </div> <!-- method-content --> |
| 469 | </div> <!-- method --> |
| 470 | <div class="method"> |
| 471 | <div class="method-content"> |
| 472 | <a name="testDownloadArtifactNegativeInvalidAction"> |
| 473 | </a> <!-- testDownloadArtifactNegativeInvalidAction --> |
| 474 | <span class="method-name">testDownloadArtifactNegativeInvalidAction</span> |
| 475 | </div> <!-- method-content --> |
| 476 | </div> <!-- method --> |
| 477 | <div class="method"> |
| 478 | <div class="method-content"> |
| 479 | <a name="testDownloadArtifactNegativeInvalidArtifact"> |
| 480 | </a> <!-- testDownloadArtifactNegativeInvalidArtifact --> |
| 481 | <span class="method-name">testDownloadArtifactNegativeInvalidArtifact</span> |
| 482 | </div> <!-- method-content --> |
| 483 | </div> <!-- method --> |
| 484 | <div class="method"> |
| 485 | <div class="method-content"> |
| 486 | <a name="testGetAllActions"> |
| 487 | </a> <!-- testGetAllActions --> |
| 488 | <span class="method-name">testGetAllActions</span> |
| 489 | </div> <!-- method-content --> |
| 490 | </div> <!-- method --> |
| 491 | <div class="method"> |
| 492 | <div class="method-content"> |
| 493 | <a name="testGetByCategory"> |
| 494 | </a> <!-- testGetByCategory --> |
| 495 | <span class="method-name">testGetByCategory</span> |
| 496 | </div> <!-- method-content --> |
| 497 | </div> <!-- method --> |
| 498 | <div class="method"> |
| 499 | <div class="method-content"> |
| 500 | <a name="testGetByIgnoreCaseName"> |
| 501 | </a> <!-- testGetByIgnoreCaseName --> |
| 502 | <span class="method-name">testGetByIgnoreCaseName</span> |
| 503 | </div> <!-- method-content --> |
| 504 | </div> <!-- method --> |
| 505 | <div class="method"> |
| 506 | <div class="method-content"> |
| 507 | <a name="testGetByInvIdManyVersionWithFirstSubmit"> |
| 508 | </a> <!-- testGetByInvIdManyVersionWithFirstSubmit --> |
| 509 | <span class="method-name">testGetByInvIdManyVersionWithFirstSubmit</span> |
| 510 | </div> <!-- method-content --> |
| 511 | </div> <!-- method --> |
| 512 | <div class="method"> |
| 513 | <div class="method-content"> |
| 514 | <a name="testGetByInvIdManyVersionWithMultSubmit"> |
| 515 | </a> <!-- testGetByInvIdManyVersionWithMultSubmit --> |
| 516 | <span class="method-name">testGetByInvIdManyVersionWithMultSubmit</span> |
| 517 | </div> <!-- method-content --> |
| 518 | </div> <!-- method --> |
| 519 | <div class="method"> |
| 520 | <div class="method-content"> |
| 521 | <a name="testGetByInvIdManyVersionWithoutSubmit"> |
| 522 | </a> <!-- testGetByInvIdManyVersionWithoutSubmit --> |
| 523 | <span class="method-name">testGetByInvIdManyVersionWithoutSubmit</span> |
| 524 | </div> <!-- method-content --> |
| 525 | </div> <!-- method --> |
| 526 | <div class="method"> |
| 527 | <div class="method-content"> |
| 528 | <a name="testGetByInvIdOnCreate"> |
| 529 | </a> <!-- testGetByInvIdOnCreate --> |
| 530 | <span class="method-name">testGetByInvIdOnCreate</span> |
| 531 | </div> <!-- method-content --> |
| 532 | </div> <!-- method --> |
| 533 | <div class="method"> |
| 534 | <div class="method-content"> |
| 535 | <a name="testGetByInvIdOnName"> |
| 536 | </a> <!-- testGetByInvIdOnName --> |
| 537 | <span class="method-name">testGetByInvIdOnName</span> |
| 538 | </div> <!-- method-content --> |
| 539 | </div> <!-- method --> |
| 540 | <div class="method"> |
| 541 | <div class="method-content"> |
| 542 | <a name="testGetBySupportedComponent"> |
| 543 | </a> <!-- testGetBySupportedComponent --> |
| 544 | <span class="method-name">testGetBySupportedComponent</span> |
| 545 | </div> <!-- method-content --> |
| 546 | </div> <!-- method --> |
| 547 | <div class="method"> |
| 548 | <div class="method-content"> |
| 549 | <a name="testGetBySupportedModel"> |
| 550 | </a> <!-- testGetBySupportedModel --> |
| 551 | <span class="method-name">testGetBySupportedModel</span> |
| 552 | </div> <!-- method-content --> |
| 553 | </div> <!-- method --> |
| 554 | <div class="method"> |
| 555 | <div class="method-content"> |
| 556 | <a name="testGetByVendor"> |
| 557 | </a> <!-- testGetByVendor --> |
| 558 | <span class="method-name">testGetByVendor</span> |
| 559 | </div> <!-- method-content --> |
| 560 | </div> <!-- method --> |
| 561 | <div class="method"> |
| 562 | <div class="method-content"> |
| 563 | <a name="testGetECOMPComponents"> |
| 564 | </a> <!-- testGetECOMPComponents --> |
| 565 | <span class="method-name">testGetECOMPComponents</span> |
| 566 | </div> <!-- method-content --> |
| 567 | </div> <!-- method --> |
| 568 | <div class="method"> |
| 569 | <div class="method-content"> |
| 570 | <a name="testSubmit"> |
| 571 | </a> <!-- testSubmit --> |
| 572 | <span class="method-name">testSubmit</span> |
| 573 | </div> <!-- method-content --> |
| 574 | </div> <!-- method --> |
| 575 | <div class="method"> |
| 576 | <div class="method-content"> |
| 577 | <a name="testSubmitOnCheckout"> |
| 578 | </a> <!-- testSubmitOnCheckout --> |
| 579 | <span class="method-name">testSubmitOnCheckout</span> |
| 580 | </div> <!-- method-content --> |
| 581 | </div> <!-- method --> |
| 582 | <div class="method"> |
| 583 | <div class="method-content"> |
| 584 | <a name="testUndoCheckout"> |
| 585 | </a> <!-- testUndoCheckout --> |
| 586 | <span class="method-name">testUndoCheckout</span> |
| 587 | </div> <!-- method-content --> |
| 588 | </div> <!-- method --> |
| 589 | <div class="method"> |
| 590 | <div class="method-content"> |
| 591 | <a name="testUpdateArtifact"> |
| 592 | </a> <!-- testUpdateArtifact --> |
| 593 | <span class="method-name">testUpdateArtifact</span> |
| 594 | </div> <!-- method-content --> |
| 595 | </div> <!-- method --> |
| 596 | <div class="method"> |
| 597 | <div class="method-content"> |
| 598 | <a name="testUpdateInvalidVersion_negative"> |
| 599 | </a> <!-- testUpdateInvalidVersion_negative --> |
| 600 | <span class="method-name">testUpdateInvalidVersion_negative</span> |
| 601 | </div> <!-- method-content --> |
| 602 | </div> <!-- method --> |
| 603 | <div class="method"> |
| 604 | <div class="method-content"> |
| 605 | <a name="testUpdateInvariantId_negative"> |
| 606 | </a> <!-- testUpdateInvariantId_negative --> |
| 607 | <span class="method-name">testUpdateInvariantId_negative</span> |
| 608 | </div> <!-- method-content --> |
| 609 | </div> <!-- method --> |
| 610 | <div class="method"> |
| 611 | <div class="method-content"> |
| 612 | <a name="testUpdateName_negative"> |
| 613 | </a> <!-- testUpdateName_negative --> |
| 614 | <span class="method-name">testUpdateName_negative</span> |
| 615 | </div> <!-- method-content --> |
| 616 | </div> <!-- method --> |
| 617 | <div class="method"> |
| 618 | <div class="method-content"> |
| 619 | <a name="testUpdateOnCheckedInAction_negative"> |
| 620 | </a> <!-- testUpdateOnCheckedInAction_negative --> |
| 621 | <span class="method-name">testUpdateOnCheckedInAction_negative</span> |
| 622 | </div> <!-- method-content --> |
| 623 | </div> <!-- method --> |
| 624 | <div class="method"> |
| 625 | <div class="method-content"> |
| 626 | <a name="testUpdateOtherUser_negative"> |
| 627 | </a> <!-- testUpdateOtherUser_negative --> |
| 628 | <span class="method-name">testUpdateOtherUser_negative</span> |
| 629 | </div> <!-- method-content --> |
| 630 | </div> <!-- method --> |
| 631 | <div class="method"> |
| 632 | <div class="method-content"> |
| 633 | <a name="testUpdateStatus_negative"> |
| 634 | </a> <!-- testUpdateStatus_negative --> |
| 635 | <span class="method-name">testUpdateStatus_negative</span> |
| 636 | </div> <!-- method-content --> |
| 637 | </div> <!-- method --> |
| 638 | <div class="method"> |
| 639 | <div class="method-content"> |
| 640 | <a name="testUpdateUniqueId_negative"> |
| 641 | </a> <!-- testUpdateUniqueId_negative --> |
| 642 | <span class="method-name">testUpdateUniqueId_negative</span> |
| 643 | </div> <!-- method-content --> |
| 644 | </div> <!-- method --> |
| 645 | <div class="method"> |
| 646 | <div class="method-content"> |
| 647 | <a name="testUpdateVersion_negative"> |
| 648 | </a> <!-- testUpdateVersion_negative --> |
| 649 | <span class="method-name">testUpdateVersion_negative</span> |
| 650 | </div> <!-- method-content --> |
| 651 | </div> <!-- method --> |
| 652 | <div class="method"> |
| 653 | <div class="method-content"> |
| 654 | <a name="testUploadArtifact"> |
| 655 | </a> <!-- testUploadArtifact --> |
| 656 | <span class="method-name">testUploadArtifact</span> |
| 657 | </div> <!-- method-content --> |
| 658 | </div> <!-- method --> |
| 659 | <div class="method"> |
| 660 | <div class="method-content"> |
| 661 | <a name="testUploadArtifactCheckedOutOtherUser_negative"> |
| 662 | </a> <!-- testUploadArtifactCheckedOutOtherUser_negative --> |
| 663 | <span class="method-name">testUploadArtifactCheckedOutOtherUser_negative</span> |
| 664 | </div> <!-- method-content --> |
| 665 | </div> <!-- method --> |
| 666 | <div class="method"> |
| 667 | <div class="method-content"> |
| 668 | <a name="testUploadArtifactInvalidActionInvId_negative"> |
| 669 | </a> <!-- testUploadArtifactInvalidActionInvId_negative --> |
| 670 | <span class="method-name">testUploadArtifactInvalidActionInvId_negative</span> |
| 671 | </div> <!-- method-content --> |
| 672 | </div> <!-- method --> |
| 673 | <div class="method"> |
| 674 | <div class="method-content"> |
| 675 | <a name="testUploadArtifactSameName_negative"> |
| 676 | </a> <!-- testUploadArtifactSameName_negative --> |
| 677 | <span class="method-name">testUploadArtifactSameName_negative</span> |
| 678 | </div> <!-- method-content --> |
| 679 | </div> <!-- method --> |
| 680 | <div class="method"> |
| 681 | <div class="method-content"> |
| 682 | <a name="testUploadArtifactUnlockedAction_negative"> |
| 683 | </a> <!-- testUploadArtifactUnlockedAction_negative --> |
| 684 | <span class="method-name">testUploadArtifactUnlockedAction_negative</span> |
| 685 | </div> <!-- method-content --> |
| 686 | </div> <!-- method --> |
| 687 | <div class="method"> |
| 688 | <div class="method-content"> |
| 689 | <a name="testgetActionsByActionUUID"> |
| 690 | </a> <!-- testgetActionsByActionUUID --> |
| 691 | <span class="method-name">testgetActionsByActionUUID</span> |
| 692 | </div> <!-- method-content --> |
| 693 | </div> <!-- method --> |
| 694 | <div class="method"> |
| 695 | <div class="method-content"> |
| 696 | <a name="testgetActionsByActionUUID_Negative"> |
| 697 | </a> <!-- testgetActionsByActionUUID_Negative --> |
| 698 | <span class="method-name">testgetActionsByActionUUID_Negative</span> |
| 699 | </div> <!-- method-content --> |
| 700 | </div> <!-- method --> |
| 701 | <div class="method"> |
| 702 | <div class="method-content"> |
| 703 | <a name="updateTest"> |
| 704 | </a> <!-- updateTest --> |
| 705 | <span class="method-name">updateTest</span> |
| 706 | </div> <!-- method-content --> |
| 707 | </div> <!-- method --> |
| 708 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 709 | </div> <!-- suite-Default_suite-class-passed --> |
| 710 | </div> <!-- panel Default_suite --> |
| 711 | <div panel-name="test-xml-Default_suite" class="panel"> |
| 712 | <div class="main-panel-header rounded-window-top"> |
| 713 | <span class="header-content">C:\Users\sheetalm\AppData\Local\Temp\testng-eclipse--1963739526\testng-customsuite.xml</span> |
| 714 | </div> <!-- main-panel-header rounded-window-top --> |
| 715 | <div class="main-panel-content rounded-window-bottom"> |
| 716 | <pre> |
| 717 | <?xml version="1.0" encoding="UTF-8"?> |
| 718 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
| 719 | <suite name="Default suite"> |
| 720 | <test verbose="2" name="Default test"> |
| 721 | <classes> |
| 722 | <class name="ActionTest"/> |
| 723 | </classes> |
| 724 | </test> <!-- Default test --> |
| 725 | </suite> <!-- Default suite --> |
| 726 | </pre> |
| 727 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 728 | </div> <!-- panel --> |
| 729 | <div panel-name="testlist-Default_suite" class="panel"> |
| 730 | <div class="main-panel-header rounded-window-top"> |
| 731 | <span class="header-content">Tests for Default suite</span> |
| 732 | </div> <!-- main-panel-header rounded-window-top --> |
| 733 | <div class="main-panel-content rounded-window-bottom"> |
| 734 | <ul> |
| 735 | <li> |
| 736 | <span class="test-name">Default test (1 class)</span> |
| 737 | </li> |
| 738 | </ul> |
| 739 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 740 | </div> <!-- panel --> |
| 741 | <div panel-name="group-Default_suite" class="panel"> |
| 742 | <div class="main-panel-header rounded-window-top"> |
| 743 | <span class="header-content">Groups for Default suite</span> |
| 744 | </div> <!-- main-panel-header rounded-window-top --> |
| 745 | <div class="main-panel-content rounded-window-bottom"> |
| 746 | <div class="test-group"> |
| 747 | <span class="test-group-name">updateTestGroup</span> |
| 748 | <br/> |
| 749 | <div class="method-in-group"> |
| 750 | <span class="method-in-group-name">testUpdateInvalidVersion_negative</span> |
| 751 | <br/> |
| 752 | </div> <!-- method-in-group --> |
| 753 | <div class="method-in-group"> |
| 754 | <span class="method-in-group-name">testUpdateInvariantId_negative</span> |
| 755 | <br/> |
| 756 | </div> <!-- method-in-group --> |
| 757 | <div class="method-in-group"> |
| 758 | <span class="method-in-group-name">testUpdateName_negative</span> |
| 759 | <br/> |
| 760 | </div> <!-- method-in-group --> |
| 761 | <div class="method-in-group"> |
| 762 | <span class="method-in-group-name">testUpdateOtherUser_negative</span> |
| 763 | <br/> |
| 764 | </div> <!-- method-in-group --> |
| 765 | <div class="method-in-group"> |
| 766 | <span class="method-in-group-name">testUpdateStatus_negative</span> |
| 767 | <br/> |
| 768 | </div> <!-- method-in-group --> |
| 769 | <div class="method-in-group"> |
| 770 | <span class="method-in-group-name">testUpdateUniqueId_negative</span> |
| 771 | <br/> |
| 772 | </div> <!-- method-in-group --> |
| 773 | <div class="method-in-group"> |
| 774 | <span class="method-in-group-name">testUpdateVersion_negative</span> |
| 775 | <br/> |
| 776 | </div> <!-- method-in-group --> |
| 777 | <div class="method-in-group"> |
| 778 | <span class="method-in-group-name">updateTest</span> |
| 779 | <br/> |
| 780 | </div> <!-- method-in-group --> |
| 781 | </div> <!-- test-group --> |
| 782 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 783 | </div> <!-- panel --> |
| 784 | <div panel-name="times-Default_suite" class="panel"> |
| 785 | <div class="main-panel-header rounded-window-top"> |
| 786 | <span class="header-content">Times for Default suite</span> |
| 787 | </div> <!-- main-panel-header rounded-window-top --> |
| 788 | <div class="main-panel-content rounded-window-bottom"> |
| 789 | <div class="times-div"> |
| 790 | <script type="text/javascript"> |
| 791 | suiteTableInitFunctions.push('tableData_Default_suite'); |
| 792 | function tableData_Default_suite() { |
| 793 | var data = new google.visualization.DataTable(); |
| 794 | data.addColumn('number', 'Number'); |
| 795 | data.addColumn('string', 'Method'); |
| 796 | data.addColumn('string', 'Class'); |
| 797 | data.addColumn('number', 'Time (ms)'); |
| 798 | data.addRows(49); |
| 799 | data.setCell(0, 0, 0) |
| 800 | data.setCell(0, 1, 'testGetByCategory') |
| 801 | data.setCell(0, 2, 'ActionTest') |
| 802 | data.setCell(0, 3, 961); |
| 803 | data.setCell(1, 0, 1) |
| 804 | data.setCell(1, 1, 'testGetByInvIdManyVersionWithFirstSubmit') |
| 805 | data.setCell(1, 2, 'ActionTest') |
| 806 | data.setCell(1, 3, 515); |
| 807 | data.setCell(2, 0, 2) |
| 808 | data.setCell(2, 1, 'testGetByInvIdManyVersionWithoutSubmit') |
| 809 | data.setCell(2, 2, 'ActionTest') |
| 810 | data.setCell(2, 3, 451); |
| 811 | data.setCell(3, 0, 3) |
| 812 | data.setCell(3, 1, 'testGetByInvIdManyVersionWithMultSubmit') |
| 813 | data.setCell(3, 2, 'ActionTest') |
| 814 | data.setCell(3, 3, 366); |
| 815 | data.setCell(4, 0, 4) |
| 816 | data.setCell(4, 1, 'testGetByInvIdOnName') |
| 817 | data.setCell(4, 2, 'ActionTest') |
| 818 | data.setCell(4, 3, 271); |
| 819 | data.setCell(5, 0, 5) |
| 820 | data.setCell(5, 1, 'createTest') |
| 821 | data.setCell(5, 2, 'ActionTest') |
| 822 | data.setCell(5, 3, 79); |
| 823 | data.setCell(6, 0, 6) |
| 824 | data.setCell(6, 1, 'testUploadArtifact') |
| 825 | data.setCell(6, 2, 'ActionTest') |
| 826 | data.setCell(6, 3, 78); |
| 827 | data.setCell(7, 0, 7) |
| 828 | data.setCell(7, 1, 'testDeleteReadOnlyArtifact') |
| 829 | data.setCell(7, 2, 'ActionTest') |
| 830 | data.setCell(7, 3, 59); |
| 831 | data.setCell(8, 0, 8) |
| 832 | data.setCell(8, 1, 'testGetAllActions') |
| 833 | data.setCell(8, 2, 'ActionTest') |
| 834 | data.setCell(8, 3, 56); |
| 835 | data.setCell(9, 0, 9) |
| 836 | data.setCell(9, 1, 'testGetBySupportedModel') |
| 837 | data.setCell(9, 2, 'ActionTest') |
| 838 | data.setCell(9, 3, 44); |
| 839 | data.setCell(10, 0, 10) |
| 840 | data.setCell(10, 1, 'testGetBySupportedComponent') |
| 841 | data.setCell(10, 2, 'ActionTest') |
| 842 | data.setCell(10, 3, 44); |
| 843 | data.setCell(11, 0, 11) |
| 844 | data.setCell(11, 1, 'testGetByVendor') |
| 845 | data.setCell(11, 2, 'ActionTest') |
| 846 | data.setCell(11, 3, 41); |
| 847 | data.setCell(12, 0, 12) |
| 848 | data.setCell(12, 1, 'testDeleteArtifact') |
| 849 | data.setCell(12, 2, 'ActionTest') |
| 850 | data.setCell(12, 3, 39); |
| 851 | data.setCell(13, 0, 13) |
| 852 | data.setCell(13, 1, 'testGetByInvIdOnCreate') |
| 853 | data.setCell(13, 2, 'ActionTest') |
| 854 | data.setCell(13, 3, 30); |
| 855 | data.setCell(14, 0, 14) |
| 856 | data.setCell(14, 1, 'testUpdateArtifact') |
| 857 | data.setCell(14, 2, 'ActionTest') |
| 858 | data.setCell(14, 3, 22); |
| 859 | data.setCell(15, 0, 15) |
| 860 | data.setCell(15, 1, 'testCheckOut') |
| 861 | data.setCell(15, 2, 'ActionTest') |
| 862 | data.setCell(15, 3, 21); |
| 863 | data.setCell(16, 0, 16) |
| 864 | data.setCell(16, 1, 'testUploadArtifactUnlockedAction_negative') |
| 865 | data.setCell(16, 2, 'ActionTest') |
| 866 | data.setCell(16, 3, 21); |
| 867 | data.setCell(17, 0, 17) |
| 868 | data.setCell(17, 1, 'testSubmit') |
| 869 | data.setCell(17, 2, 'ActionTest') |
| 870 | data.setCell(17, 3, 20); |
| 871 | data.setCell(18, 0, 18) |
| 872 | data.setCell(18, 1, 'testUndoCheckout') |
| 873 | data.setCell(18, 2, 'ActionTest') |
| 874 | data.setCell(18, 3, 18); |
| 875 | data.setCell(19, 0, 19) |
| 876 | data.setCell(19, 1, 'updateTest') |
| 877 | data.setCell(19, 2, 'ActionTest') |
| 878 | data.setCell(19, 3, 17); |
| 879 | data.setCell(20, 0, 20) |
| 880 | data.setCell(20, 1, 'testCheckOutOnCheckOut') |
| 881 | data.setCell(20, 2, 'ActionTest') |
| 882 | data.setCell(20, 3, 13); |
| 883 | data.setCell(21, 0, 21) |
| 884 | data.setCell(21, 1, 'testGetByIgnoreCaseName') |
| 885 | data.setCell(21, 2, 'ActionTest') |
| 886 | data.setCell(21, 3, 11); |
| 887 | data.setCell(22, 0, 22) |
| 888 | data.setCell(22, 1, 'testUpdateStatus_negative') |
| 889 | data.setCell(22, 2, 'ActionTest') |
| 890 | data.setCell(22, 3, 10); |
| 891 | data.setCell(23, 0, 23) |
| 892 | data.setCell(23, 1, 'testCheckIn') |
| 893 | data.setCell(23, 2, 'ActionTest') |
| 894 | data.setCell(23, 3, 10); |
| 895 | data.setCell(24, 0, 24) |
| 896 | data.setCell(24, 1, 'testDeleteArtifactInvalidArtifactUUID') |
| 897 | data.setCell(24, 2, 'ActionTest') |
| 898 | data.setCell(24, 3, 9); |
| 899 | data.setCell(25, 0, 25) |
| 900 | data.setCell(25, 1, 'testCheckOutOnCheckOutWithOtherUser') |
| 901 | data.setCell(25, 2, 'ActionTest') |
| 902 | data.setCell(25, 3, 9); |
| 903 | data.setCell(26, 0, 26) |
| 904 | data.setCell(26, 1, 'testUploadArtifactSameName_negative') |
| 905 | data.setCell(26, 2, 'ActionTest') |
| 906 | data.setCell(26, 3, 9); |
| 907 | data.setCell(27, 0, 27) |
| 908 | data.setCell(27, 1, 'testUpdateUniqueId_negative') |
| 909 | data.setCell(27, 2, 'ActionTest') |
| 910 | data.setCell(27, 3, 9); |
| 911 | data.setCell(28, 0, 28) |
| 912 | data.setCell(28, 1, 'testDownloadArtifact') |
| 913 | data.setCell(28, 2, 'ActionTest') |
| 914 | data.setCell(28, 3, 8); |
| 915 | data.setCell(29, 0, 29) |
| 916 | data.setCell(29, 1, 'testUpdateName_negative') |
| 917 | data.setCell(29, 2, 'ActionTest') |
| 918 | data.setCell(29, 3, 8); |
| 919 | data.setCell(30, 0, 30) |
| 920 | data.setCell(30, 1, 'testUpdateInvalidVersion_negative') |
| 921 | data.setCell(30, 2, 'ActionTest') |
| 922 | data.setCell(30, 3, 7); |
| 923 | data.setCell(31, 0, 31) |
| 924 | data.setCell(31, 1, 'testUpdateVersion_negative') |
| 925 | data.setCell(31, 2, 'ActionTest') |
| 926 | data.setCell(31, 3, 7); |
| 927 | data.setCell(32, 0, 32) |
| 928 | data.setCell(32, 1, 'testUpdateOnCheckedInAction_negative') |
| 929 | data.setCell(32, 2, 'ActionTest') |
| 930 | data.setCell(32, 3, 7); |
| 931 | data.setCell(33, 0, 33) |
| 932 | data.setCell(33, 1, 'testUpdateOtherUser_negative') |
| 933 | data.setCell(33, 2, 'ActionTest') |
| 934 | data.setCell(33, 3, 7); |
| 935 | data.setCell(34, 0, 34) |
| 936 | data.setCell(34, 1, 'testUpdateInvariantId_negative') |
| 937 | data.setCell(34, 2, 'ActionTest') |
| 938 | data.setCell(34, 3, 6); |
| 939 | data.setCell(35, 0, 35) |
| 940 | data.setCell(35, 1, 'testUploadArtifactInvalidActionInvId_negative') |
| 941 | data.setCell(35, 2, 'ActionTest') |
| 942 | data.setCell(35, 3, 6); |
| 943 | data.setCell(36, 0, 36) |
| 944 | data.setCell(36, 1, 'testUploadArtifactCheckedOutOtherUser_negative') |
| 945 | data.setCell(36, 2, 'ActionTest') |
| 946 | data.setCell(36, 3, 6); |
| 947 | data.setCell(37, 0, 37) |
| 948 | data.setCell(37, 1, 'testDeleteArtifactOnUnlockedAction') |
| 949 | data.setCell(37, 2, 'ActionTest') |
| 950 | data.setCell(37, 3, 5); |
| 951 | data.setCell(38, 0, 38) |
| 952 | data.setCell(38, 1, 'testCheckInWithOtherUser') |
| 953 | data.setCell(38, 2, 'ActionTest') |
| 954 | data.setCell(38, 3, 5); |
| 955 | data.setCell(39, 0, 39) |
| 956 | data.setCell(39, 1, 'testCreateWithExistingActionName_negative') |
| 957 | data.setCell(39, 2, 'ActionTest') |
| 958 | data.setCell(39, 3, 5); |
| 959 | data.setCell(40, 0, 40) |
| 960 | data.setCell(40, 1, 'testgetActionsByActionUUID') |
| 961 | data.setCell(40, 2, 'ActionTest') |
| 962 | data.setCell(40, 3, 5); |
| 963 | data.setCell(41, 0, 41) |
| 964 | data.setCell(41, 1, 'testDownloadArtifactNegativeInvalidArtifact') |
| 965 | data.setCell(41, 2, 'ActionTest') |
| 966 | data.setCell(41, 3, 5); |
| 967 | data.setCell(42, 0, 42) |
| 968 | data.setCell(42, 1, 'testDeleteArtifactLockedByOtherUser') |
| 969 | data.setCell(42, 2, 'ActionTest') |
| 970 | data.setCell(42, 3, 5); |
| 971 | data.setCell(43, 0, 43) |
| 972 | data.setCell(43, 1, 'testGetECOMPComponents') |
| 973 | data.setCell(43, 2, 'ActionTest') |
| 974 | data.setCell(43, 3, 5); |
| 975 | data.setCell(44, 0, 44) |
| 976 | data.setCell(44, 1, 'testSubmitOnCheckout') |
| 977 | data.setCell(44, 2, 'ActionTest') |
| 978 | data.setCell(44, 3, 4); |
| 979 | data.setCell(45, 0, 45) |
| 980 | data.setCell(45, 1, 'testCheckInWithoutCheckout') |
| 981 | data.setCell(45, 2, 'ActionTest') |
| 982 | data.setCell(45, 3, 4); |
| 983 | data.setCell(46, 0, 46) |
| 984 | data.setCell(46, 1, 'testDownloadArtifactNegativeInvalidAction') |
| 985 | data.setCell(46, 2, 'ActionTest') |
| 986 | data.setCell(46, 3, 4); |
| 987 | data.setCell(47, 0, 47) |
| 988 | data.setCell(47, 1, 'testgetActionsByActionUUID_Negative') |
| 989 | data.setCell(47, 2, 'ActionTest') |
| 990 | data.setCell(47, 3, 4); |
| 991 | data.setCell(48, 0, 48) |
| 992 | data.setCell(48, 1, 'testDeleteArtifactInvalidActInvId') |
| 993 | data.setCell(48, 2, 'ActionTest') |
| 994 | data.setCell(48, 3, 3); |
| 995 | window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'} |
| 996 | return data; |
| 997 | } |
| 998 | </script> |
| 999 | <span class="suite-total-time">Total running time: 3 seconds</span> |
| 1000 | <div id="times-div-Default_suite"> |
| 1001 | </div> <!-- times-div-Default_suite --> |
| 1002 | </div> <!-- times-div --> |
| 1003 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 1004 | </div> <!-- panel --> |
| 1005 | <div panel-name="reporter-Default_suite" class="panel"> |
| 1006 | <div class="main-panel-header rounded-window-top"> |
| 1007 | <span class="header-content">Reporter output for Default suite</span> |
| 1008 | </div> <!-- main-panel-header rounded-window-top --> |
| 1009 | <div class="main-panel-content rounded-window-bottom"> |
| 1010 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 1011 | </div> <!-- panel --> |
| 1012 | <div panel-name="ignored-methods-Default_suite" class="panel"> |
| 1013 | <div class="main-panel-header rounded-window-top"> |
| 1014 | <span class="header-content">0 ignored methods</span> |
| 1015 | </div> <!-- main-panel-header rounded-window-top --> |
| 1016 | <div class="main-panel-content rounded-window-bottom"> |
| 1017 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 1018 | </div> <!-- panel --> |
| 1019 | <div panel-name="chronological-Default_suite" class="panel"> |
| 1020 | <div class="main-panel-header rounded-window-top"> |
| 1021 | <span class="header-content">Methods in chronological order</span> |
| 1022 | </div> <!-- main-panel-header rounded-window-top --> |
| 1023 | <div class="main-panel-content rounded-window-bottom"> |
| 1024 | <div class="chronological-class"> |
| 1025 | <div class="chronological-class-name">ActionTest</div> <!-- chronological-class-name --> |
| 1026 | <div class="configuration-test before"> |
| 1027 | <span class="method-name">init</span> |
| 1028 | <span class="method-start">0 ms</span> |
| 1029 | </div> <!-- configuration-test before --> |
| 1030 | <div class="test-method"> |
| 1031 | <span class="method-name">createTest</span> |
| 1032 | <span class="method-start">2619 ms</span> |
| 1033 | </div> <!-- test-method --> |
| 1034 | <div class="test-method"> |
| 1035 | <span class="method-name">testDeleteArtifactInvalidActInvId</span> |
| 1036 | <span class="method-start">2699 ms</span> |
| 1037 | </div> <!-- test-method --> |
| 1038 | <div class="test-method"> |
| 1039 | <span class="method-name">testDownloadArtifactNegativeInvalidAction</span> |
| 1040 | <span class="method-start">2703 ms</span> |
| 1041 | </div> <!-- test-method --> |
| 1042 | <div class="test-method"> |
| 1043 | <span class="method-name">testGetByCategory</span> |
| 1044 | <span class="method-start">2708 ms</span> |
| 1045 | </div> <!-- test-method --> |
| 1046 | <div class="test-method"> |
| 1047 | <span class="method-name">testGetByInvIdOnCreate</span> |
| 1048 | <span class="method-start">3670 ms</span> |
| 1049 | </div> <!-- test-method --> |
| 1050 | <div class="test-method"> |
| 1051 | <span class="method-name">testGetECOMPComponents</span> |
| 1052 | <span class="method-start">3701 ms</span> |
| 1053 | </div> <!-- test-method --> |
| 1054 | <div class="test-method"> |
| 1055 | <span class="method-name">testUploadArtifact</span> |
| 1056 | <span class="method-start">3707 ms</span> |
| 1057 | </div> <!-- test-method --> |
| 1058 | <div class="test-method"> |
| 1059 | <span class="method-name">testgetActionsByActionUUID_Negative</span> |
| 1060 | <span class="method-start">3785 ms</span> |
| 1061 | </div> <!-- test-method --> |
| 1062 | <div class="test-method"> |
| 1063 | <span class="method-name">testCheckOutOnCheckOut</span> |
| 1064 | <span class="method-start">3791 ms</span> |
| 1065 | </div> <!-- test-method --> |
| 1066 | <div class="test-method"> |
| 1067 | <span class="method-name">testCheckOutOnCheckOutWithOtherUser</span> |
| 1068 | <span class="method-start">3805 ms</span> |
| 1069 | </div> <!-- test-method --> |
| 1070 | <div class="test-method"> |
| 1071 | <span class="method-name">testCreateWithExistingActionName_negative</span> |
| 1072 | <span class="method-start">3814 ms</span> |
| 1073 | </div> <!-- test-method --> |
| 1074 | <div class="test-method"> |
| 1075 | <span class="method-name">testGetAllActions</span> |
| 1076 | <span class="method-start">3820 ms</span> |
| 1077 | </div> <!-- test-method --> |
| 1078 | <div class="test-method"> |
| 1079 | <span class="method-name">testDeleteArtifactInvalidArtifactUUID</span> |
| 1080 | <span class="method-start">3877 ms</span> |
| 1081 | </div> <!-- test-method --> |
| 1082 | <div class="test-method"> |
| 1083 | <span class="method-name">testGetByIgnoreCaseName</span> |
| 1084 | <span class="method-start">3887 ms</span> |
| 1085 | </div> <!-- test-method --> |
| 1086 | <div class="test-method"> |
| 1087 | <span class="method-name">testGetByInvIdManyVersionWithoutSubmit</span> |
| 1088 | <span class="method-start">3899 ms</span> |
| 1089 | </div> <!-- test-method --> |
| 1090 | <div class="test-method"> |
| 1091 | <span class="method-name">testGetBySupportedComponent</span> |
| 1092 | <span class="method-start">4351 ms</span> |
| 1093 | </div> <!-- test-method --> |
| 1094 | <div class="test-method"> |
| 1095 | <span class="method-name">testGetBySupportedModel</span> |
| 1096 | <span class="method-start">4396 ms</span> |
| 1097 | </div> <!-- test-method --> |
| 1098 | <div class="test-method"> |
| 1099 | <span class="method-name">testGetByVendor</span> |
| 1100 | <span class="method-start">4441 ms</span> |
| 1101 | </div> <!-- test-method --> |
| 1102 | <div class="test-method"> |
| 1103 | <span class="method-name">testDeleteArtifact</span> |
| 1104 | <span class="method-start">4483 ms</span> |
| 1105 | </div> <!-- test-method --> |
| 1106 | <div class="test-method"> |
| 1107 | <span class="method-name">testDeleteArtifactLockedByOtherUser</span> |
| 1108 | <span class="method-start">4523 ms</span> |
| 1109 | </div> <!-- test-method --> |
| 1110 | <div class="test-method"> |
| 1111 | <span class="method-name">testDeleteReadOnlyArtifact</span> |
| 1112 | <span class="method-start">4528 ms</span> |
| 1113 | </div> <!-- test-method --> |
| 1114 | <div class="test-method"> |
| 1115 | <span class="method-name">testDownloadArtifact</span> |
| 1116 | <span class="method-start">4588 ms</span> |
| 1117 | </div> <!-- test-method --> |
| 1118 | <div class="test-method"> |
| 1119 | <span class="method-name">testDownloadArtifactNegativeInvalidArtifact</span> |
| 1120 | <span class="method-start">4597 ms</span> |
| 1121 | </div> <!-- test-method --> |
| 1122 | <div class="test-method"> |
| 1123 | <span class="method-name">testUpdateArtifact</span> |
| 1124 | <span class="method-start">4603 ms</span> |
| 1125 | </div> <!-- test-method --> |
| 1126 | <div class="test-method"> |
| 1127 | <span class="method-name">testUploadArtifactCheckedOutOtherUser_negative</span> |
| 1128 | <span class="method-start">4626 ms</span> |
| 1129 | </div> <!-- test-method --> |
| 1130 | <div class="test-method"> |
| 1131 | <span class="method-name">testUploadArtifactInvalidActionInvId_negative</span> |
| 1132 | <span class="method-start">4633 ms</span> |
| 1133 | </div> <!-- test-method --> |
| 1134 | <div class="test-method"> |
| 1135 | <span class="method-name">testUploadArtifactSameName_negative</span> |
| 1136 | <span class="method-start">4639 ms</span> |
| 1137 | </div> <!-- test-method --> |
| 1138 | <div class="test-method"> |
| 1139 | <span class="method-name">testUploadArtifactUnlockedAction_negative</span> |
| 1140 | <span class="method-start">4649 ms</span> |
| 1141 | </div> <!-- test-method --> |
| 1142 | <div class="test-method"> |
| 1143 | <span class="method-name">testgetActionsByActionUUID</span> |
| 1144 | <span class="method-start">4671 ms</span> |
| 1145 | </div> <!-- test-method --> |
| 1146 | <div class="test-method"> |
| 1147 | <span class="method-name">testGetByInvIdManyVersionWithFirstSubmit</span> |
| 1148 | <span class="method-start">4677 ms</span> |
| 1149 | </div> <!-- test-method --> |
| 1150 | <div class="test-method"> |
| 1151 | <span class="method-name">testDeleteArtifactOnUnlockedAction</span> |
| 1152 | <span class="method-start">5193 ms</span> |
| 1153 | </div> <!-- test-method --> |
| 1154 | <div class="test-method"> |
| 1155 | <span class="method-name">updateTest</span> |
| 1156 | <span class="method-start">5198 ms</span> |
| 1157 | </div> <!-- test-method --> |
| 1158 | <div class="test-method"> |
| 1159 | <span class="method-name">testGetByInvIdManyVersionWithMultSubmit</span> |
| 1160 | <span class="method-start">5216 ms</span> |
| 1161 | </div> <!-- test-method --> |
| 1162 | <div class="test-method"> |
| 1163 | <span class="method-name">testUpdateInvalidVersion_negative</span> |
| 1164 | <span class="method-start">5582 ms</span> |
| 1165 | </div> <!-- test-method --> |
| 1166 | <div class="test-method"> |
| 1167 | <span class="method-name">testUpdateInvariantId_negative</span> |
| 1168 | <span class="method-start">5589 ms</span> |
| 1169 | </div> <!-- test-method --> |
| 1170 | <div class="test-method"> |
| 1171 | <span class="method-name">testUpdateName_negative</span> |
| 1172 | <span class="method-start">5596 ms</span> |
| 1173 | </div> <!-- test-method --> |
| 1174 | <div class="test-method"> |
| 1175 | <span class="method-name">testUpdateOtherUser_negative</span> |
| 1176 | <span class="method-start">5605 ms</span> |
| 1177 | </div> <!-- test-method --> |
| 1178 | <div class="test-method"> |
| 1179 | <span class="method-name">testUpdateStatus_negative</span> |
| 1180 | <span class="method-start">5613 ms</span> |
| 1181 | </div> <!-- test-method --> |
| 1182 | <div class="test-method"> |
| 1183 | <span class="method-name">testUpdateUniqueId_negative</span> |
| 1184 | <span class="method-start">5624 ms</span> |
| 1185 | </div> <!-- test-method --> |
| 1186 | <div class="test-method"> |
| 1187 | <span class="method-name">testUpdateVersion_negative</span> |
| 1188 | <span class="method-start">5633 ms</span> |
| 1189 | </div> <!-- test-method --> |
| 1190 | <div class="test-method"> |
| 1191 | <span class="method-name">testGetByInvIdOnName</span> |
| 1192 | <span class="method-start">5641 ms</span> |
| 1193 | </div> <!-- test-method --> |
| 1194 | <div class="test-method"> |
| 1195 | <span class="method-name">testCheckIn</span> |
| 1196 | <span class="method-start">5912 ms</span> |
| 1197 | </div> <!-- test-method --> |
| 1198 | <div class="test-method"> |
| 1199 | <span class="method-name">testUpdateOnCheckedInAction_negative</span> |
| 1200 | <span class="method-start">5923 ms</span> |
| 1201 | </div> <!-- test-method --> |
| 1202 | <div class="test-method"> |
| 1203 | <span class="method-name">testSubmit</span> |
| 1204 | <span class="method-start">5930 ms</span> |
| 1205 | </div> <!-- test-method --> |
| 1206 | <div class="test-method"> |
| 1207 | <span class="method-name">testCheckInWithoutCheckout</span> |
| 1208 | <span class="method-start">5951 ms</span> |
| 1209 | </div> <!-- test-method --> |
| 1210 | <div class="test-method"> |
| 1211 | <span class="method-name">testCheckOut</span> |
| 1212 | <span class="method-start">5956 ms</span> |
| 1213 | </div> <!-- test-method --> |
| 1214 | <div class="test-method"> |
| 1215 | <span class="method-name">testCheckInWithOtherUser</span> |
| 1216 | <span class="method-start">5977 ms</span> |
| 1217 | </div> <!-- test-method --> |
| 1218 | <div class="test-method"> |
| 1219 | <span class="method-name">testSubmitOnCheckout</span> |
| 1220 | <span class="method-start">5983 ms</span> |
| 1221 | </div> <!-- test-method --> |
| 1222 | <div class="test-method"> |
| 1223 | <span class="method-name">testUndoCheckout</span> |
| 1224 | <span class="method-start">5988 ms</span> |
| 1225 | </div> <!-- test-method --> |
| 1226 | </div> <!-- main-panel-content rounded-window-bottom --> |
| 1227 | </div> <!-- panel --> |
| 1228 | </div> <!-- main-panel-root --> |
| 1229 | </div> <!-- wrapper --> |
| 1230 | </body> |
| 1231 | </html> |