Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions TestCalculator_JUnitResult.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Testsuite: junit.TestCalculator
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec

Testcase: testDivideByZero took 0.008 sec
Testcase: testAdd took 0 sec
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its good

Testcase: testSubtract took 0.001 sec
Testcase: testDivide took 0 sec
Testcase: testMultiply took 0 sec