Returns the singleton instance of this class. @return the singleton instance of this class.
()
| 39 | * @return the singleton instance of this class. |
| 40 | */ |
| 41 | public static Failures instance() { |
| 42 | return INSTANCE; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * flag indicating whether or not we remove elements related to AssertJ from assertion error stack trace. |
no outgoing calls