Remove unused imports

This commit is contained in:
Tom Morris 2020-08-22 17:56:08 -04:00
parent a50669800f
commit b5aea3b780
156 changed files with 3 additions and 179 deletions

View File

@ -38,7 +38,6 @@ import javax.servlet.http.HttpServletRequest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.browsing.EngineConfig; import com.google.refine.browsing.EngineConfig;
import com.google.refine.commands.Command;
import com.google.refine.model.Project; import com.google.refine.model.Project;
/** /**

View File

@ -1,5 +1,5 @@
package com.google.refine.commands; package com.google.refine.commands;
import com.google.refine.commands.CommandTestBase;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;

View File

@ -1,6 +1,5 @@
package com.google.refine.commands; package com.google.refine.commands;
import com.google.refine.commands.CommandTestBase;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;

View File

@ -18,7 +18,6 @@ import com.fasterxml.jackson.core.JsonParseException;
import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.databind.JsonMappingException;
import com.google.refine.browsing.facets.ScatterplotFacet; import com.google.refine.browsing.facets.ScatterplotFacet;
import com.google.refine.commands.Command; import com.google.refine.commands.Command;
import com.google.refine.commands.browsing.GetScatterplotCommand;
import com.google.refine.util.ParsingUtilities; import com.google.refine.util.ParsingUtilities;
public class ScatterplotDrawCommandTests { public class ScatterplotDrawCommandTests {

View File

@ -8,7 +8,6 @@ import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.commands.CommandTestBase; import com.google.refine.commands.CommandTestBase;
import com.google.refine.commands.cell.JoinMultiValueCellsCommand;
public class JoinMultiValueCellsCommandTests extends CommandTestBase { public class JoinMultiValueCellsCommandTests extends CommandTestBase {

View File

@ -33,8 +33,6 @@ import javax.servlet.ServletException;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.commands.expr.GetExpressionHistoryCommand;
public class GetExpressionHistoryCommandTests extends ExpressionCommandTestBase { public class GetExpressionHistoryCommandTests extends ExpressionCommandTestBase {
@BeforeMethod @BeforeMethod

View File

@ -33,8 +33,6 @@ import javax.servlet.ServletException;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.commands.expr.GetStarredExpressionsCommand;
public class GetStarredExpressionsCommandTests extends ExpressionCommandTestBase { public class GetStarredExpressionsCommandTests extends ExpressionCommandTestBase {
@BeforeMethod @BeforeMethod

View File

@ -3,7 +3,6 @@ package com.google.refine.commands.expr;
import static org.mockito.Mockito.when; import static org.mockito.Mockito.when;
import static org.mockito.Mockito.mock; import static org.mockito.Mockito.mock;
import com.google.refine.ProjectManager; import com.google.refine.ProjectManager;
import com.google.refine.ProjectManagerStub;
import com.google.refine.commands.Command; import com.google.refine.commands.Command;
import com.google.refine.commands.CommandTestBase; import com.google.refine.commands.CommandTestBase;
import com.google.refine.preference.PreferenceStore; import com.google.refine.preference.PreferenceStore;

View File

@ -59,7 +59,6 @@ import com.google.refine.ProjectManager;
import com.google.refine.ProjectMetadata; import com.google.refine.ProjectMetadata;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.commands.Command; import com.google.refine.commands.Command;
import com.google.refine.commands.project.SetProjectMetadataCommand;
import com.google.refine.model.Project; import com.google.refine.model.Project;
import com.google.refine.util.ParsingUtilities; import com.google.refine.util.ParsingUtilities;

View File

@ -51,7 +51,6 @@ import org.testng.annotations.Test;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.CsvExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -54,8 +54,6 @@ import com.google.refine.ProjectManagerStub;
import com.google.refine.ProjectMetadata; import com.google.refine.ProjectMetadata;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.HtmlTableExporter;
import com.google.refine.exporters.WriterExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -52,8 +52,6 @@ import com.google.refine.ProjectManagerStub;
import com.google.refine.ProjectMetadata; import com.google.refine.ProjectMetadata;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.TemplatingExporter;
import com.google.refine.exporters.WriterExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -51,7 +51,6 @@ import org.testng.annotations.Test;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.CsvExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -58,8 +58,6 @@ import com.google.refine.ProjectManagerStub;
import com.google.refine.ProjectMetadata; import com.google.refine.ProjectMetadata;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.StreamExporter;
import com.google.refine.exporters.XlsExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -61,8 +61,6 @@ import com.google.refine.ProjectManagerStub;
import com.google.refine.ProjectMetadata; import com.google.refine.ProjectMetadata;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.browsing.Engine; import com.google.refine.browsing.Engine;
import com.google.refine.exporters.StreamExporter;
import com.google.refine.exporters.XlsExporter;
import com.google.refine.model.Cell; import com.google.refine.model.Cell;
import com.google.refine.model.Column; import com.google.refine.model.Column;
import com.google.refine.model.ModelException; import com.google.refine.model.ModelException;

View File

@ -28,7 +28,6 @@ package com.google.refine.expr;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.EvalError;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class EvalErrorTests { public class EvalErrorTests {

View File

@ -40,7 +40,6 @@ import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.RefineTest; import com.google.refine.RefineTest;
import com.google.refine.expr.ExpressionUtils;
public class ExpressionUtilsTests extends RefineTest { public class ExpressionUtilsTests extends RefineTest {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.FacetCount;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class FacetCountTests { public class FacetCountTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.Get;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class GetTests { public class GetTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.HasField;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class HasFieldTests { public class HasFieldTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.Jsonize;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class JsonizeTests { public class JsonizeTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.Length;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class LengthTests { public class LengthTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.Slice;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SliceTests { public class SliceTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.arrays.Join;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class JoinTests { public class JoinTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.arrays.Reverse;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ReverseTests { public class ReverseTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.arrays.Sort;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SortTests { public class SortTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.arrays.Uniques;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class UniquesTests { public class UniquesTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.booleans.And;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class AndTests { public class AndTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.booleans.Not;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class NotTests { public class NotTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.booleans.Or;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class OrTests { public class OrTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.booleans.Xor;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class XorTests { public class XorTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.html;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.html.InnerHtml;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class InnerHtmlTests { public class InnerHtmlTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.ACos;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ACosTests { public class ACosTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.ASin;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ASinTests { public class ASinTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.ATan2;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ATan2Tests { public class ATan2Tests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.ATan;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ATanTests { public class ATanTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Abs;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class AbsTests { public class AbsTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Ceil;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class CeilTests { public class CeilTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Combin;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class CombinTests { public class CombinTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Cos;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class CosTests { public class CosTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Cosh;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class CoshTests { public class CoshTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Degrees;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class DegreesTests { public class DegreesTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Even;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class EvenTests { public class EvenTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Exp;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ExpTests { public class ExpTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.FactN;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class FactNTests { public class FactNTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Fact;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class FactTests { public class FactTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Floor;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class FloorTests { public class FloorTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.GreatestCommonDenominator;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class GreatestCommonDenominatorTests { public class GreatestCommonDenominatorTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.LeastCommonMultiple;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class LeastCommonMultipleTests { public class LeastCommonMultipleTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Ln;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class LnTests { public class LnTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Log;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class LogTests { public class LogTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Max;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class MaxTests { public class MaxTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Min;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class MinTests { public class MinTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Mod;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ModTests { public class ModTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Multinomial;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class MultinomialTests { public class MultinomialTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Odd;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class OddTests { public class OddTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Pow;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class PowTests { public class PowTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Quotient;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class QuotientTests { public class QuotientTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Radians;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class RadiansTests { public class RadiansTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Round;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class RoundTests { public class RoundTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Sin;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SinTests { public class SinTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Sinh;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SinhTests { public class SinhTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Sum;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SumTests { public class SumTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Tan;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class TanTests { public class TanTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.math.Tanh;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class TanhTests { public class TanhTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Chomp;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ChompTests { public class ChompTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.EndsWith;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class EndsWithTests { public class EndsWithTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.IndexOf;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class IndexOfTests { public class IndexOfTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.LastIndexOf;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class LastIndexOfTests { public class LastIndexOfTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.MD5;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class MD5Tests { public class MD5Tests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Match;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class MatchTests { public class MatchTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.NGramFingerprint;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class NGramFingerprintTests { public class NGramFingerprintTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.NGram;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class NGramTests { public class NGramTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.ParseJson;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ParseJsonTests { public class ParseJsonTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Partition;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class PartitionTests { public class PartitionTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Phonetic;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class PhoneticTests { public class PhoneticTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.RPartition;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class RPartitionTests { public class RPartitionTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Reinterpret;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ReinterpretTests { public class ReinterpretTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.ReplaceChars;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ReplaceCharsTests { public class ReplaceCharsTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Replace;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ReplaceTests { public class ReplaceTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.SHA1;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SHA1Tests { public class SHA1Tests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.SplitByCharType;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SplitByCharTypeTests { public class SplitByCharTypeTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.SplitByLengths;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SplitByLengthsTests { public class SplitByLengthsTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Split;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SplitTests { public class SplitTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.StartsWith;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class StartsWithTests { public class StartsWithTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.ToLowercase;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ToLowercaseTests { public class ToLowercaseTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.Unicode;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class UnicodeTests { public class UnicodeTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.strings.UnicodeType;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class UnicodeTypeTests { public class UnicodeTypeTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.xml.InnerXml;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class InnerXmlTests { public class InnerXmlTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.xml.OwnText;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class OwnTextTests { public class OwnTextTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.xml.SelectXml;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class SelectXmlTests { public class SelectXmlTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.xml.XmlAttr;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class xmlAttrTests { public class xmlAttrTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.expr.functions.xml.XmlText;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class xmlTextTests { public class xmlTextTests {

View File

@ -30,8 +30,6 @@ import static org.testng.Assert.assertEquals;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.ast.LiteralExpr;
public class LiteralExprTest { public class LiteralExprTest {
@Test @Test
public void intLiteralToString() { public void intLiteralToString() {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.Filter;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class FilterTests { public class FilterTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.ForEachIndex;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ForEachIndexTests { public class ForEachIndexTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.ForEach;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ForEachTests { public class ForEachTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.ForNonBlank;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ForNonBlankTests { public class ForNonBlankTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.ForRange;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class ForRangeTests { public class ForRangeTests {

View File

@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import com.google.refine.grel.controls.If;
import com.google.refine.util.TestUtils; import com.google.refine.util.TestUtils;
public class IfTests { public class IfTests {

Some files were not shown because too many files have changed in this diff Show More