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

3 lines
92 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
String myStr = 'test;
System.assert(myStr == 'something else', 'Assertion Failed Message');