Searched refs:ShadowAccountManagerForTests (Results 1 – 1 of 1) sorted by relevance
28 @SandboxConfig(shadows = {ShadowAccountManagerForTests.class})32 assertThat(ShadowAccountManagerForTests.wasCalled).isTrue(); in testStaticMethodsAreDelegated()33 assertThat(ShadowAccountManagerForTests.arg).isSameInstanceAs(arg); in testStaticMethodsAreDelegated()37 public static class ShadowAccountManagerForTests { class in ShadowingTest43 ShadowAccountManagerForTests.arg = arg; in get()