public static void Scenario <T1, T2>(T1 w, T2 x, T1 y, T2 z) { "Given {0}, {1}, {2} and {3}" .Given(() => ArgumentLists.Push(new object[] { w, x, y, z })); }
public static void Scenario(int w, int x, int y, int z) { "Given {0}, {1}, {2} and {3}" .Given(() => ArgumentLists.Push(new object[] { w, x, y, z })); }