Skip to content

Commit

Permalink
Fixes issue #40 and #42 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsharmaMW authored Feb 4, 2025
1 parent 1fb5bde commit dae7f0e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

methods (Access=protected)

function runTestClass(plugin, pluginData)
disp("##teamcity[blockOpened name ='" + pluginData.Name + "']");

% Invoke the super class method
[email protected](plugin, pluginData);

disp("##teamcity[blockClosed name ='" + pluginData.Name + "']");
end

function runTest(plugin, pluginData)
classAndTestName = strrep(pluginData.Name,"/",".");

Expand Down

0 comments on commit dae7f0e

Please sign in to comment.