+ 1
What's the purpose of Assertion please
Can someone please explain 'ASSERTION' to me please, I don't get it
2 odpowiedzi
+ 2
Assertion is used to prove that a program is right. Assertion gets an value you expect and the function to test with parameters. If they are equal the function is right, If they are not, you have to fix them.
0
hmm
thanks