this.testsExecutionStopped=yo`<label class="text-warning h6" data-id="testTabTestsExecutionStopped">The test execution has been stopped</label>`
this.testsExecutionStopped=yo`<label class="text-warning h6" data-id="testTabTestsExecutionStopped">The test execution has been stopped</label>`
this.testsExecutionStoppedError=yo`<label class="text-danger h6" data-id="testTabTestsExecutionStoppedError">The test execution has been stopped because of error(s) in your test file</label>`
this.testsExecutionStoppedError=yo`<label class="text-danger h6" data-id="testTabTestsExecutionStoppedError">The test execution has been stopped because of error(s) in your test file</label>`
if(error)returnmodalDialogCustom.alert('Failed to create file. '+newFile+' '+error)
if(error)returnmodalDialogCustom.alert('Failed to create file. '+newFile+' '+error)
constsplittedFileName=fileName.split('/')
if(!fileProvider.set(newFile,this.generateTestContractSample(hasCurrent,fileNameToImport)))returnmodalDialogCustom.alert('Failed to create test file '+newFile)
// This is fine for now because test file is created on same path where file to be tested is.
// This should be updated to pass complete path, if test file comes from different directory/path