You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following example, the unnecessaryStub() test method in NestedTests should succeed since it should inherit the Strictness.LENIENT configuration from its enclosing class; however, it currently fails with an UnnecessaryStubbingException because the default Strictness.STRICT_STUBS is used.
In the following example, the
unnecessaryStub()
test method inNestedTests
should succeed since it should inherit theStrictness.LENIENT
configuration from its enclosing class; however, it currently fails with anUnnecessaryStubbingException
because the defaultStrictness.STRICT_STUBS
is used.The text was updated successfully, but these errors were encountered: