Ejemplo n.º 1
0
 public static void SetupDefault(Type type, string methodName, SetupProperties setupProperties, Action action) =>
 SetupMockHelper.SetupDefaultInternal(type, methodName, action, setupProperties);
Ejemplo n.º 2
0
 public static IVoidMockService SetupVoid(Type type, string methodName, SetupProperties setupProperties, Action action) =>
 SetupMockHelper.SetupVoidInternal(type, methodName, action, setupProperties);