Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tiku_APP_APITest
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuai
tiku_APP_APITest
Commits
9d1958b3
Commit
9d1958b3
authored
May 15, 2019
by
wff66504
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20190515
parent
539db41f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
CaseMakeWff.xls
tiku_App/TestData/CaseMakeWff.xls
+0
-0
APITest_tk.java
tiku_App/src/com/offcn/test/APITest_tk.java
+1
-1
MakeTestCases.java
tiku_App/src/makeTestCase/MakeTestCases.java
+1
-1
test.properties
tiku_App/src/resources/test.properties
+2
-1
No files found.
tiku_App/TestData/CaseMakeWff.xls
0 → 100644
View file @
9d1958b3
File added
tiku_App/src/com/offcn/test/APITest_tk.java
View file @
9d1958b3
...
...
@@ -89,7 +89,7 @@ public class APITest_tk extends BasicsGM{
//数据回写
HashMap
<
String
,
Object
>
ExpectResult
=
MapUtil
.
Expect
(
data
);
SheetUtils
sheet
=
new
SheetUtils
(
"DataAll
Mr
.xls"
,
"Output"
);
SheetUtils
sheet
=
new
SheetUtils
(
"DataAll.xls"
,
"Output"
);
sheet
.
writeExcel
(
data
.
get
(
"NO"
).
toString
(),
data
.
get
(
"TCNO"
).
toString
()
+
"_Step"
+
data
.
get
(
"Step"
).
toString
(),
...
...
tiku_App/src/makeTestCase/MakeTestCases.java
View file @
9d1958b3
...
...
@@ -35,7 +35,7 @@ public class MakeTestCases {
public
static
void
main
(
String
[]
args
)
{
make
(
"TestData/CaseMake.xls"
,
"Sheet1"
,
"get"
,
"
nwn
"
);
make
(
"TestData/CaseMake.xls"
,
"Sheet1"
,
"get"
,
"
tk_3
"
);
}
...
...
tiku_App/src/resources/test.properties
View file @
9d1958b3
xls
=
DataAll
Mr
.xls
xls
=
DataAll.xls
sheet
=
TestCase1
mysql_local_Online
=
local
Percentage
=
60
\ No newline at end of file
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