Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
龚小红
oto
Commits
7dc6a453
Commit
7dc6a453
authored
Jul 17, 2020
by
Su-Yi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日志打印方式
parent
92d0c3dd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
417 additions
and
417 deletions
+417
-417
NetworkUtil.java
src/test/java/com/kjj/qa/utils/NetworkUtil.java
+2
-2
Pay.class
target/test-classes/com/kjj/qa/cases/Pay.class
+0
-0
NetworkUtil.class
target/test-classes/com/kjj/qa/utils/NetworkUtil.class
+0
-0
report.html
test-output/report.html
+415
-415
No files found.
src/test/java/com/kjj/qa/utils/NetworkUtil.java
View file @
7dc6a453
...
...
@@ -129,14 +129,14 @@ public class NetworkUtil {
return
"\n"
+
"path: "
+
path
+
"\n"
+
"params: "
+
params
+
"\n"
+
"message: "
+
errorMessage
+
"\n"
+
"response:"
+
responseBody
;
"\n"
+
"response:"
+
responseBody
+
"\n"
;
}
//不带参的接口信息
public
String
message
(
String
path
,
String
errorMessage
,
String
responseBody
){
return
"\n"
+
"path: "
+
path
+
"\n"
+
"message: "
+
errorMessage
+
"\n"
+
"response:"
+
responseBody
;
"\n"
+
"response:"
+
responseBody
+
"\n"
;
}
...
...
target/test-classes/com/kjj/qa/cases/Pay.class
View file @
7dc6a453
No preview for this file type
target/test-classes/com/kjj/qa/utils/NetworkUtil.class
View file @
7dc6a453
No preview for this file type
test-output/report.html
View file @
7dc6a453
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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