Searched refs:ExampleClass (Results 1 – 4 of 4) sorted by relevance
222 ExampleClass e = ReflectionHelpers.callConstructor(ExampleClass.class); in callConstructorReflectively_callsPrivateConstructors()260 …ExampleClass ec = ReflectionHelpers.callConstructor(ExampleClass.class, ClassParameter.from(int.cl… in callConstructorReflectively_whenMultipleSignaturesExistForTheConstructor_callsConstructorWithCorrectSignature()363 private static class ExampleClass { class in ReflectionHelpersTest367 private ExampleClass() { in ExampleClass() method in ReflectionHelpersTest.ExampleClass370 private ExampleClass(String name) { in ExampleClass() method in ReflectionHelpersTest.ExampleClass374 private ExampleClass(int index) { in ExampleClass() method in ReflectionHelpersTest.ExampleClass
21 class ExampleClass { class27 function* evenNumbers(n: number, math: ExampleClass) {50 const d = dingus<ExampleClass>('math');
81 public static class ExampleClass { class in ProxyBuilderTest96 ExampleClass proxy = proxyFor(ExampleClass.class).build(); in testExampleOperation()
904 >>> class ExampleClass:910 >>> a_mock = AsyncMock(ExampleClass)915 >>> mock = Mock(ExampleClass)