상속: SemanticEvaluationBase
예제 #1
0
 public GivenALackOfCohesionOfMethodsRule()
 {
     _rule = new LackOfCohesionOfMethodsRule();
 }
			public void Setup()
			{
				_rule = new LackOfCohesionOfMethodsRule();
			}