组织ID: |
org.elasticsearch.test |
项目ID: |
framework |
版本: |
5.0.0-alpha3 |
最后修改时间: |
2020-04-01 16:53:52 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
描述: |
Elasticsearch project |
相关URL: |
https://github.com/elastic/elasticsearch |
大小: |
514.36KB |
|
Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
<version>5.0.0-alpha3</version>
</dependency>
|
Gradle引入代码: |
org.elasticsearch.test:framework:5.0.0-alpha3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
<version>5.0.0-alpha3</version>
<url>https://github.com/elastic/elasticsearch</url>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:https://elastic@github.com/elastic/elasticsearch</connection>
<developerConnection>scm:git://github.com/elastic/elasticsearch.git</developerConnection>
<url>https://github.com/elastic/elasticsearch</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-codecs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
</exclusion>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>securemock</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.0.0-alpha3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.3.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-codecs</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<developers>
<developer>
<name>Elastic</name>
<url>https://github.com/elastic/elasticsearch</url>
<organizationUrl>https://www.elastic.co</organizationUrl>
</developer>
</developers>
<name>Test: Framework</name>
<description>Elasticsearch project</description>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.node.NodeMocksPlugin.class
org.elasticsearch.node.MockNode.class
org.elasticsearch.search.aggregations.metrics.AbstractNumericTestCase.class
org.elasticsearch.search.aggregations.bucket.AbstractTermsTestCase.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptWithParams.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptNoParams$Factory.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptWithParams$Factory.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptNoParams$1.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptWithParams$1.class
org.elasticsearch.search.aggregations.bucket.script.TestScript.class
org.elasticsearch.search.aggregations.bucket.script.NativeSignificanceScoreScriptNoParams.class
org.elasticsearch.search.MockSearchService.class
org.elasticsearch.search.MockSearchService$TestPlugin.class
org.elasticsearch.test.DummyShardLock.class
org.elasticsearch.test.ESIntegTestCase$5.class
org.elasticsearch.test.ESIntegTestCase$NumShards.class
org.elasticsearch.test.ExternalTestCluster.class
org.elasticsearch.test.transport.MockTransportService$2.class
org.elasticsearch.test.transport.MockTransportService$TestPlugin.class
org.elasticsearch.test.transport.CapturingTransport.class
org.elasticsearch.test.transport.CapturingTransport$CapturedRequest.class
org.elasticsearch.test.transport.MockTransportService$1.class
org.elasticsearch.test.transport.MockTransportService$MockAdapter.class
org.elasticsearch.test.transport.AssertingLocalTransport$TestPlugin.class
org.elasticsearch.test.transport.MockTransportService$Tracer.class
org.elasticsearch.test.transport.MockTransportService$LookupTestTransport.class
org.elasticsearch.test.transport.MockTransportService$4$1.class
org.elasticsearch.test.transport.AssertingLocalTransport.class
org.elasticsearch.test.transport.MockTransportService$DelegateTransport.class
org.elasticsearch.test.transport.MockTransportService$3.class
org.elasticsearch.test.transport.MockTransportService$4.class
org.elasticsearch.test.transport.MockTransportService.class
org.elasticsearch.test.ESAllocationTestCase$TestAllocateDecision.class
org.elasticsearch.test.TestCustomMetaData.class
org.elasticsearch.test.ESIntegTestCase$SuppressNetworkMode.class
org.elasticsearch.test.AbstractQueryTestCase$GeohashGenerator.class
org.elasticsearch.test.MockIndexEventListener$TestEventListener$1.class
org.elasticsearch.test.ESIntegTestCase$TestSeedPlugin.class
org.elasticsearch.test.MockIndexEventListener.class
org.elasticsearch.test.ESIntegTestCase$4.class
org.elasticsearch.test.NodeConfigurationSource$1.class
org.elasticsearch.test.CorruptionUtils.class
org.elasticsearch.test.StreamsUtils.class
org.elasticsearch.test.ESBackcompatTestCase$Backwards.class
org.elasticsearch.test.AbstractQueryTestCase$ClientInvocationHandler.class
org.elasticsearch.test.NodeConfigurationSource.class
org.elasticsearch.test.disruption.BlockClusterStateProcessing$1.class
org.elasticsearch.test.disruption.IntermittentLongGCDisruption.class
org.elasticsearch.test.disruption.SlowClusterStateProcessing.class
org.elasticsearch.test.disruption.NoOpDisruptionScheme.class
org.elasticsearch.test.disruption.NetworkPartition.class
org.elasticsearch.test.disruption.LongGCDisruption.class
org.elasticsearch.test.disruption.SingleNodeDisruption.class
org.elasticsearch.test.disruption.IntermittentLongGCDisruption$BackgroundWorker.class
org.elasticsearch.test.disruption.SlowClusterStateProcessing$BackgroundWorker.class
org.elasticsearch.test.disruption.SlowClusterStateProcessing$1.class
org.elasticsearch.test.disruption.NetworkUnresponsivePartition.class
org.elasticsearch.test.disruption.ServiceDisruptionScheme.class
org.elasticsearch.test.disruption.NetworkDisconnectPartition.class
org.elasticsearch.test.disruption.NetworkDelaysPartition.class
org.elasticsearch.test.disruption.NetworkPartitionIT.class
org.elasticsearch.test.disruption.BlockClusterStateProcessing.class
org.elasticsearch.test.InternalTestCluster$EntryNodePredicate.class
org.elasticsearch.test.ClusterServiceUtils.class
org.elasticsearch.test.ESIntegTestCase$3.class
org.elasticsearch.test.TestCluster.class
org.elasticsearch.test.ESIntegTestCase$2.class
org.elasticsearch.test.ESIntegTestCase$ClusterScope.class
org.elasticsearch.test.ESIntegTestCase$LatchedActionListener.class
org.elasticsearch.test.ESTestCase.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$6.class
org.elasticsearch.test.BackgroundIndexer.class
org.elasticsearch.test.InternalTestCluster$NoDataNoMasterNodePredicate.class
org.elasticsearch.test.InternalTestCluster$DataOrMasterNodePredicate.class
org.elasticsearch.test.InternalTestCluster$2.class
org.elasticsearch.test.IndexSettingsModule.class
org.elasticsearch.test.junit.annotations.Network.class
org.elasticsearch.test.junit.annotations.TestLogging.class
org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter.class
org.elasticsearch.test.junit.listeners.LoggingListener.class
org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter$GradleMessageBuilder.class
org.elasticsearch.test.client.RandomizingClient.class
org.elasticsearch.test.client.NoOpClient.class
org.elasticsearch.test.FieldMaskingReader.class
org.elasticsearch.test.AbstractQueryTestCase$ClientInvocationHandler$2.class
org.elasticsearch.test.InternalTestCluster$NodeAndClient.class
org.elasticsearch.test.ExternalNode.class
org.elasticsearch.test.NamingConventionsCheck.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$4.class
org.elasticsearch.test.ESAllocationTestCase$MockAllocationService.class
org.elasticsearch.test.CompositeTestCluster.class
org.elasticsearch.test.InternalTestCluster$DataNodePredicate.class
org.elasticsearch.test.InternalTestCluster$Async.class
org.elasticsearch.test.ESAllocationTestCase$DelayedShardsMockGatewayAllocator$1.class
org.elasticsearch.test.ESIntegTestCase$Scope.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$5.class
org.elasticsearch.test.ESIntegTestCase$SuppressLocalMode.class
org.elasticsearch.test.ESTestCase$1.class
org.elasticsearch.test.ESBackcompatTestCase$CompatibilityVersion.class
org.elasticsearch.test.FieldMaskingReader$1.class
org.elasticsearch.test.InternalTestCluster$NodeNamePredicate.class
org.elasticsearch.test.CompositeTestCluster$ExternalClient.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$2.class
org.elasticsearch.test.gateway.NoopGatewayAllocator.class
org.elasticsearch.test.ESSingleNodeTestCase.class
org.elasticsearch.test.MockIndexEventListener$TestEventListener$2.class
org.elasticsearch.test.discovery.ClusterDiscoveryConfiguration.class
org.elasticsearch.test.discovery.ClusterDiscoveryConfiguration$UnicastZen.class
org.elasticsearch.test.XContentTestUtils.class
org.elasticsearch.test.InternalTestCluster$TransportClientFactory.class
org.elasticsearch.test.ESIntegTestCase$ThirdParty.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$3.class
org.elasticsearch.test.AbstractQueryTestCase.class
org.elasticsearch.test.tasks.MockTaskManagerListener.class
org.elasticsearch.test.tasks.MockTaskManager.class
org.elasticsearch.test.ClusterServiceUtils$1.class
org.elasticsearch.test.AbstractQueryTestCase$1.class
org.elasticsearch.test.ClusterServiceUtils$2.class
org.elasticsearch.test.BackgroundIndexer$1.class
org.elasticsearch.test.MockIndexEventListener$TestEventListener.class
org.elasticsearch.test.PosixPermissionsResetter.class
org.elasticsearch.test.store.MockFSIndexStore$Listener.class
org.elasticsearch.test.store.MockFSDirectoryService$ElasticsearchMockDirectoryWrapper.class
org.elasticsearch.test.store.MockFSIndexStore$TestPlugin.class
org.elasticsearch.test.store.MockFSDirectoryService.class
org.elasticsearch.test.store.MockFSIndexStore$1.class
org.elasticsearch.test.store.MockFSDirectoryService$CloseableDirectory.class
org.elasticsearch.test.store.MockFSIndexStore.class
org.elasticsearch.test.ESAllocationTestCase$DelayedShardsMockGatewayAllocator.class
org.elasticsearch.test.ESIntegTestCase.class
org.elasticsearch.test.TestSearchContext.class
org.elasticsearch.test.NamingConventionsCheck$1.class
org.elasticsearch.test.InternalTestCluster$3.class
org.elasticsearch.test.engine.MockEngineSupport$1.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.class
org.elasticsearch.test.engine.MockInternalEngine.class
org.elasticsearch.test.engine.MockInternalEngine$1.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper$ThrowingTermsEnum.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper$Flags.class
org.elasticsearch.test.engine.MockEngineFactory.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper$ThrowingFields.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper$ThrowingTerms.class
org.elasticsearch.test.engine.ThrowingLeafReaderWrapper$Thrower.class
org.elasticsearch.test.engine.MockEngineSupport$MockContext.class
org.elasticsearch.test.engine.MockEngineSupport$SearcherCloseable.class
org.elasticsearch.test.engine.MockShadowEngine.class
org.elasticsearch.test.engine.AssertingSearcher.class
org.elasticsearch.test.engine.MockEngineSupport$DirectoryReaderWrapper.class
org.elasticsearch.test.engine.MockEngineSupport$CloseAction.class
org.elasticsearch.test.engine.MockEngineSupport.class
org.elasticsearch.test.InternalTestCluster.class
org.elasticsearch.test.InternalTestCluster$MasterNodePredicate.class
org.elasticsearch.test.VersionUtils.class
org.elasticsearch.test.MockIndexEventListener$TestPlugin.class
org.elasticsearch.test.ESBackcompatTestCase$1.class
org.elasticsearch.test.ESTokenStreamTestCase.class
org.elasticsearch.test.ESBackcompatTestCase.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder.class
org.elasticsearch.test.InternalSettingsPlugin.class
org.elasticsearch.test.InternalTestCluster$RestartCallback.class
org.elasticsearch.test.ESAllocationTestCase.class
org.elasticsearch.test.ESIntegTestCase$1.class
org.elasticsearch.test.ESIntegTestCase$SuiteScopeTestCase.class
org.elasticsearch.test.AbstractQueryTestCase$ServiceHolder$1.class
org.elasticsearch.test.hamcrest.ElasticsearchAssertions$ThrowableWrapper.class
org.elasticsearch.test.hamcrest.ElasticsearchAssertions.class
org.elasticsearch.test.hamcrest.CollectionMatchers.class
org.elasticsearch.test.hamcrest.RegexMatcher.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers$SearchHitHasTypeMatcher.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers$SearchHitHasIndexMatcher.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers$HttpResponseHasStatusMatcher.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers$SearchHitHasScoreMatcher.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers$SearchHitHasIdMatcher.class
org.elasticsearch.test.hamcrest.CollectionAssertions.class
org.elasticsearch.test.hamcrest.ElasticsearchMatchers.class
org.elasticsearch.test.hamcrest.CollectionMatchers$ImmutableOpenMapHasKeyMatcher.class
org.elasticsearch.test.InternalTestCluster$1.class
org.elasticsearch.test.AbstractQueryTestCase$ClientInvocationHandler$1.class
org.elasticsearch.test.rest.spec.RestSpec.class
org.elasticsearch.test.rest.spec.RestApi.class
org.elasticsearch.test.rest.spec.RestApi$BODY.class
org.elasticsearch.test.rest.spec.RestApiParser.class
org.elasticsearch.test.rest.RestTestExecutionContext.class
org.elasticsearch.test.rest.support.FileUtils$1.class
org.elasticsearch.test.rest.support.Features.class
org.elasticsearch.test.rest.support.FileUtils.class
org.elasticsearch.test.rest.client.RestPath$PathPart.class
org.elasticsearch.test.rest.client.RestPath.class
org.elasticsearch.test.rest.client.RestException.class
org.elasticsearch.test.rest.client.RestResponse.class
org.elasticsearch.test.rest.client.RestClient.class
org.elasticsearch.test.rest.client.RestPath$1.class
org.elasticsearch.test.rest.client.http.HttpResponse.class
org.elasticsearch.test.rest.client.http.HttpRequestBuilder.class
org.elasticsearch.test.rest.client.http.HttpGetWithEntity.class
org.elasticsearch.test.rest.client.http.HttpDeleteWithEntity.class
org.elasticsearch.test.rest.BlacklistedPathPatternMatcher.class
org.elasticsearch.test.rest.Stash.class
org.elasticsearch.test.rest.ESRestTestCase.class
org.elasticsearch.test.rest.parser.LengthParser.class
org.elasticsearch.test.rest.parser.RestTestParseException.class
org.elasticsearch.test.rest.parser.LessThanOrEqualToParser.class
org.elasticsearch.test.rest.parser.SetSectionParser.class
org.elasticsearch.test.rest.parser.LessThanParser.class
org.elasticsearch.test.rest.parser.GreaterThanParser.class
org.elasticsearch.test.rest.parser.RestTestSectionParser.class
org.elasticsearch.test.rest.parser.IsFalseParser.class
org.elasticsearch.test.rest.parser.SkipSectionParser.class
org.elasticsearch.test.rest.parser.RestTestSuiteParser.class
org.elasticsearch.test.rest.parser.SetupSectionParser.class
org.elasticsearch.test.rest.parser.IsTrueParser.class
org.elasticsearch.test.rest.parser.GreaterThanEqualToParser.class
org.elasticsearch.test.rest.parser.MatchParser.class
org.elasticsearch.test.rest.parser.DoSectionParser.class
org.elasticsearch.test.rest.parser.RestTestFragmentParser.class
org.elasticsearch.test.rest.parser.RestTestSuiteParseContext.class
org.elasticsearch.test.rest.section.GreaterThanEqualToAssertion.class
org.elasticsearch.test.rest.section.Assertion.class
org.elasticsearch.test.rest.section.LengthAssertion.class
org.elasticsearch.test.rest.section.DoSection.class
org.elasticsearch.test.rest.section.ExecutableSection.class
org.elasticsearch.test.rest.section.ResponseBodyAssertion$1.class
org.elasticsearch.test.rest.section.LessThanAssertion.class
org.elasticsearch.test.rest.section.ResponseBodyAssertion$FailureMessage.class
org.elasticsearch.test.rest.section.IsFalseAssertion.class
org.elasticsearch.test.rest.section.MatchAssertion.class
org.elasticsearch.test.rest.section.ApiCallSection.class
org.elasticsearch.test.rest.section.GreaterThanAssertion.class
org.elasticsearch.test.rest.section.LessThanOrEqualToAssertion.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
lucene-test-framework-6.0.0.jar
/org.apache.lucene/lucene-test-framework/6.0.0
查看lucene-test-framework所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
hamcrest-all-1.3.jar
/org.hamcrest/hamcrest-all/1.3
查看hamcrest-all所有版本文件
securemock-1.2.jar
/org.elasticsearch/securemock/1.2
查看securemock所有版本文件
httpcore-4.4.4.jar
/org.apache.httpcomponents/httpcore/4.4.4
查看httpcore所有版本文件
commons-codec-1.10.jar
/commons-codec/commons-codec/1.10
查看commons-codec所有版本文件
elasticsearch-5.0.0-alpha3.jar
/org.elasticsearch/elasticsearch/5.0.0-alpha3
查看elasticsearch所有版本文件
randomizedtesting-runner-2.3.2.jar
/com.carrotsearch.randomizedtesting/randomizedtesting-runner/2.3.2
查看randomizedtesting-runner所有版本文件
httpclient-4.5.2.jar
/org.apache.httpcomponents/httpclient/4.5.2
查看httpclient所有版本文件
lucene-codecs-6.0.0.jar
/org.apache.lucene/lucene-codecs/6.0.0
查看lucene-codecs所有版本文件
commons-logging-1.1.3.jar
/commons-logging/commons-logging/1.1.3
查看commons-logging所有版本文件
|