Continue reading »
I was explaining to Brad (a fellow JIRA dev) the other day about some code I had written to find functional tests that were missing from our Test Suite and therefore not running automatically.
"Basically it uses reflection to find all the concrete classes under the ztests package that implement TestCase," I told him.
"But that's impossible!" he replied.
As software developers, we are asked to do the impossible all the time. The standard response is to look down our nose at the unsuspecting sales-type.

