index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/ProxyHelper.java
package com.paypal.selion.internal.platform.grid.browsercapabilities; import org.apache.commons.lang.StringUtils; import org.openqa.selenium.Proxy; import com.paypal.selion.configuration.Config; import com.paypal.selion.configuration.Config.ConfigProperty; /** * This utility class is internally used by SeLion frame...
5,800
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/IECapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,801
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/MobileCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015-2016 PayPal | | ...
5,802
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/UserCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015-2016 PayPal | | ...
5,803
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/PhantomJSCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2017 PayPal | | ...
5,804
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/HeadlessFirefoxCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2017 PayPal | | ...
5,805
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/FireFoxCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2017 PayPal | | ...
5,806
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/package-info.java
/** * Package containing various internal browser initiation objects for various browsers supported by SeLion. */ package com.paypal.selion.internal.platform.grid.browsercapabilities;
5,807
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/OperaCapabilitiesBuilder.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,808
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/platform/grid/browsercapabilities/WebDriverFactory.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015-2017 PayPal | | ...
5,809
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/utils/InvokedMethodInformation.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,810
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/utils/RegexUtils.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,811
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/utils/package-info.java
/** * This package houses some of the utilities that are internally consumed by SeLion. */ package com.paypal.selion.internal.utils;
5,812
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/utils/TestNGUtils.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,813
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/StateFilter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,814
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ByPackageSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,815
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/BlankFilter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,816
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ByClassSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,817
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ReportDataGenerator.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,818
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ByMethodSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,819
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/CollectionSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,820
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ByTestNameSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,821
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ByGroupSplitter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,822
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/View.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,823
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/GroupingView.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,824
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/HtmlReporterListener.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,825
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/ReporterException.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,826
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/package-info.java
/** * Package containing internal classes to generate test execution reports in HTML format. */ package com.paypal.selion.internal.reports.html;
5,827
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/Filter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,828
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/html/Line.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,829
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/DetailsReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,830
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/SummarizedData.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,831
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/Styles.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,832
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/BaseReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,833
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/ReportMap.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,834
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/SummaryReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,835
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/ExcelReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,836
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/ReportSheetNames.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,837
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/TestOutputReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015 PayPal | | ...
5,838
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/TestCaseResult.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,839
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/package-info.java
/** * Package containing internal classes to generate test execution reports in Excel format. */ package com.paypal.selion.internal.reports.excelreport;
5,840
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/excelreport/TestCaseErrors.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,841
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/model/PageContents.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,842
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/model/BaseLog.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,843
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/model/package-info.java
/** * Package containing internal classes related Web logging, extracting HTML source and taking screen shots to assist in test reporting. */ package com.paypal.selion.internal.reports.model;
5,844
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/JsonRuntimeReporterHelper.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2016 PayPal | | ...
5,845
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/MethodInfo.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2016 PayPal | | ...
5,846
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/RuntimeReporterListener.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,847
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/TestMethodInfo.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,848
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/TagType.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,849
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/RuntimeReportResourceManager.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,850
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/ConfigMethodInfo.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2016 PayPal | | ...
5,851
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/LogInfo.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,852
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/runtimereport/package-info.java
/** * Package containing internal classes supporting runtime report generation. */ package com.paypal.selion.internal.reports.runtimereport;
5,853
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/services/ReporterDateFormatter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015 PayPal | | ...
5,854
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/internal/reports/services/package-info.java
/** * Package containing internal classes for reporting services. */ package com.paypal.selion.internal.reports.services;
5,855
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/annotations/DoNotReport.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,856
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/annotations/WebTest.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2016 PayPal | | ...
5,857
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/annotations/MobileTest.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2017 PayPal | | ...
5,858
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/annotations/package-info.java
/** * This package houses all of the custom annotations that are used by SeLion. */ package com.paypal.selion.annotations;
5,859
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/testcomponents/AbstractPage.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2017 PayPal | | ...
5,860
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/testcomponents/BasicPageImpl.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-2017 PayPal | | ...
5,861
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion
Create_ds/SeLion/client/src/main/java/com/paypal/selion/testcomponents/package-info.java
/** * Contains re-usable page object components for testing. */ package com.paypal.selion.testcomponents;
5,862
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/runtime/DataSaver.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,863
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/runtime/SaverFileSystem.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,864
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/runtime/Gatherer.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,865
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/runtime/SeLionReporter.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014-15 PayPal | | ...
5,866
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/runtime/package-info.java
/** * Reporting related classes and listener for debugging. */ package com.paypal.selion.reports.runtime;
5,867
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/services/ReporterConfigMetadata.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2015 PayPal | | ...
5,868
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/services/LogAction.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,869
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/services/ConfigSummaryData.java
/*-------------------------------------------------------------------------------------------------------------------*\ | Copyright (C) 2014 PayPal | | ...
5,870
0
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports
Create_ds/SeLion/client/src/main/java/com/paypal/selion/reports/services/package-info.java
/** * A collection of service classes that are internally used by SeLion for all reporting related activities. */ package com.paypal.selion.reports.services;
5,871
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/pig/ScorePMML_AuditTest.java
package org.surus.pig; import static org.junit.Assert.*; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.xml.bind.JAXBException; import org.apache.pig.data.DataType; import org.apache.pig.data.Tuple; import org.apache.pig.data.TupleFactory; import org.apache.pig.impl.logi...
5,872
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/pig/ScorePMML_ElNinoTest.java
package org.surus.pig; import static org.junit.Assert.*; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.xml.bind.JAXBException; import org.apache.pig.data.DataType; import org.apache.pig.data.Tuple; import org.apache.pig.data.TupleFactory; import org.apache.pig.impl.logi...
5,873
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/pig/RAD_Test.java
package org.surus.pig; import static org.junit.Assert.*; import org.junit.Test; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.pig.backend.executionengine.ExecException; import org.apache.pig.data.BagFactory; import org.apache.pig.data.DataBag; import org.apache.pig....
5,874
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/pig/ScorePMML_IrisTest.java
package org.surus.pig; import static org.junit.Assert.*; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.xml.bind.JAXBException; import org.apache.pig.data.DataType; import org.apache.pig.data.Tuple; import org.apache.pig.data.TupleFactory; import org.apache.pig.impl.logi...
5,875
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/math/AugmentedDickeyFuller_Test.java
package org.surus.math; import static org.junit.Assert.*; import java.util.Random; import org.junit.Test; public class AugmentedDickeyFuller_Test { @Test public void testLinearTrend() { Random rand = new Random(); double[] x = new double[100]; for (int i = 0; i < x.length; i ++) { x[i] = (i+1) + 5*rand....
5,876
0
Create_ds/Surus/src/test/java/org/surus
Create_ds/Surus/src/test/java/org/surus/math/RPCA_Test.java
package org.surus.math; import static org.junit.Assert.assertTrue; import org.junit.Test; public class RPCA_Test { public double[][] VectorToMatrix(double[] x, int rows, int cols) { double[][] input2DArray = new double[rows][cols]; for (int n= 0; n< x.length; n++) { int i = n % rows; int j =...
5,877
0
Create_ds/Surus/src/main/java/org/surus
Create_ds/Surus/src/main/java/org/surus/pig/ScorePMML.java
package org.surus.pig; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import javax.xml.bind.JAXBException; import org.apache.hadoop.conf.Configuration; import...
5,878
0
Create_ds/Surus/src/main/java/org/surus
Create_ds/Surus/src/main/java/org/surus/pig/RAD.java
package org.surus.pig; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Iterator; import org.apache.pig.EvalFunc; import org.apache.pig.data.BagFactory; import org.apache.pig.data.DataBag; import org.apache.pig.data.DataType; import org.apache.pig.data.Tuple; import org....
5,879
0
Create_ds/Surus/src/main/java/org/surus
Create_ds/Surus/src/main/java/org/surus/math/RPCA.java
package org.surus.math; import org.apache.commons.math3.linear.MatrixUtils; import org.apache.commons.math3.linear.RealMatrix; import org.apache.commons.math3.linear.SingularValueDecomposition; import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics; public class RPCA { private RealMatrix X; private...
5,880
0
Create_ds/Surus/src/main/java/org/surus
Create_ds/Surus/src/main/java/org/surus/math/AugmentedDickeyFuller.java
package org.surus.math; import org.apache.commons.math3.linear.MatrixUtils; import org.apache.commons.math3.linear.RealMatrix; import org.apache.commons.math3.linear.RealVector; public class AugmentedDickeyFuller { private double[] ts; private int lag; private boolean needsDiff = true; private double[] zeroPadde...
5,881
0
Create_ds/Surus/src/main/java/org/surus
Create_ds/Surus/src/main/java/org/surus/math/RidgeRegression.java
package org.surus.math; import org.apache.commons.math3.linear.MatrixUtils; import org.apache.commons.math3.linear.RealMatrix; import org.apache.commons.math3.linear.RealVector; import org.apache.commons.math3.linear.SingularValueDecomposition; public class RidgeRegression { private RealMatrix X; private SingularV...
5,882
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.opsworks.tests/src/com/amazonaws/eclipse/opsworks/deploy
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.opsworks.tests/src/com/amazonaws/eclipse/opsworks/deploy/util/ZipUtilsTest.java
package com.amazonaws.eclipse.opsworks.deploy.util; import static org.junit.Assert.assertEquals; import static com.amazonaws.eclipse.opsworks.deploy.util.ZipUtils.unzipFileToDirectory; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import jav...
5,883
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.elasticbeanstalk.tests/src/com/amazonaws/eclipse
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.elasticbeanstalk.tests/src/com/amazonaws/eclipse/elasticbeanstalk/EnvironmentNameRegexTest.java
package com.amazonaws.eclipse.elasticbeanstalk; import org.eclipse.core.runtime.IStatus; import org.junit.Test; import static org.junit.Assert.assertEquals; import com.amazonaws.eclipse.elasticbeanstalk.server.ui.databinding.EnvironmentNameValidator; /** * Test cases for environment name field in the * "New Elasti...
5,884
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.elasticbeanstalk.tests/src/com/amazonaws/eclipse/elasticbeanstalk/server/ui
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.elasticbeanstalk.tests/src/com/amazonaws/eclipse/elasticbeanstalk/server/ui/configEditor/IgnoredOptionsTest.java
/* * Copyright 2015 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS" BASIS...
5,885
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/AllTests.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,886
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/internal
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/internal/driver/JdbcStatementTest.java
/* * Copyright 2008-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,887
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/editor/AllTests.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,888
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/editor/EditorTest.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,889
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/editor/SDBDataAccessorTest.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,890
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/editor/TableForMock.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,891
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.simpledb.tests/src/com/amazonaws/eclipse/datatools/enablement/simpledb/editor/ColumnForMock.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS"...
5,892
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda/serverless/ServerlessTemplateMapperTest.java
/* * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file acco...
5,893
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda/launching/SamLocalConsoleLineTrackerTest.java
/* * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
5,894
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda/blueprint/BlueprintsTest.java
package com.amazonaws.eclipse.lambda.blueprint; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.File; import java.io.IOException; import java.util.Map; import java.util.Map.Entry; ...
5,895
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.lambda.tests/src/com/amazonaws/eclipse/lambda/blueprint/NewServerlessProjectDataModelTest.java
/* * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
5,896
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core/preferences/PreferenceInitializerTest.java
/* * Copyright 2009-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS" ...
5,897
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core/regions/AwsClientFactoryTests.java
package com.amazonaws.eclipse.core.regions; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import com.amazonaws.AmazonServiceException; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.eclipse.core.AWSClientFacto...
5,898
0
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core
Create_ds/aws-toolkit-eclipse/tests/com.amazonaws.eclipse.core.tests/src/com/amazonaws/eclipse/core/regions/RegionUtilsTest.java
package com.amazonaws.eclipse.core.regions; import java.io.IOException; import java.util.List; import java.util.regex.Pattern; import org.junit.Assert; import org.junit.Test; public class RegionUtilsTest { private static final Pattern[] PATTERNS = { // global region endpoint, ex. s3.amazonaws.com ...
5,899