Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OTSWithFeign
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
Siva Naga Someswara Jatla
OTSWithFeign
Commits
0d2175e9
Commit
0d2175e9
authored
Apr 17, 2020
by
Siva Naga Someswara Jatla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified the test cases and added integration test
parent
52e686a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
build.gradle
build.gradle
+3
-0
OfferTransactionControllerIntegrationTest.java
...controller/OfferTransactionControllerIntegrationTest.java
+1
-1
No files found.
build.gradle
View file @
0d2175e9
...
@@ -53,6 +53,9 @@ dependencies {
...
@@ -53,6 +53,9 @@ dependencies {
testImplementation
'org.junit.jupiter:junit-jupiter-api:5.3.1'
testImplementation
'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly
'org.junit.jupiter:junit-jupiter-engine:5.3.1'
testRuntimeOnly
'org.junit.jupiter:junit-jupiter-engine:5.3.1'
compile
'com.h2database:h2:1.3.156'
compile
'com.h2database:h2:1.3.156'
// https://mvnrepository.com/artifact/io.rest-assured/rest-assured
testCompile
group:
'io.rest-assured'
,
name:
'rest-assured'
,
version:
'4.3.0'
//compile 'org.hamcrest:hamcrest-all:2.1'
}
}
...
...
src/test/java/com/nisum/offertransactionservice/controller/OfferTransactionControllerIntegrationTest.java
View file @
0d2175e9
...
@@ -18,7 +18,7 @@ public class OfferTransactionControllerIntegrationTest {
...
@@ -18,7 +18,7 @@ public class OfferTransactionControllerIntegrationTest {
@BeforeEach
@BeforeEach
public
void
setup
()
{
public
void
setup
()
{
RestAssured
.
baseURI
=
"http:localhost"
;
RestAssured
.
baseURI
=
"http:
//
localhost"
;
RestAssured
.
port
=
7072
;
RestAssured
.
port
=
7072
;
}
}
...
...
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