Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

issue.exit

edsonmedina edited this page Dec 11, 2014 · 8 revisions

#Exit (or die)

##Why is this a testing issue?

Pretty self-explanatory. If a method calls exit() or die() the execution stops immediately and the test doesn't run.

##Solution

Don't do it.

Clone this wiki locally