3 lines
71 B
Text
3 lines
71 B
Text
|
|
Integer i = 5;
|
||
|
|
System.assertEquals(6, i, 'Expected 6, received ' + i);
|