组织ID: |
org.spockframework |
项目ID: |
spock-core |
版本: |
0.6-groovy-1.8 |
最后修改时间: |
2018-09-13 17:02:22 |
包类型: |
jar |
标题: |
Spock Framework - Core Module |
描述: |
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms. |
相关URL: |
http://spockframework.org |
大小: |
388.70KB |
|
Maven引入代码: |
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>0.6-groovy-1.8</version>
</dependency>
|
Gradle引入代码: |
org.spockframework:spock-core:0.6-groovy-1.8
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>0.6-groovy-1.8</version>
<name>Spock Framework - Core Module</name>
<description>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.</description>
<url>http://spockframework.org</url>
<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>
<developers>
<developer>
<id>pniederw</id>
<name>Peter Niederwieser</name>
<email>pniederw@gmail.com</email>
</developer>
<developer>
<id>ldaley</id>
<name>Luke Daley</name>
<email>ld@ldaley.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spockframework/spock.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spockframework/spock.git</developerConnection>
<url>http://github.spockframework.org/spock</url>
</scm>
<dependencies>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
spock.util.EmbeddedSpecRunner$_runRequest_closure1.class
spock.util.EmbeddedSpecRunner$_runClasses_closure2.class
spock.util.EmbeddedSpecRunner$_doRunRequest_closure4.class
spock.util.EmbeddedSpecCompiler$_doCompile_closure1.class
spock.util.EmbeddedSpecRunner$_runClass_closure3.class
spock.util.EmbeddedSpecRunner.class
spock.util.EmbeddedSpecCompiler$_isJUnitTest_closure3.class
spock.util.EmbeddedSpecCompiler.class
spock.util.EmbeddedSpecCompiler$_doCompile_closure2.class
spock.util.EmbeddedSpecRunner$_runClasses_closure2_closure5.class
spock.util.concurrent.BlockingVariablesImpl.class
spock.util.concurrent.BlockingVariables.class
spock.util.concurrent.BlockingVariable.class
spock.util.concurrent.AsyncConditions.class
spock.util.matcher.HamcrestSupport.class
spock.util.matcher.IsCloseTo.class
spock.util.matcher.HamcrestMatchers.class
spock.util.mop.ConfineMetaClassChanges.class
spock.util.mop.Use.class
spock.config.IncludeExcludeCriteria.class
spock.config.RunnerConfiguration.class
spock.config.ConfigurationException.class
spock.lang.See.class
spock.lang.Timeout.class
spock.lang.IgnoreRest.class
spock.lang.Specification.class
spock.lang.IgnoreIf.class
spock.lang.Unroll.class
spock.lang.Stepwise.class
spock.lang.Issue.class
spock.lang.Ignore.class
spock.lang.AutoCleanup.class
spock.lang.Subject.class
spock.lang.Shared.class
spock.lang.FailsWith.class
org.spockframework.buildsupport.SpecClassFileVisitor.class
org.spockframework.buildsupport.EmptyAnnotationVisitor.class
org.spockframework.buildsupport.AsmClassReader.class
org.spockframework.buildsupport.SpecClassFileFinder.class
org.spockframework.buildsupport.ant.SpecClassFileSelector.class
org.spockframework.compiler.FieldInitializationExpression.class
org.spockframework.compiler.AstNodeCache.class
org.spockframework.compiler.SpecParser.class
org.spockframework.compiler.SourceLookup.class
org.spockframework.compiler.AstUtil.class
org.spockframework.compiler.ConditionRewriter.class
org.spockframework.compiler.InstanceFieldAccessChecker.class
org.spockframework.compiler.OldValueExpression.class
org.spockframework.compiler.AbstractSpecVisitor.class
org.spockframework.compiler.SpockTransform$Impl.class
org.spockframework.compiler.ErrorReporter.class
org.spockframework.compiler.SpockTransform.class
org.spockframework.compiler.InteractionRewriter.class
org.spockframework.compiler.ExpressionReplacingVisitorSupport.class
org.spockframework.compiler.SpockTransform$1.class
org.spockframework.compiler.InteractionRewriter$InteractionResult.class
org.spockframework.compiler.SpecAnnotator.class
org.spockframework.compiler.SpecRewriter.class
org.spockframework.compiler.IRewriteResources.class
org.spockframework.compiler.InvalidSpecCompileException.class
org.spockframework.compiler.DeepStatementRewriter.class
org.spockframework.compiler.InteractionRewriter$1.class
org.spockframework.compiler.StatementReplacingVisitorSupport.class
org.spockframework.compiler.WhereBlockRewriter.class
org.spockframework.compiler.model.Block.class
org.spockframework.compiler.model.BlockParseInfo$10.class
org.spockframework.compiler.model.BlockParseInfo$3.class
org.spockframework.compiler.model.BlockParseInfo$7.class
org.spockframework.compiler.model.BlockParseInfo.class
org.spockframework.compiler.model.HelperMethod.class
org.spockframework.compiler.model.BlockParseInfo$8.class
org.spockframework.compiler.model.Node.class
org.spockframework.compiler.model.Field.class
org.spockframework.compiler.model.AnonymousBlock.class
org.spockframework.compiler.model.BlockParseInfo$9.class
org.spockframework.compiler.model.BlockParseInfo$2.class
org.spockframework.compiler.model.FeatureMethod.class
org.spockframework.compiler.model.FixtureMethod.class
org.spockframework.compiler.model.CleanupBlock.class
org.spockframework.compiler.model.BlockParseInfo$1.class
org.spockframework.compiler.model.BlockParseInfo$5.class
org.spockframework.compiler.model.ThenBlock.class
org.spockframework.compiler.model.ExpectBlock.class
org.spockframework.compiler.model.ISpecVisitor.class
org.spockframework.compiler.model.SetupBlock.class
org.spockframework.compiler.model.BlockParseInfo$6.class
org.spockframework.compiler.model.BlockIterable.class
org.spockframework.compiler.model.BlockIterable$1.class
org.spockframework.compiler.model.WhereBlock.class
org.spockframework.compiler.model.BlockParseInfo$4.class
org.spockframework.compiler.model.Method.class
org.spockframework.compiler.model.Spec.class
org.spockframework.compiler.model.WhenBlock.class
org.spockframework.gentyref.GenericTypeReflector.class
org.spockframework.gentyref.VarMap.class
org.spockframework.gentyref.TypeToken$SimpleTypeToken.class
org.spockframework.gentyref.GenericArrayTypeImpl.class
org.spockframework.gentyref.CaptureType.class
org.spockframework.gentyref.TypeToken.class
org.spockframework.gentyref.ParameterizedTypeImpl.class
org.spockframework.gentyref.TypeToken$1.class
org.spockframework.gentyref.WildcardTypeImpl.class
org.spockframework.gentyref.CaptureTypeImpl.class
org.spockframework.util.IMatcher.class
org.spockframework.util.UnreachableCodeError.class
org.spockframework.util.AbstractExpressionConverter.class
org.spockframework.util.CollectionUtil$2.class
org.spockframework.util.Immutable.class
org.spockframework.util.CollectionUtil$2$1.class
org.spockframework.util.IFunction.class
org.spockframework.util.Matchers$1.class
org.spockframework.util.ThreadSafe.class
org.spockframework.util.Matchers$3.class
org.spockframework.util.WrappedException.class
org.spockframework.util.IoUtil.class
org.spockframework.util.CollectionUtil.class
org.spockframework.util.Matchers.class
org.spockframework.util.MopUtil.class
org.spockframework.util.IncompatibleGroovyVersionException.class
org.spockframework.util.VersionChecker.class
org.spockframework.util.GroovyReleaseInfo.class
org.spockframework.util.ExceptionUtil.class
org.spockframework.util.InternalIdentifiers.class
org.spockframework.util.Nullable.class
org.spockframework.util.VersionNumber.class
org.spockframework.util.Identifiers.class
org.spockframework.util.ObjectUtil.class
org.spockframework.util.Filter.class
org.spockframework.util.GroovyRuntimeUtil.class
org.spockframework.util.CollectionUtil$1.class
org.spockframework.util.Pair.class
org.spockframework.util.ReflectionUtil.class
org.spockframework.util.IThrowableFunction.class
org.spockframework.util.TextUtil.class
org.spockframework.util.CollectionUtil$1$1.class
org.spockframework.util.Matchers$2.class
org.spockframework.util.SpockReleaseInfo.class
org.spockframework.util.NotThreadSafe.class
org.spockframework.util.InternalSpockError.class
org.spockframework.util.Assert.class
org.spockframework.util.inspector.AstInspector$AstSuccessfullyCaptured.class
org.spockframework.util.inspector.AstInspector$MyClassLoader.class
org.spockframework.util.inspector.AstInspector$MyClassLoader$1.class
org.spockframework.util.inspector.AstInspector.class
org.spockframework.util.inspector.Inspect.class
org.spockframework.util.inspector.AstInspectorException.class
org.spockframework.util.inspector.AstInspector$MyVisitor.class
org.spockframework.util.inspector.AstInspector$1.class
org.spockframework.mock.MockInteraction.class
org.spockframework.mock.NamedArgumentListConstraint.class
org.spockframework.mock.SpreadWildcardArgumentConstraint.class
org.spockframework.mock.IMockFactory.class
org.spockframework.mock.IMockInvocation.class
org.spockframework.mock.IMockObject.class
org.spockframework.mock.ResultGeneratorChain.class
org.spockframework.mock.InteractionNotSatisfiedError.class
org.spockframework.mock.IInvocationConstraint.class
org.spockframework.mock.ConstantResultGenerator.class
org.spockframework.mock.EqualPropertyNameConstraint.class
org.spockframework.mock.MockInteractionDecorator.class
org.spockframework.mock.InteractionBuilder.class
org.spockframework.mock.DefaultMockFactory$1.class
org.spockframework.mock.IterableResultGenerator.class
org.spockframework.mock.DefaultMockFactory.class
org.spockframework.mock.RegexPropertyNameConstraint.class
org.spockframework.mock.CodeArgumentConstraint.class
org.spockframework.mock.IMockInteraction.class
org.spockframework.mock.CannotCreateMockException.class
org.spockframework.mock.SingleResultGenerator.class
org.spockframework.mock.DefaultMockFactory$CglibMockFactory.class
org.spockframework.mock.WrongInvocationOrderError.class
org.spockframework.mock.InteractionScope.class
org.spockframework.mock.EqualArgumentConstraint.class
org.spockframework.mock.DefaultToStringInteraction.class
org.spockframework.mock.WildcardMethodNameConstraint.class
org.spockframework.mock.TypeArgumentConstraint.class
org.spockframework.mock.DefaultStubbedInteraction.class
org.spockframework.mock.IInteractionScope.class
org.spockframework.mock.DefaultHashCodeInteraction.class
org.spockframework.mock.IInvocationDispatcher.class
org.spockframework.mock.DefaultMockFactory$CglibMockFactory$1.class
org.spockframework.mock.EqualMethodNameConstraint.class
org.spockframework.mock.IResultGenerator.class
org.spockframework.mock.InteractionScope$1.class
org.spockframework.mock.TooManyInvocationsError.class
org.spockframework.mock.MockObject.class
org.spockframework.mock.MockController.class
org.spockframework.mock.NegatingArgumentConstraint.class
org.spockframework.mock.TooFewInvocationsError.class
org.spockframework.mock.RegexMethodNameConstraint.class
org.spockframework.mock.DefaultInteractionScope.class
org.spockframework.mock.DefaultMockFactory$CglibMockFactory$ObjenesisInstantiator.class
org.spockframework.mock.DefaultInteraction.class
org.spockframework.mock.CodeResultGenerator.class
org.spockframework.mock.PositionalArgumentListConstraint.class
org.spockframework.mock.MockInvocation.class
org.spockframework.mock.DefaultResultGenerator.class
org.spockframework.mock.DefaultEqualsInteraction.class
org.spockframework.mock.IdenticalTargetConstraint.class
org.spockframework.mock.IArgumentConstraint.class
org.spockframework.mock.WildcardArgumentConstraint.class
org.spockframework.builder.IBlueprint.class
org.spockframework.builder.IGestalt.class
org.spockframework.builder.Sculpturer.class
org.spockframework.builder.SetterLikeSlot.class
org.spockframework.builder.AddSlotFactory.class
org.spockframework.builder.DelegatingScript.class
org.spockframework.builder.GestaltBuilder.class
org.spockframework.builder.PropertySlot.class
org.spockframework.builder.ISlotFactory.class
org.spockframework.builder.CollectionSlot.class
org.spockframework.builder.DelegatingScriptBlueprint.class
org.spockframework.builder.BuilderHelper.class
org.spockframework.builder.ClosureBlueprint.class
org.spockframework.builder.IConfigurationRegistry.class
org.spockframework.builder.SetterSlotFactory.class
org.spockframework.builder.PojoBuilder.class
org.spockframework.builder.SpockConfigurationGestalt.class
org.spockframework.builder.ISlot.class
org.spockframework.builder.CollectionSlotFactory.class
org.spockframework.builder.PojoGestalt.class
org.spockframework.runtime.RunContext.class
org.spockframework.runtime.IRunListener.class
org.spockframework.runtime.IFeatureFilter.class
org.spockframework.runtime.SpecRunHistory$1.class
org.spockframework.runtime.MasterRunListener.class
org.spockframework.runtime.ParameterizedSpecRunner.class
org.spockframework.runtime.SpecRunHistory$Data.class
org.spockframework.runtime.JUnitDescriptionGenerator.class
org.spockframework.runtime.ConfigurationBuilder.class
org.spockframework.runtime.Condition.class
org.spockframework.runtime.WrongExceptionThrownError.class
org.spockframework.runtime.SpockRuntime.class
org.spockframework.runtime.ExpressionInfoRenderer$1.class
org.spockframework.runtime.HamcrestFacade.class
org.spockframework.runtime.SpecInfoBuilder$1.class
org.spockframework.runtime.SpecRunHistory.class
org.spockframework.runtime.ExpressionInfoValueRenderer.class
org.spockframework.runtime.ConfigurationScriptLoader$1.class
org.spockframework.runtime.SpockAssertionError.class
org.spockframework.runtime.ExtensionClassesLoader.class
org.spockframework.runtime.SpockRuntime$MatcherCondition.class
org.spockframework.runtime.ExpressionInfoBuilder.class
org.spockframework.runtime.ConditionNotSatisfiedError.class
org.spockframework.runtime.RunStatus.class
org.spockframework.runtime.ExtensionRunner.class
org.spockframework.runtime.AbstractRunListener.class
org.spockframework.runtime.JUnitSupervisor.class
org.spockframework.runtime.IRunSupervisor.class
org.spockframework.runtime.StackTraceFilter.class
org.spockframework.runtime.SpockComparisonFailure.class
org.spockframework.runtime.SafeIterationNameProvider.class
org.spockframework.runtime.ExpressionInfoRenderer.class
org.spockframework.runtime.JUnitSupervisor$1.class
org.spockframework.runtime.JUnitFilterAdapter.class
org.spockframework.runtime.ValueRecorder.class
org.spockframework.runtime.BaseSpecRunner.class
org.spockframework.runtime.SpockTimeoutError.class
org.spockframework.runtime.SpockExecutionException.class
org.spockframework.runtime.Sputnik.class
org.spockframework.runtime.JUnitSorterAdapter.class
org.spockframework.runtime.IFeatureSortOrder.class
org.spockframework.runtime.HamcrestFacade$HamcrestFacadeImpl.class
org.spockframework.runtime.SpecInfoBuilder$2.class
org.spockframework.runtime.OptimizeRunOrderSuite.class
org.spockframework.runtime.ConfigurationScriptLoader.class
org.spockframework.runtime.IStackTraceFilter.class
org.spockframework.runtime.RunContext$1.class
org.spockframework.runtime.DummyStackTraceFilter.class
org.spockframework.runtime.IMethodNameMapper.class
org.spockframework.runtime.InvalidSpecException.class
org.spockframework.runtime.SpecInfoBuilder.class
org.spockframework.runtime.SpecUtil.class
org.spockframework.runtime.ExtensionRegistry.class
org.spockframework.runtime.ExpressionInfoConverter.class
org.spockframework.runtime.model.FeatureMetadata.class
org.spockframework.runtime.model.BlockMetadata.class
org.spockframework.runtime.model.IterationInfo.class
org.spockframework.runtime.model.FieldInfo.class
org.spockframework.runtime.model.SpecInfo.class
org.spockframework.runtime.model.NodeInfo.class
org.spockframework.runtime.model.SpecMetadata.class
org.spockframework.runtime.model.FieldMetadata.class
org.spockframework.runtime.model.ExpressionInfo$1.class
org.spockframework.runtime.model.NameProvider.class
org.spockframework.runtime.model.TextRegion.class
org.spockframework.runtime.model.BlockKind.class
org.spockframework.runtime.model.ExpressionInfo$3.class
org.spockframework.runtime.model.DataProviderMetadata.class
org.spockframework.runtime.model.DataProviderInfo.class
org.spockframework.runtime.model.ExpressionInfo$2.class
org.spockframework.runtime.model.ISkippable.class
org.spockframework.runtime.model.MethodInfo.class
org.spockframework.runtime.model.TextPosition.class
org.spockframework.runtime.model.SpecInfo$1.class
org.spockframework.runtime.model.IInterceptable.class
org.spockframework.runtime.model.ErrorInfo.class
org.spockframework.runtime.model.IExcludable.class
org.spockframework.runtime.model.FeatureInfo.class
org.spockframework.runtime.model.ExpressionInfo.class
org.spockframework.runtime.model.MethodKind.class
org.spockframework.runtime.model.BlockInfo.class
org.spockframework.runtime.condition.DiffedObjectAsBeanRenderer.class
org.spockframework.runtime.condition.DiffedSetRenderer.class
org.spockframework.runtime.condition.EditOperation.class
org.spockframework.runtime.condition.EditPathRenderer$1.class
org.spockframework.runtime.condition.IObjectRenderer.class
org.spockframework.runtime.condition.EditDistance.class
org.spockframework.runtime.condition.EditOperation$Kind.class
org.spockframework.runtime.condition.IObjectRendererService.class
org.spockframework.runtime.condition.DiffedArrayRenderer.class
org.spockframework.runtime.condition.EditPathRenderer.class
org.spockframework.runtime.condition.LineBuilder.class
org.spockframework.runtime.condition.DiffedObjectAsStringRenderer.class
org.spockframework.runtime.condition.DiffedCollectionRenderer.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
objenesis-1.2.jar
/org.objenesis/objenesis/1.2
查看objenesis所有版本文件
junit-dep-4.9.jar
/junit/junit-dep/4.9
查看junit-dep所有版本文件
groovy-all-1.8.5.jar
/org.codehaus.groovy/groovy-all/1.8.5
查看groovy-all所有版本文件
ant-1.8.2.jar
/org.apache.ant/ant/1.8.2
查看ant所有版本文件
asm-3.2.jar
/asm/asm/3.2
查看asm所有版本文件
cglib-nodep-2.2.jar
/cglib/cglib-nodep/2.2
查看cglib-nodep所有版本文件
hamcrest-core-1.2.jar
/org.hamcrest/hamcrest-core/1.2
查看hamcrest-core所有版本文件
|