ert-face-for-test-result

ert-face-for-test-result is a compiled Lisp function in `ert.el'.

(ert-face-for-test-result EXPECTEDP)

Return a face that shows whether a test result was expected or unexpected.

If EXPECTEDP is nil, returns the face for unexpected results; if
non-nil, returns the face for expected results..