Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
55be703c
Commit
55be703c
authored
Mar 03, 2022
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购物车添加spock测试
parent
f05b8feb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
shopping-cart-application-service/pom.xml
+17
-0
shopping-cart-application-service/src/test/spock/cn/freemud/service/impl/ShoppingCartNewServiceImplTest.groovy
+0
-0
No files found.
shopping-cart-application-service/pom.xml
View file @
55be703c
...
@@ -12,11 +12,28 @@
...
@@ -12,11 +12,28 @@
<properties>
<properties>
<jacoco.version>
0.7.5.201505241946
</jacoco.version>
<jacoco.version>
0.7.5.201505241946
</jacoco.version>
<junit.version>
4.12
</junit.version>
<junit.version>
4.12
</junit.version>
<spock.version>
1.3-groovy-2.5
</spock.version>
</properties>
</properties>
<artifactId>
shopping-cart-application-service
</artifactId>
<artifactId>
shopping-cart-application-service
</artifactId>
<dependencies>
<dependencies>
<!--引入spock 核心包-->
<dependency>
<groupId>
org.spockframework
</groupId>
<artifactId>
spock-core
</artifactId>
<version>
${spock.version}
</version>
<scope>
test
</scope>
</dependency>
<!--引入spock 与 spring 集成包-->
<dependency>
<groupId>
org.spockframework
</groupId>
<artifactId>
spock-spring
</artifactId>
<version>
${spock.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
paymentcenter-sdk
</artifactId>
<artifactId>
paymentcenter-sdk
</artifactId>
...
...
shopping-cart-application-service/src/test/spock/cn/freemud/service/impl/ShoppingCartNewServiceImplTest.groovy
0 → 100644
View file @
55be703c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment