RosettaCodeData/Task/Assertions/Apex/assertions-1.apex

3 lines
92 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
String myStr = 'test;
System.assert(myStr == 'something else', 'Assertion Failed Message');