文件名称: spock-core-2.3-groovy-4.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>2.3-groovy-4.0</version>
</dependency>Gradle:
implementation group: 'org.spockframework', name: 'spock-core', version: '2.3-groovy-4.0'
Gradle (Short):
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Gradle (Kotlin):
implementation("org.spockframework:spock-core:2.3-groovy-4.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
spock.config
spock.lang
spock.mock
spock.util
spock.util.concurrent
spock.util.environment
spock.util.io
spock.util.matcher
spock.util.mop
spock.util.timespock.config.ConfigurationException
spock.config.ConfigurationObject
spock.config.IncludeExcludeCriteria
spock.config.ParallelConfiguration
spock.config.RunnerConfiguration
spock.lang.AutoCleanup
spock.lang.Execution
spock.lang.FailsWith
spock.lang.Ignore
spock.lang.IgnoreIf
spock.lang.IgnoreIf.Container
spock.lang.IgnoreRest
spock.lang.Isolated
spock.lang.Issue
spock.lang.Issue.Container
spock.lang.Narrative
spock.lang.PendingFeature
spock.lang.PendingFeatureIf
spock.lang.PendingFeatureIf.Container
spock.lang.RepeatUntilFailure
spock.lang.Requires
spock.lang.Requires.Container
spock.lang.ResourceLock
spock.lang.ResourceLock.Container
spock.lang.Retry
spock.lang.Retry.Mode
spock.lang.Rollup
spock.lang.See
spock.lang.See.Container
spock.lang.Shared
spock.lang.Specification
spock.lang.Stepwise
spock.lang.Subject
spock.lang.Subject.Container
spock.lang.Tag
spock.lang.Tag.Container
spock.lang.TempDir
spock.lang.Timeout
spock.lang.Title
spock.lang.Unroll
spock.mock.AutoAttach
spock.mock.AutoAttachExtension
spock.mock.DetachedMockFactory
spock.mock.MockFactory
spock.mock.MockingApi
spock.util.Exceptions
spock.util.concurrent.AsyncConditions
spock.util.concurrent.BlockingVariable
spock.util.concurrent.PollingConditions
spock.util.environment.Jvm
spock.util.environment.OperatingSystem
spock.util.environment.OperatingSystem.Family
spock.util.environment.RestoreSystemProperties
spock.util.io.DirectoryFixture
spock.util.io.FileSystemFixture
spock.util.matcher.HamcrestSupport
spock.util.mop.ConfineMetaClassChanges
spock.util.mop.ConfineMetaClassChanges.Container
spock.util.mop.Use
spock.util.mop.Use.Container
spock.util.time.MutableClock