Skip to content

Commit

Permalink
Removed redundant constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-j-soares committed Apr 9, 2024
1 parent 9fec48b commit bb476a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/src/source/JUnitTestReporter.bs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
namespace rooibos
class JUnitTestReporter extends rooibos.BaseTestReporter

function new(testRunner as dynamic)
'bs:disable-next-line
super(testRunner)
end function

override function onEnd(allStats as dynamic)
root = createObject("roXMLElement")
root.SetName("testsuites")
Expand Down

0 comments on commit bb476a6

Please sign in to comment.