public void SetupGenericClassWithSTringGenericInstanceMethod() { aGenericClassWithStringField = new GenericClass <string>(); stringField = "foo"; }
public void SetupGenericClassGenericInstanceMethod() => aGenericClassWithIntField = new GenericClass <int>();