doc: fix method name
This commit is contained in:
committed by
Rossen Stoyanchev
parent
3c398593b5
commit
e48004f0bf
@@ -439,7 +439,7 @@ You can register an error filter at the builder level, to apply to all tests:
|
|||||||
----
|
----
|
||||||
|
|
||||||
If you want to verify that an error does exist, and in contrast to `filter`, throw an
|
If you want to verify that an error does exist, and in contrast to `filter`, throw an
|
||||||
assertion error if it doesn't, then use `exepect` instead:
|
assertion error if it doesn't, then use `expect` instead:
|
||||||
|
|
||||||
[source,java,indent=0,subs="verbatim,quotes"]
|
[source,java,indent=0,subs="verbatim,quotes"]
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user