I did not see one in the standard library documentation. A Google search gives as the top hit "Rascal Unit travel pet sterilization and wellness clinic princing [sic] information."

有帮助吗?

解决方案

So, it turns out that tests are built into Rascal. Simply add the modifier "test" to a boolean function to make it a test. The command ":test" will run all the tests in scope. If the test takes parameters, Rascal will do some randomized testing for you.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top