请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

IO存入读取带有层级结构的数据

我有一个文件,以.feature为后缀,希望能根据缩进反序列化为Java的类,
如Feature类下包含

  • Background对象,
  • List<Scenario>对象
    • Scenario对象包含属性Given,When,Then,Tag(对应@done,@dev)
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

正在回答 回答被采纳积分+3

1回答

张小喜 2021-02-17 20:37:39

什么样的场景下需要?

0 回复 有任何疑惑可以回复我~
  • 提问者 夏目鲸鱼 #1
    做测试平台,需要将这个文本在前端展示给产品
    回复 有任何疑惑可以回复我~ 2021-02-17 20:38:48
  • 张小喜 回复 提问者 夏目鲸鱼 #2
    你直接将当前对象打印成JSON的形式展示到前台,反序列化时直接将JSON还原回Java对象行不?产品需要关注这个类的定义,还是运行时的状态?
    回复 有任何疑惑可以回复我~ 2021-02-17 20:51:52
  • 提问者 夏目鲸鱼 回复 张小喜 #3
    文本形式怎么变成json形式呢
    回复 有任何疑惑可以回复我~ 2021-02-17 21:00:49
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信