Closed axic closed 5 years ago
Each test case should have:
The following methods must be tested:
I'd suggest to start with return and then the others can use it to return data thus reduce the complexity of checking the test's output.
return
This has been replaced by https://github.com/ewasm/tests
Each test case should have:
The following methods must be tested:
I'd suggest to start with
return
and then the others can use it to return data thus reduce the complexity of checking the test's output.