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
2d2729eb
Commit
2d2729eb
authored
May 17, 2019
by
wff66504
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
7079c526
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
APITest_tk.java
tiku_App/src/com/offcn/test/APITest_tk.java
+2
-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/src/com/offcn/test/APITest_tk.java
View file @
2d2729eb
...
...
@@ -88,7 +88,7 @@ public class APITest_tk extends BasicsGM{
//数据回写
HashMap
<
String
,
Object
>
ExpectResult
=
MapUtil
.
Expect
(
data
);
/*
HashMap<String, Object> ExpectResult=MapUtil.Expect(data);
SheetUtils sheet = new SheetUtils("DataAll.xls", "Output");
sheet.writeExcel(
data.get("NO").toString(),
...
...
@@ -102,6 +102,7 @@ public class APITest_tk extends BasicsGM{
result,
time
);
*/
if
(
result
.
indexOf
(
"Fail"
)!=-
1
){
...
...
tiku_App/src/makeTestCase/MakeTestCases.java
View file @
2d2729eb
...
...
@@ -35,7 +35,7 @@ public class MakeTestCases {
public
static
void
main
(
String
[]
args
)
{
make
(
"TestData/CaseMake.xls"
,
"Sheet1"
,
"
ge
t"
,
"tk_3"
);
make
(
"TestData/CaseMake.xls"
,
"Sheet1"
,
"
pos
t"
,
"tk_3"
);
}
...
...
tiku_App/src/resources/test.properties
View file @
2d2729eb
xls
=
DataAll.xls
sheet
=
TestCase1
sheet
=
test
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