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.