Closed moajo closed 6 years ago
dynamic assertion that a plugin is registerd.
gr.assertPlugin("fundamental"); gr.assertPlugin("notfound"); // Error: required plugin 'notfound' is not registered. gr.assertPlugin("notfound", "You can change the error message"); // Error: You can change the error message
Commit: f9ae31043083789340fb36bebf20ac41585825d0
Compared with 56fd1ce905841b328703e9170feecec00a59cde1
This page or pull request reply was automatically generated.
Diff changed E2E result count : 17 / 17
dynamic assertion that a plugin is registerd.