我有一个文件,以.feature为后缀,希望能根据缩进反序列化为Java的类,
如Feature类下包含
<Scenario>
对象
Feature: test category
Background: the bearer token is valid
Given the login api would be connected
When the user logged in
Then check if bearer token is available
@done
Scenario: check three has product
Given PA list under category tree is given
When loop the category tree
Then every PA should not be empty
@dev
Scenario: check the product group under pa should not have duplicate product
Given the following PA
|0111|
# |0231|
# |0351|
# |0511|
|2018|
When get product list group by main furnishing
And check the product under every main furnishing group
Then product under main furnishing group should not duplicate