File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 13
13
<include name =" testShouldNotFetchOrder_WhenNoOrderExistsForProductId" />
14
14
<include name =" testShouldNotUpdateOrder_WhenTokenIsMissing" />
15
15
<include name =" testShouldNotUpdateOrder_WhenOrderIdIsNotFound" />
16
- <include name =" testShouldNotUpdateOrder_WhenOrderDetailsAreNotProvided" />
17
16
<include name =" testShouldNotUpdateOrderWithInvalidToken" />
18
17
</methods >
19
18
</class >
39
38
</class >
40
39
</classes >
41
40
</test >
41
+ <test name =" Testing Sad Path Scenarios of Restful E-Commerce APIs after orders are created" >
42
+ <classes >
43
+ <class name =" io.github.mfaisalkhatri.api.restfulecommerce.SadPathTests" >
44
+ <methods >
45
+ <include name =" testShouldNotUpdateOrder_WhenOrderDetailsAreNotProvided" />
46
+ </methods >
47
+ </class >
48
+ </classes >
49
+ </test >
42
50
</suite >
You can’t perform that action at this time.
0 commit comments