3 lines
92 B
Text
3 lines
92 B
Text
|
|
String myStr = 'test;
|
||
|
|
System.assert(myStr == 'something else', 'Assertion Failed Message');
|