You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the purpose of this issue to update the xUnit framework we're using? Or move to the inbuilt Matlab framework? For me, the ideal would be the latter, but is also obviously more work as it's a change in syntax for all tests.
Edit:
Updating the xUnit framework would give us XML reports which would be very useful for Improve test reporting in ANVIL Horace#527 and would (hopefully) allow us to keep our TestCaseWithSave extensions.
The Matlab built-in framework provides many more features: XML reports, mocking, coverage reports, parameterized tests, running tests in parallel, performance tests etc.
Herbert's copy of the test framework is currently well behind the new one which has some nice features we may want to use.
Updating the framework may be complicated by the inclusion of
skipTest
,TestCaseWithSave
,assert*WithSave
, etc.These are extensions to the standard xunit.
The text was updated successfully, but these errors were encountered: