C#中单元测试中使用 xml 文件作为DataSource
摘要:
<Rows> <Row> <A1>1</A1> <A2>1</A2> <Result>2</Result> </Row> <Row> <A1>1</A1> <A2>2</A2> <Result>3</Result> </Row> <Row> <A1>1</A1> <A2>-1</A2> <Resul 阅读全文
posted @ 2022-05-20 20:27 jack_Meng 阅读(108) 评论(0) 推荐(0) 编辑