Remove unused imports
This commit is contained in:
parent
a50669800f
commit
b5aea3b780
@ -38,7 +38,6 @@ import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import com.google.refine.browsing.Engine;
|
||||
import com.google.refine.browsing.EngineConfig;
|
||||
import com.google.refine.commands.Command;
|
||||
import com.google.refine.model.Project;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
package com.google.refine.commands;
|
||||
import com.google.refine.commands.CommandTestBase;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
|
@ -1,6 +1,5 @@
|
||||
package com.google.refine.commands;
|
||||
|
||||
import com.google.refine.commands.CommandTestBase;
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
|
@ -18,7 +18,6 @@ import com.fasterxml.jackson.core.JsonParseException;
|
||||
import com.fasterxml.jackson.databind.JsonMappingException;
|
||||
import com.google.refine.browsing.facets.ScatterplotFacet;
|
||||
import com.google.refine.commands.Command;
|
||||
import com.google.refine.commands.browsing.GetScatterplotCommand;
|
||||
import com.google.refine.util.ParsingUtilities;
|
||||
|
||||
public class ScatterplotDrawCommandTests {
|
||||
|
@ -8,7 +8,6 @@ import org.testng.annotations.BeforeMethod;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.commands.CommandTestBase;
|
||||
import com.google.refine.commands.cell.JoinMultiValueCellsCommand;
|
||||
|
||||
public class JoinMultiValueCellsCommandTests extends CommandTestBase {
|
||||
|
||||
|
@ -33,8 +33,6 @@ import javax.servlet.ServletException;
|
||||
import org.testng.annotations.BeforeMethod;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.commands.expr.GetExpressionHistoryCommand;
|
||||
|
||||
public class GetExpressionHistoryCommandTests extends ExpressionCommandTestBase {
|
||||
|
||||
@BeforeMethod
|
||||
|
@ -33,8 +33,6 @@ import javax.servlet.ServletException;
|
||||
import org.testng.annotations.BeforeMethod;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.commands.expr.GetStarredExpressionsCommand;
|
||||
|
||||
public class GetStarredExpressionsCommandTests extends ExpressionCommandTestBase {
|
||||
|
||||
@BeforeMethod
|
||||
|
@ -3,7 +3,6 @@ package com.google.refine.commands.expr;
|
||||
import static org.mockito.Mockito.when;
|
||||
import static org.mockito.Mockito.mock;
|
||||
import com.google.refine.ProjectManager;
|
||||
import com.google.refine.ProjectManagerStub;
|
||||
import com.google.refine.commands.Command;
|
||||
import com.google.refine.commands.CommandTestBase;
|
||||
import com.google.refine.preference.PreferenceStore;
|
||||
|
@ -59,7 +59,6 @@ import com.google.refine.ProjectManager;
|
||||
import com.google.refine.ProjectMetadata;
|
||||
import com.google.refine.RefineTest;
|
||||
import com.google.refine.commands.Command;
|
||||
import com.google.refine.commands.project.SetProjectMetadataCommand;
|
||||
import com.google.refine.model.Project;
|
||||
import com.google.refine.util.ParsingUtilities;
|
||||
|
||||
|
@ -51,7 +51,6 @@ import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.RefineTest;
|
||||
import com.google.refine.browsing.Engine;
|
||||
import com.google.refine.exporters.CsvExporter;
|
||||
import com.google.refine.model.Cell;
|
||||
import com.google.refine.model.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -54,8 +54,6 @@ import com.google.refine.ProjectManagerStub;
|
||||
import com.google.refine.ProjectMetadata;
|
||||
import com.google.refine.RefineTest;
|
||||
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.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -52,8 +52,6 @@ import com.google.refine.ProjectManagerStub;
|
||||
import com.google.refine.ProjectMetadata;
|
||||
import com.google.refine.RefineTest;
|
||||
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.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -51,7 +51,6 @@ import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.RefineTest;
|
||||
import com.google.refine.browsing.Engine;
|
||||
import com.google.refine.exporters.CsvExporter;
|
||||
import com.google.refine.model.Cell;
|
||||
import com.google.refine.model.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -58,8 +58,6 @@ import com.google.refine.ProjectManagerStub;
|
||||
import com.google.refine.ProjectMetadata;
|
||||
import com.google.refine.RefineTest;
|
||||
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.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -61,8 +61,6 @@ import com.google.refine.ProjectManagerStub;
|
||||
import com.google.refine.ProjectMetadata;
|
||||
import com.google.refine.RefineTest;
|
||||
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.Column;
|
||||
import com.google.refine.model.ModelException;
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.EvalError;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class EvalErrorTests {
|
||||
|
@ -40,7 +40,6 @@ import org.testng.annotations.BeforeTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.RefineTest;
|
||||
import com.google.refine.expr.ExpressionUtils;
|
||||
|
||||
|
||||
public class ExpressionUtilsTests extends RefineTest {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.FacetCount;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class FacetCountTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.Get;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class GetTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.HasField;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class HasFieldTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.Jsonize;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class JsonizeTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.Length;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class LengthTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.Slice;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SliceTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.arrays.Join;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class JoinTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.arrays.Reverse;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ReverseTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.arrays.Sort;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SortTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.arrays;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.arrays.Uniques;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class UniquesTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.booleans.And;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class AndTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.booleans.Not;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class NotTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.booleans.Or;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class OrTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.booleans;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.booleans.Xor;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class XorTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.html;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.html.InnerHtml;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class InnerHtmlTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.ACos;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ACosTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.ASin;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ASinTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.ATan2;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ATan2Tests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.ATan;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ATanTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Abs;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class AbsTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Ceil;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class CeilTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Combin;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class CombinTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Cos;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class CosTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Cosh;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class CoshTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Degrees;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class DegreesTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Even;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class EvenTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Exp;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ExpTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.FactN;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class FactNTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Fact;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class FactTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Floor;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class FloorTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.GreatestCommonDenominator;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class GreatestCommonDenominatorTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.LeastCommonMultiple;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class LeastCommonMultipleTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Ln;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class LnTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Log;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class LogTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Max;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class MaxTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Min;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class MinTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Mod;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ModTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Multinomial;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class MultinomialTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Odd;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class OddTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Pow;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class PowTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Quotient;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class QuotientTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Radians;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class RadiansTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Round;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class RoundTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Sin;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SinTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Sinh;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SinhTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Sum;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SumTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Tan;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class TanTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.math;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.math.Tanh;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class TanhTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Chomp;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ChompTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.EndsWith;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class EndsWithTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.IndexOf;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class IndexOfTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.LastIndexOf;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class LastIndexOfTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.MD5;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class MD5Tests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Match;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class MatchTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.NGramFingerprint;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class NGramFingerprintTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.NGram;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class NGramTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.ParseJson;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ParseJsonTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Partition;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class PartitionTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Phonetic;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class PhoneticTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.RPartition;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class RPartitionTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Reinterpret;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ReinterpretTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.ReplaceChars;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ReplaceCharsTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Replace;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ReplaceTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.SHA1;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SHA1Tests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.SplitByCharType;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SplitByCharTypeTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.SplitByLengths;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SplitByLengthsTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Split;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SplitTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.StartsWith;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class StartsWithTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.ToLowercase;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ToLowercaseTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.Unicode;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class UnicodeTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.strings;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.strings.UnicodeType;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class UnicodeTypeTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.xml.InnerXml;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class InnerXmlTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.xml.OwnText;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class OwnTextTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.xml.SelectXml;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class SelectXmlTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.xml.XmlAttr;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class xmlAttrTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.expr.functions.xml;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.expr.functions.xml.XmlText;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class xmlTextTests {
|
||||
|
@ -30,8 +30,6 @@ import static org.testng.Assert.assertEquals;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.ast.LiteralExpr;
|
||||
|
||||
public class LiteralExprTest {
|
||||
@Test
|
||||
public void intLiteralToString() {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.Filter;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class FilterTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.ForEachIndex;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ForEachIndexTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.ForEach;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ForEachTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.ForNonBlank;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ForNonBlankTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.ForRange;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class ForRangeTests {
|
||||
|
@ -28,7 +28,6 @@ package com.google.refine.grel.controls;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.refine.grel.controls.If;
|
||||
import com.google.refine.util.TestUtils;
|
||||
|
||||
public class IfTests {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user