public GivenALackOfCohesionOfMethodsRule() { _rule = new LackOfCohesionOfMethodsRule(); }
public void Setup() { _rule = new LackOfCohesionOfMethodsRule(); }