rs


Description:

public void rs (bool test, string done = "done", string fail = "fail")

display a test result

Parameters:

test

the result of test

done

the done label to display if test succeed

done

the fail label to display if test fail