List of questions
Related questions
Question 111 - Certified Platform Developer II discussion
A developer is writing unit tests for the following method:
Which assertion would be used in a negative test case?
A.
System.assertEquals(true, isFreezing(null))
B.
System.assertEquals (true, isFreezing('O')
C.
System.assertEquals(null, isFreezing('asdf))
D.
System.assertEquals(true, isFreezingClOO'))
Your answer:
0 comments
Sorted by
Leave a comment first