@@ -104,14 +104,12 @@ public void shouldCallTheExtraction()
104
104
* - When the return value is a reference - the return assignment is Set initially implement with return values returned as ByRef */
105
105
106
106
107
- [ TestClass ]
108
107
//[TestClass]
109
108
public class when_local_variable_is_only_used_before_the_selection : ExtractMethodModelTests
110
109
{
111
110
/* When a local variable/constant is only used before the selection,
112
111
* its declaration remains where it was */
113
- [ TestMethod ]
114
-
112
+ //[TestMethod]
115
113
public void should_leave_declaration_in_source_method ( )
116
114
{
117
115
}
@@ -121,7 +119,7 @@ public class when_local_variable_is_only_used_after_the_selection : ExtractMetho
121
119
{
122
120
/* When a local variable/constant is only used after the selection,
123
121
* its declaration remains where it was */
124
- [ TestMethod ]
122
+ // [TestMethod]
125
123
public void should_leave_declaration_in_source_method ( )
126
124
{
127
125
@@ -133,7 +131,7 @@ public class when_local_variable_is_used_before_and_within_the_selection : Extra
133
131
{
134
132
/* When a local variable is used before and within the selction,
135
133
* it's considered an input */
136
- [ TestMethod ]
134
+ // [TestMethod]
137
135
public void should_be_passed_as_a_byref_parameter ( )
138
136
{
139
137
}
@@ -143,7 +141,7 @@ public class when_local_variable_is_used_after_and_within_the_selection : Extrac
143
141
{
144
142
/* When a local variable is used after and within the selection,
145
143
* it's considered an output */
146
- [ TestMethod ]
144
+ // [TestMethod]
147
145
public void should_be_passed_as_a_byref_parameter ( )
148
146
{
149
147
}
@@ -154,6 +152,7 @@ public void should_be_passed_as_a_byref_parameter()
154
152
//[TestClass]
155
153
public class when_multiple_values_are_updated_within_selection : ExtractMethodModelTests
156
154
{
155
+
157
156
public void should_add_byref_param_for_each ( )
158
157
{
159
158
}
0 commit comments