make MockClassifierData fail probabilistically
add kwargs to MockClassifierData (prob_BadSpan, prob_NoData) that are used to determine whether that object will raise an error when .triggers() is called. This should allow for greater incorporation of MockClassifierData within our unit tests.