Avoid use of 'assert' in unit tests
A failing 'assert' aborts the execution of the test suite, instead of simply failing the erroneous test, and continuing with other tests. Change-Id: I3fdaf20a22ea343ac75be7883addbe6ba1e55da1
Showing
Please register or sign in to comment