Tidying up test file
This commit is contained in:
parent
97ea151134
commit
2e9708c16d
@ -14,16 +14,8 @@ import com.google.refine.util.ParsingUtilities;
|
|||||||
|
|
||||||
public class MassOperationTests extends RefineTest {
|
public class MassOperationTests extends RefineTest {
|
||||||
|
|
||||||
List<Edit> editList;
|
private List<Edit> editList;
|
||||||
String editsString = null;
|
private String editsString = null;
|
||||||
|
|
||||||
@BeforeMethod
|
|
||||||
public void setUp() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@AfterMethod
|
|
||||||
public void tearDown() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testReconstructEditString() throws Exception {
|
public void testReconstructEditString() throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user