public interface AssertionErrorFactory
AssertionError
s.Modifier and Type | Method and Description |
---|---|
java.lang.AssertionError |
newAssertionError(Description d)
Creates an
. |
java.lang.AssertionError newAssertionError(Description d)
AssertionError
.d
- the description of the failed assertion.AssertionError
.Copyright © 2007–2018. All rights reserved.