├── readme.md ├── 练习 ├── 练习前后端.zip └── 软件测试课程作业.pdf └── 项目 ├── 单元测试代码及报告 ├── allure-report │ ├── app.js │ ├── data │ │ ├── behaviors.csv │ │ ├── behaviors.json │ │ ├── categories.csv │ │ ├── categories.json │ │ ├── packages.json │ │ ├── suites.csv │ │ ├── suites.json │ │ ├── test-cases │ │ │ ├── 12e88d230e0c5e16.json │ │ │ ├── 144ae14af5330f71.json │ │ │ ├── 14dd92b4d949bc7c.json │ │ │ ├── 157c7ccca26ed7d3.json │ │ │ ├── 173420b1b636b687.json │ │ │ ├── 1a88a2a562f8675b.json │ │ │ ├── 2d632c65cf72998d.json │ │ │ ├── 322f2f2b8df640b0.json │ │ │ ├── 38f06893e02fe567.json │ │ │ ├── 3f48af79badc916a.json │ │ │ ├── 3f4c289066b0b775.json │ │ │ ├── 3fb5b932da88cea4.json │ │ │ ├── 427fc76c40e613de.json │ │ │ ├── 44763ec007a38ec6.json │ │ │ ├── 499436dc770f48a2.json │ │ │ ├── 4ac9018e8237a20d.json │ │ │ ├── 4efac5bc8ba213eb.json │ │ │ ├── 51b6d40c84e4c070.json │ │ │ ├── 56502700b23c6211.json │ │ │ ├── 5edf9e2ea935ff23.json │ │ │ ├── 6c89178df5bdbf45.json │ │ │ ├── 70ae3fa6f6bef276.json │ │ │ ├── 731ca4695feb8a00.json │ │ │ ├── 7758c276ff73d499.json │ │ │ ├── 8606d8cd365e9020.json │ │ │ ├── 865289c46399645f.json │ │ │ ├── 89aa5ff858a8d42c.json │ │ │ ├── 8a985c99bebf4c3b.json │ │ │ ├── 8f435f08ea324ce.json │ │ │ ├── 90db6a999acb9313.json │ │ │ ├── 95cdc4a610efc6f7.json │ │ │ ├── 9ec40f56389ea932.json │ │ │ ├── afc0d61874f94460.json │ │ │ ├── b2d7bd9cccbce794.json │ │ │ ├── b2f5b2c3d0de331a.json │ │ │ ├── b5fd73d40db88a04.json │ │ │ ├── b7e43534549ee556.json │ │ │ ├── b9b00502a5fb89f5.json │ │ │ ├── bb1e6c091ee011b7.json │ │ │ ├── c1df8808d8ed028d.json │ │ │ ├── c6d3ee37244f5197.json │ │ │ ├── c78c80215d306466.json │ │ │ ├── c8e40d5ac5587278.json │ │ │ ├── cba9deb71f316eff.json │ │ │ ├── cd3bf8fa7b3a12a3.json │ │ │ ├── d050e61e76555aab.json │ │ │ ├── d1dd11da12a5bc6b.json │ │ │ ├── d354b2df2a123c25.json │ │ │ ├── d533d16800c8d9df.json │ │ │ ├── d9b8faa74765c037.json │ │ │ ├── da50b6cb6fbe33b4.json │ │ │ ├── dcec3fc35fbed3ec.json │ │ │ ├── dff6406438597a9.json │ │ │ ├── e0774a2faa7a52b8.json │ │ │ ├── e18b6f164f47038c.json │ │ │ ├── e2f3fb0dfe506fdc.json │ │ │ ├── e8648e75dff723ae.json │ │ │ ├── ea707acc1fae0eab.json │ │ │ ├── f02b90f078113e3a.json │ │ │ ├── f0d94fd4145a8ad2.json │ │ │ ├── f6b0068e7b2e321c.json │ │ │ ├── fc8778b9b0b51499.json │ │ │ ├── fda3c6a50530f20b.json │ │ │ └── feef6bda1654ba02.json │ │ └── timeline.json │ ├── export │ │ ├── influxDbData.txt │ │ ├── mail.html │ │ └── prometheusData.txt │ ├── favicon.ico │ ├── history │ │ ├── categories-trend.json │ │ ├── duration-trend.json │ │ ├── history-trend.json │ │ ├── history.json │ │ └── retry-trend.json │ ├── index.html │ ├── plugins │ │ ├── behaviors │ │ │ └── index.js │ │ ├── packages │ │ │ └── index.js │ │ └── screen-diff │ │ │ ├── index.js │ │ │ └── styles.css │ ├── styles.css │ └── widgets │ │ ├── behaviors.json │ │ ├── categories-trend.json │ │ ├── categories.json │ │ ├── duration-trend.json │ │ ├── duration.json │ │ ├── environment.json │ │ ├── executors.json │ │ ├── history-trend.json │ │ ├── launch.json │ │ ├── retry-trend.json │ │ ├── severity.json │ │ ├── status-chart.json │ │ ├── suites.json │ │ └── summary.json ├── 单元测试代码.zip ├── 单元测试报告.pdf └── 无bug报告 │ └── allure-report │ ├── app.js │ ├── data │ ├── behaviors.csv │ ├── behaviors.json │ ├── categories.csv │ ├── categories.json │ ├── packages.json │ ├── suites.csv │ ├── suites.json │ ├── test-cases │ │ ├── 144ae14af5330f71.json │ │ ├── 157c7ccca26ed7d3.json │ │ ├── 173420b1b636b687.json │ │ ├── 1a88a2a562f8675b.json │ │ ├── 2d632c65cf72998d.json │ │ ├── 322f2f2b8df640b0.json │ │ ├── 38f06893e02fe567.json │ │ ├── 3f4c289066b0b775.json │ │ ├── 427fc76c40e613de.json │ │ ├── 499436dc770f48a2.json │ │ ├── 4ac9018e8237a20d.json │ │ ├── 51b6d40c84e4c070.json │ │ ├── 89aa5ff858a8d42c.json │ │ ├── 8f435f08ea324ce.json │ │ ├── 95cdc4a610efc6f7.json │ │ ├── 9ec40f56389ea932.json │ │ ├── b2f5b2c3d0de331a.json │ │ ├── c6d3ee37244f5197.json │ │ ├── c78c80215d306466.json │ │ ├── cba9deb71f316eff.json │ │ ├── cd3bf8fa7b3a12a3.json │ │ ├── d050e61e76555aab.json │ │ ├── d1dd11da12a5bc6b.json │ │ ├── d354b2df2a123c25.json │ │ ├── d9b8faa74765c037.json │ │ ├── da50b6cb6fbe33b4.json │ │ ├── e8648e75dff723ae.json │ │ ├── f02b90f078113e3a.json │ │ ├── f6b0068e7b2e321c.json │ │ ├── fc8778b9b0b51499.json │ │ ├── fda3c6a50530f20b.json │ │ └── feef6bda1654ba02.json │ └── timeline.json │ ├── export │ ├── influxDbData.txt │ ├── mail.html │ └── prometheusData.txt │ ├── favicon.ico │ ├── history │ ├── categories-trend.json │ ├── duration-trend.json │ ├── history-trend.json │ ├── history.json │ └── retry-trend.json │ ├── index.html │ ├── plugins │ ├── behaviors │ │ └── index.js │ ├── packages │ │ └── index.js │ └── screen-diff │ │ ├── index.js │ │ └── styles.css │ ├── styles.css │ └── widgets │ ├── behaviors.json │ ├── categories-trend.json │ ├── categories.json │ ├── duration-trend.json │ ├── duration.json │ ├── environment.json │ ├── executors.json │ ├── history-trend.json │ ├── launch.json │ ├── retry-trend.json │ ├── severity.json │ ├── status-chart.json │ ├── suites.json │ └── summary.json ├── 系统测试代码及报告(含压力测试和selenium测试脚本) ├── TJgames.side ├── result1 │ ├── content │ │ ├── css │ │ │ ├── dashboard.css │ │ │ ├── jquery-ui.min.css │ │ │ ├── jquery-ui.structure.min.css │ │ │ ├── jquery-ui.theme.min.css │ │ │ ├── legends.css │ │ │ └── theme.blue.css │ │ ├── js │ │ │ ├── curvedLines.js │ │ │ ├── customGraph.js │ │ │ ├── dashboard-commons.js │ │ │ ├── dashboard.js │ │ │ ├── graph.js │ │ │ ├── hashtable.js │ │ │ ├── jquery-ui.min.js │ │ │ ├── jquery.cookie.js │ │ │ ├── jquery.flot.stack.js │ │ │ ├── jquery.numberformatter-1.2.3.min.js │ │ │ └── jquery.tablesorter.min.js │ │ └── pages │ │ │ ├── CustomsGraphs.html │ │ │ ├── OverTime.html │ │ │ ├── ResponseTimes.html │ │ │ ├── Throughput.html │ │ │ └── icon-apache.png │ ├── index.html │ ├── sbadmin2-1.0.7 │ │ ├── README.md │ │ ├── bower.json │ │ ├── bower_components │ │ │ ├── bootstrap │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── dist │ │ │ │ │ ├── css │ │ │ │ │ └── bootstrap.min.css │ │ │ │ │ ├── fonts │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ │ │ └── js │ │ │ │ │ └── bootstrap.min.js │ │ │ ├── flot-axislabels │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── jquery.flot.axislabels.js │ │ │ ├── flot.tooltip │ │ │ │ ├── .bower.json │ │ │ │ ├── bower.json │ │ │ │ └── js │ │ │ │ │ ├── excanvas.min.js │ │ │ │ │ ├── jquery.flot.js │ │ │ │ │ ├── jquery.flot.tooltip.js │ │ │ │ │ ├── jquery.flot.tooltip.min.js │ │ │ │ │ └── jquery.flot.tooltip.source.js │ │ │ ├── flot │ │ │ │ ├── .bower.json │ │ │ │ ├── .travis.yml │ │ │ │ ├── API.md │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── FAQ.md │ │ │ │ ├── Makefile │ │ │ │ ├── NEWS.md │ │ │ │ ├── PLUGINS.md │ │ │ │ ├── README.md │ │ │ │ ├── component.json │ │ │ │ ├── excanvas.js │ │ │ │ ├── excanvas.min.js │ │ │ │ ├── flot.jquery.json │ │ │ │ ├── jquery.colorhelpers.js │ │ │ │ ├── jquery.flot.canvas.js │ │ │ │ ├── jquery.flot.categories.js │ │ │ │ ├── jquery.flot.crosshair.js │ │ │ │ ├── jquery.flot.errorbars.js │ │ │ │ ├── jquery.flot.fillbetween.js │ │ │ │ ├── jquery.flot.image.js │ │ │ │ ├── jquery.flot.js │ │ │ │ ├── jquery.flot.navigate.js │ │ │ │ ├── jquery.flot.pie.js │ │ │ │ ├── jquery.flot.resize.js │ │ │ │ ├── jquery.flot.selection.js │ │ │ │ ├── jquery.flot.stack.js │ │ │ │ ├── jquery.flot.symbol.js │ │ │ │ ├── jquery.flot.threshold.js │ │ │ │ ├── jquery.flot.time.js │ │ │ │ └── package.json │ │ │ ├── font-awesome │ │ │ │ ├── .bower.json │ │ │ │ ├── .npmignore │ │ │ │ ├── bower.json │ │ │ │ ├── css │ │ │ │ │ ├── font-awesome.css │ │ │ │ │ └── font-awesome.min.css │ │ │ │ ├── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ └── fontawesome-webfont.woff │ │ │ │ ├── less │ │ │ │ │ ├── bordered-pulled.less │ │ │ │ │ ├── core.less │ │ │ │ │ ├── extras.less │ │ │ │ │ ├── fixed-width.less │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ ├── icons.less │ │ │ │ │ ├── larger.less │ │ │ │ │ ├── list.less │ │ │ │ │ ├── mixins.less │ │ │ │ │ ├── path.less │ │ │ │ │ ├── rotated-flipped.less │ │ │ │ │ ├── spinning.less │ │ │ │ │ ├── stacked.less │ │ │ │ │ └── variables.less │ │ │ │ └── scss │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ ├── _core.scss │ │ │ │ │ ├── _extras.scss │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ ├── _icons.scss │ │ │ │ │ ├── _larger.scss │ │ │ │ │ ├── _list.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _path.scss │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ ├── _spinning.scss │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ └── font-awesome.scss │ │ │ ├── jquery │ │ │ │ ├── .bower.json │ │ │ │ ├── bower.json │ │ │ │ └── dist │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ └── jquery.min.map │ │ │ └── metisMenu │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── dist │ │ │ │ ├── metisMenu.min.css │ │ │ │ └── metisMenu.min.js │ │ ├── dist │ │ │ ├── css │ │ │ │ └── sb-admin-2.css │ │ │ └── js │ │ │ │ └── sb-admin-2.js │ │ └── less │ │ │ ├── mixins.less │ │ │ ├── sb-admin-2.less │ │ │ └── variables.less │ └── statistics.json ├── 性能测试-html │ ├── content │ │ ├── css │ │ │ ├── dashboard.css │ │ │ ├── jquery-ui.min.css │ │ │ ├── jquery-ui.structure.min.css │ │ │ ├── jquery-ui.theme.min.css │ │ │ ├── legends.css │ │ │ └── theme.blue.css │ │ ├── js │ │ │ ├── curvedLines.js │ │ │ ├── customGraph.js │ │ │ ├── dashboard-commons.js │ │ │ ├── dashboard.js │ │ │ ├── graph.js │ │ │ ├── hashtable.js │ │ │ ├── jquery-ui.min.js │ │ │ ├── jquery.cookie.js │ │ │ ├── jquery.flot.stack.js │ │ │ ├── jquery.numberformatter-1.2.3.min.js │ │ │ └── jquery.tablesorter.min.js │ │ └── pages │ │ │ ├── CustomsGraphs.html │ │ │ ├── OverTime.html │ │ │ ├── ResponseTimes.html │ │ │ ├── Throughput.html │ │ │ └── icon-apache.png │ ├── index.html │ ├── sbadmin2-1.0.7 │ │ ├── README.md │ │ ├── bower.json │ │ ├── bower_components │ │ │ ├── bootstrap │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── dist │ │ │ │ │ ├── css │ │ │ │ │ └── bootstrap.min.css │ │ │ │ │ ├── fonts │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ │ │ └── js │ │ │ │ │ └── bootstrap.min.js │ │ │ ├── flot-axislabels │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── jquery.flot.axislabels.js │ │ │ ├── flot.tooltip │ │ │ │ ├── .bower.json │ │ │ │ ├── bower.json │ │ │ │ └── js │ │ │ │ │ ├── excanvas.min.js │ │ │ │ │ ├── jquery.flot.js │ │ │ │ │ ├── jquery.flot.tooltip.js │ │ │ │ │ ├── jquery.flot.tooltip.min.js │ │ │ │ │ └── jquery.flot.tooltip.source.js │ │ │ ├── flot │ │ │ │ ├── .bower.json │ │ │ │ ├── .travis.yml │ │ │ │ ├── API.md │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── FAQ.md │ │ │ │ ├── Makefile │ │ │ │ ├── NEWS.md │ │ │ │ ├── PLUGINS.md │ │ │ │ ├── README.md │ │ │ │ ├── component.json │ │ │ │ ├── excanvas.js │ │ │ │ ├── excanvas.min.js │ │ │ │ ├── flot.jquery.json │ │ │ │ ├── jquery.colorhelpers.js │ │ │ │ ├── jquery.flot.canvas.js │ │ │ │ ├── jquery.flot.categories.js │ │ │ │ ├── jquery.flot.crosshair.js │ │ │ │ ├── jquery.flot.errorbars.js │ │ │ │ ├── jquery.flot.fillbetween.js │ │ │ │ ├── jquery.flot.image.js │ │ │ │ ├── jquery.flot.js │ │ │ │ ├── jquery.flot.navigate.js │ │ │ │ ├── jquery.flot.pie.js │ │ │ │ ├── jquery.flot.resize.js │ │ │ │ ├── jquery.flot.selection.js │ │ │ │ ├── jquery.flot.stack.js │ │ │ │ ├── jquery.flot.symbol.js │ │ │ │ ├── jquery.flot.threshold.js │ │ │ │ ├── jquery.flot.time.js │ │ │ │ └── package.json │ │ │ ├── font-awesome │ │ │ │ ├── .bower.json │ │ │ │ ├── .npmignore │ │ │ │ ├── bower.json │ │ │ │ ├── css │ │ │ │ │ ├── font-awesome.css │ │ │ │ │ └── font-awesome.min.css │ │ │ │ ├── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ └── fontawesome-webfont.woff │ │ │ │ ├── less │ │ │ │ │ ├── bordered-pulled.less │ │ │ │ │ ├── core.less │ │ │ │ │ ├── extras.less │ │ │ │ │ ├── fixed-width.less │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ ├── icons.less │ │ │ │ │ ├── larger.less │ │ │ │ │ ├── list.less │ │ │ │ │ ├── mixins.less │ │ │ │ │ ├── path.less │ │ │ │ │ ├── rotated-flipped.less │ │ │ │ │ ├── spinning.less │ │ │ │ │ ├── stacked.less │ │ │ │ │ └── variables.less │ │ │ │ └── scss │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ ├── _core.scss │ │ │ │ │ ├── _extras.scss │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ ├── _icons.scss │ │ │ │ │ ├── _larger.scss │ │ │ │ │ ├── _list.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _path.scss │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ ├── _spinning.scss │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ └── font-awesome.scss │ │ │ ├── jquery │ │ │ │ ├── .bower.json │ │ │ │ ├── bower.json │ │ │ │ └── dist │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ └── jquery.min.map │ │ │ └── metisMenu │ │ │ │ ├── .bower.json │ │ │ │ ├── README.md │ │ │ │ └── dist │ │ │ │ ├── metisMenu.min.css │ │ │ │ └── metisMenu.min.js │ │ ├── dist │ │ │ ├── css │ │ │ │ └── sb-admin-2.css │ │ │ └── js │ │ │ │ └── sb-admin-2.js │ │ └── less │ │ │ ├── mixins.less │ │ │ ├── sb-admin-2.less │ │ │ └── variables.less │ └── statistics.json └── 软件测试文档-系统测试.pdf └── 集成测试代码及报告 ├── Controllers集成测试代码.zip ├── 集成测试_Apifox_1.html ├── 集成测试_Apifox_2.html ├── 集成测试代码 运行python即可.zip └── 集成测试计划与报告.pdf /readme.md: -------------------------------------------------------------------------------- 1 | ### 项目简介 2 | StarGames 是由我们团队开发的⼀个游戏信息管理系统,依据⼀定的隐私条例来供⽤⼾在 StarGames 平台上进⾏游戏的发布与购买,以此⽅便⽤⼾对⾃⼰的游戏进⾏管理随着游戏数量的不断增⻓,⽤⼾需要处理⼤量的游戏数据信息,从⽽快捷地管理⾃⼰所拥有的游戏并进⾏各种操作,⽤⼾同时也需要⼀个集中的平台来了解当前游戏如评价、价格和销量等各种信息,与好友进⾏交流;管理员也需要⼀个可以快速管理买家与商品的途径。 3 | 我们对该系统进行了单元测试、集成测试和系统测试,并完成了压力测试和使用了Selenium IDE脚本来完成系统测试的加分项 4 | -------------------------------------------------------------------------------- /练习/练习前后端.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/练习/练习前后端.zip -------------------------------------------------------------------------------- /练习/软件测试课程作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/练习/软件测试课程作业.pdf -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/behaviors.csv: -------------------------------------------------------------------------------- 1 | "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" 2 | "","","","1","4","27","0","0" 3 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/categories.csv: -------------------------------------------------------------------------------- 1 | "Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" 2 | "Product defects","1","0","0","0","0" 3 | "Test defects","0","4","0","0","0" 4 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/144ae14af5330f71.json: -------------------------------------------------------------------------------- 1 | {"uid":"144ae14af5330f71","name":"testGetFriendIDForList()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendIDForList","historyId":"62770c027c0ca2f837efeb50ed80a2e1","time":{"start":1687343877982,"stop":1687343878021,"duration":39},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8606d8cd365e9020","status":"passed","time":{"start":1687343314807,"stop":1687343315042,"duration":235}}]},"tags":[]},"source":"144ae14af5330f71.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/14dd92b4d949bc7c.json: -------------------------------------------------------------------------------- 1 | {"uid":"14dd92b4d949bc7c","name":"testRegisterFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterFail","historyId":"ed23855dd5edba1b460ff57e068cd39a","time":{"start":1687343314663,"stop":1687343314690,"duration":27},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"14dd92b4d949bc7c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/157c7ccca26ed7d3.json: -------------------------------------------------------------------------------- 1 | {"uid":"157c7ccca26ed7d3","name":"测试GetCommodityInfo方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommodityInfo","historyId":"92f09e51803d03371480ee2719ffd397","time":{"start":1687343875785,"stop":1687343875822,"duration":37},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommodityInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommodityInfo"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0774a2faa7a52b8","status":"passed","time":{"start":1687343312614,"stop":1687343312643,"duration":29}}]},"tags":[]},"source":"157c7ccca26ed7d3.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/173420b1b636b687.json: -------------------------------------------------------------------------------- 1 | {"uid":"173420b1b636b687","name":"testGenerateUserID()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testGenerateUserID","historyId":"3a9503354519286fcd1a34c430393919","time":{"start":1687343875642,"stop":1687343875676,"duration":34},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testGenerateUserID()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testGenerateUserID"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"56502700b23c6211","status":"passed","time":{"start":1687343312437,"stop":1687343312466,"duration":29}}]},"tags":[]},"source":"173420b1b636b687.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/1a88a2a562f8675b.json: -------------------------------------------------------------------------------- 1 | {"uid":"1a88a2a562f8675b","name":"测试AdminController中的GetBuyerListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetBuyerListItems","historyId":"b9c1541ba2baa6cfd43e6a6862535fed","time":{"start":1687343880338,"stop":1687343880362,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetBuyerListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetBuyerListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1df8808d8ed028d","status":"passed","time":{"start":1687343316868,"stop":1687343316918,"duration":50}}]},"tags":[]},"source":"1a88a2a562f8675b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/2d632c65cf72998d.json: -------------------------------------------------------------------------------- 1 | {"uid":"2d632c65cf72998d","name":"测试AdminController中的QueryCommodityItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryCommodityItem","historyId":"da4139b54d7a58dfd762d7e7f3156f23","time":{"start":1687343879918,"stop":1687343880230,"duration":312},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryCommodityItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryCommodityItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44763ec007a38ec6","status":"passed","time":{"start":1687343316659,"stop":1687343316755,"duration":96}}]},"tags":[]},"source":"2d632c65cf72998d.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/38f06893e02fe567.json: -------------------------------------------------------------------------------- 1 | {"uid":"38f06893e02fe567","name":"testAddNewUser()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testAddNewUser","historyId":"2958181c890d698e3cb092438c8ff5f1","time":{"start":1687343874746,"stop":1687343875534,"duration":788},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testAddNewUser()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testAddNewUser"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70ae3fa6f6bef276","status":"passed","time":{"start":1687343311478,"stop":1687343312345,"duration":867}}]},"tags":[]},"source":"38f06893e02fe567.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/3f48af79badc916a.json: -------------------------------------------------------------------------------- 1 | {"uid":"3f48af79badc916a","name":"测试GetCommoditiesIDForList方法,获取商品列表","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommoditiesIDForList","historyId":"cc78e159161046a6501886a26a61e0b8","time":{"start":1687343312572,"stop":1687343312611,"duration":39},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommoditiesIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommoditiesIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3f48af79badc916a.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/3f4c289066b0b775.json: -------------------------------------------------------------------------------- 1 | {"uid":"3f4c289066b0b775","name":"测试GetBuyerIDForList方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetBuyerIDForList","historyId":"df72526dab55ff76505e749762c6fe1d","time":{"start":1687343875863,"stop":1687343875894,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetBuyerIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetBuyerIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4efac5bc8ba213eb","status":"passed","time":{"start":1687343312683,"stop":1687343312711,"duration":28}}]},"tags":[]},"source":"3f4c289066b0b775.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/3fb5b932da88cea4.json: -------------------------------------------------------------------------------- 1 | {"uid":"3fb5b932da88cea4","name":"testCheckIdentity()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testCheckIdentity","historyId":"79f66a1ab5b0723726ad65663ac37f4b","time":{"start":1687343312386,"stop":1687343312433,"duration":47},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testCheckIdentity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testCheckIdentity"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3fb5b932da88cea4.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/427fc76c40e613de.json: -------------------------------------------------------------------------------- 1 | {"uid":"427fc76c40e613de","name":"测试getGameIDForLibrary方法,密码错误","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithIncorrectPassword","historyId":"f1dcf98776702710a4035a5378d6695e","time":{"start":1687343879348,"stop":1687343879386,"duration":38},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithIncorrectPassword()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithIncorrectPassword"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"865289c46399645f","status":"passed","time":{"start":1687343316055,"stop":1687343316093,"duration":38}}]},"tags":[]},"source":"427fc76c40e613de.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/44763ec007a38ec6.json: -------------------------------------------------------------------------------- 1 | {"uid":"44763ec007a38ec6","name":"测试AdminController中的QueryCommodityItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryCommodityItem","historyId":"da4139b54d7a58dfd762d7e7f3156f23","time":{"start":1687343316659,"stop":1687343316755,"duration":96},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryCommodityItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryCommodityItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"44763ec007a38ec6.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/499436dc770f48a2.json: -------------------------------------------------------------------------------- 1 | {"uid":"499436dc770f48a2","name":"测试BlockBuyer方法,封禁买家","fullName":"com.example.demo.Services.impl.AdminServiceTest.testBlockBuyer","historyId":"37c5e2deac30e74a37ae61da53a69fe3","time":{"start":1687343875824,"stop":1687343875855,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0d94fd4145a8ad2","status":"passed","time":{"start":1687343312647,"stop":1687343312676,"duration":29}}]},"tags":[]},"source":"499436dc770f48a2.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/4ac9018e8237a20d.json: -------------------------------------------------------------------------------- 1 | {"uid":"4ac9018e8237a20d","name":"测试GetCommoditiesIDForList方法,获取商品列表","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommoditiesIDForList","historyId":"cc78e159161046a6501886a26a61e0b8","time":{"start":1687343875751,"stop":1687343875782,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommoditiesIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommoditiesIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f48af79badc916a","status":"passed","time":{"start":1687343312572,"stop":1687343312611,"duration":39}}]},"tags":[]},"source":"4ac9018e8237a20d.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/4efac5bc8ba213eb.json: -------------------------------------------------------------------------------- 1 | {"uid":"4efac5bc8ba213eb","name":"测试GetBuyerIDForList方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetBuyerIDForList","historyId":"df72526dab55ff76505e749762c6fe1d","time":{"start":1687343312683,"stop":1687343312711,"duration":28},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetBuyerIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetBuyerIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4efac5bc8ba213eb.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/51b6d40c84e4c070.json: -------------------------------------------------------------------------------- 1 | {"uid":"51b6d40c84e4c070","name":"测试AdminController中的QueryBuyerItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryBuyerItem","historyId":"ed744c29712cb3f436cfc8725111fe9c","time":{"start":1687343880232,"stop":1687343880256,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryBuyerItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryBuyerItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7e43534549ee556","status":"passed","time":{"start":1687343316758,"stop":1687343316781,"duration":23}}]},"tags":[]},"source":"51b6d40c84e4c070.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/56502700b23c6211.json: -------------------------------------------------------------------------------- 1 | {"uid":"56502700b23c6211","name":"testGenerateUserID()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testGenerateUserID","historyId":"3a9503354519286fcd1a34c430393919","time":{"start":1687343312437,"stop":1687343312466,"duration":29},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testGenerateUserID()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testGenerateUserID"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"56502700b23c6211.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/5edf9e2ea935ff23.json: -------------------------------------------------------------------------------- 1 | {"uid":"5edf9e2ea935ff23","name":"testLoginSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginSuccess","historyId":"a364349650e880715b381baff3efa35e","time":{"start":1687343314523,"stop":1687343314625,"duration":102},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5edf9e2ea935ff23.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/6c89178df5bdbf45.json: -------------------------------------------------------------------------------- 1 | {"uid":"6c89178df5bdbf45","name":"测试getGameIDForLibrary方法,验证码错误","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithIncorrectCode","historyId":"d36944d74572996eccb826fca338088a","time":{"start":1687343316096,"stop":1687343316127,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithIncorrectCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithIncorrectCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6c89178df5bdbf45.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/70ae3fa6f6bef276.json: -------------------------------------------------------------------------------- 1 | {"uid":"70ae3fa6f6bef276","name":"testAddNewUser()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testAddNewUser","historyId":"2958181c890d698e3cb092438c8ff5f1","time":{"start":1687343311478,"stop":1687343312345,"duration":867},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testAddNewUser()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testAddNewUser"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"70ae3fa6f6bef276.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/7758c276ff73d499.json: -------------------------------------------------------------------------------- 1 | {"uid":"7758c276ff73d499","name":"测试 GetListItems 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testGetListItems","historyId":"3b4f220595f96e8894716a653eaf6766","time":{"start":1687343313449,"stop":1687343313687,"duration":238},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testGetListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testGetListItems"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"7758c276ff73d499.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/8606d8cd365e9020.json: -------------------------------------------------------------------------------- 1 | {"uid":"8606d8cd365e9020","name":"testGetFriendIDForList()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendIDForList","historyId":"62770c027c0ca2f837efeb50ed80a2e1","time":{"start":1687343314807,"stop":1687343315042,"duration":235},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8606d8cd365e9020.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/865289c46399645f.json: -------------------------------------------------------------------------------- 1 | {"uid":"865289c46399645f","name":"测试getGameIDForLibrary方法,密码错误","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithIncorrectPassword","historyId":"f1dcf98776702710a4035a5378d6695e","time":{"start":1687343316055,"stop":1687343316093,"duration":38},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithIncorrectPassword()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithIncorrectPassword"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"865289c46399645f.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/89aa5ff858a8d42c.json: -------------------------------------------------------------------------------- 1 | {"uid":"89aa5ff858a8d42c","name":"testLoginFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginFail","historyId":"39e4f7811b1db3b3a9a5660e37b3b5a0","time":{"start":1687343877741,"stop":1687343877773,"duration":32},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea707acc1fae0eab","status":"passed","time":{"start":1687343314634,"stop":1687343314660,"duration":26}}]},"tags":[]},"source":"89aa5ff858a8d42c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/8a985c99bebf4c3b.json: -------------------------------------------------------------------------------- 1 | {"uid":"8a985c99bebf4c3b","name":"testRegisterSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterSuccess","historyId":"a5e779ce457b91fbd11bc0186b93ae44","time":{"start":1687343314693,"stop":1687343314718,"duration":25},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8a985c99bebf4c3b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/8f435f08ea324ce.json: -------------------------------------------------------------------------------- 1 | {"uid":"8f435f08ea324ce","name":"测试getGameIDForLibrary方法,验证码错误","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithIncorrectCode","historyId":"d36944d74572996eccb826fca338088a","time":{"start":1687343879388,"stop":1687343879418,"duration":30},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithIncorrectCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithIncorrectCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c89178df5bdbf45","status":"passed","time":{"start":1687343316096,"stop":1687343316127,"duration":31}}]},"tags":[]},"source":"8f435f08ea324ce.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/90db6a999acb9313.json: -------------------------------------------------------------------------------- 1 | {"uid":"90db6a999acb9313","name":"测试getGameIDForLibrary方法,密码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullPassword","historyId":"9792b76cb0f037fbeb7edc38f8d002e2","time":{"start":1687343315895,"stop":1687343316018,"duration":123},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullPassword()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullPassword"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"90db6a999acb9313.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/95cdc4a610efc6f7.json: -------------------------------------------------------------------------------- 1 | {"uid":"95cdc4a610efc6f7","name":"testGetFriendInfo()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendInfo","historyId":"aac98875cbb8d324abc8fdbec0ccf8d","time":{"start":1687343877857,"stop":1687343877900,"duration":43},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendInfo"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d533d16800c8d9df","status":"passed","time":{"start":1687343314726,"stop":1687343314767,"duration":41}}]},"tags":[]},"source":"95cdc4a610efc6f7.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/afc0d61874f94460.json: -------------------------------------------------------------------------------- 1 | {"uid":"afc0d61874f94460","name":"测试getGameIDForLibrary方法,验证码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullCode","historyId":"53603edbe213d102d4addc2142b4463","time":{"start":1687343316023,"stop":1687343316052,"duration":29},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"afc0d61874f94460.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/b2f5b2c3d0de331a.json: -------------------------------------------------------------------------------- 1 | {"uid":"b2f5b2c3d0de331a","name":"测试AdminController中的BlockBuyer方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testBlockBuyer","historyId":"92c975c0a2866a6685dba7104a4e8fd0","time":{"start":1687343880313,"stop":1687343880336,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9b00502a5fb89f5","status":"passed","time":{"start":1687343316841,"stop":1687343316863,"duration":22}}]},"tags":[]},"source":"b2f5b2c3d0de331a.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/b7e43534549ee556.json: -------------------------------------------------------------------------------- 1 | {"uid":"b7e43534549ee556","name":"测试AdminController中的QueryBuyerItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryBuyerItem","historyId":"ed744c29712cb3f436cfc8725111fe9c","time":{"start":1687343316758,"stop":1687343316781,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryBuyerItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryBuyerItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b7e43534549ee556.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/b9b00502a5fb89f5.json: -------------------------------------------------------------------------------- 1 | {"uid":"b9b00502a5fb89f5","name":"测试AdminController中的BlockBuyer方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testBlockBuyer","historyId":"92c975c0a2866a6685dba7104a4e8fd0","time":{"start":1687343316841,"stop":1687343316863,"duration":22},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b9b00502a5fb89f5.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/bb1e6c091ee011b7.json: -------------------------------------------------------------------------------- 1 | {"uid":"bb1e6c091ee011b7","name":"测试 DeleteFriend 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testDeleteFriend","historyId":"2e2ca1447f3fbb522edfb043f9030a10","time":{"start":1687343313692,"stop":1687343313721,"duration":29},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testDeleteFriend()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testDeleteFriend"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"bb1e6c091ee011b7.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/c1df8808d8ed028d.json: -------------------------------------------------------------------------------- 1 | {"uid":"c1df8808d8ed028d","name":"测试AdminController中的GetBuyerListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetBuyerListItems","historyId":"b9c1541ba2baa6cfd43e6a6862535fed","time":{"start":1687343316868,"stop":1687343316918,"duration":50},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetBuyerListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetBuyerListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c1df8808d8ed028d.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/c6d3ee37244f5197.json: -------------------------------------------------------------------------------- 1 | {"uid":"c6d3ee37244f5197","name":"测试getGameIDForLibrary方法,验证码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullCode","historyId":"53603edbe213d102d4addc2142b4463","time":{"start":1687343879315,"stop":1687343879345,"duration":30},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"afc0d61874f94460","status":"passed","time":{"start":1687343316023,"stop":1687343316052,"duration":29}}]},"tags":[]},"source":"c6d3ee37244f5197.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/c78c80215d306466.json: -------------------------------------------------------------------------------- 1 | {"uid":"c78c80215d306466","name":"测试AdminController中的GetCommodityListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetCommodityListItems","historyId":"8d857370e6deb9306d5a0ab7e3f197b0","time":{"start":1687343880286,"stop":1687343880310,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetCommodityListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetCommodityListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dcec3fc35fbed3ec","status":"passed","time":{"start":1687343316812,"stop":1687343316838,"duration":26}}]},"tags":[]},"source":"c78c80215d306466.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/c8e40d5ac5587278.json: -------------------------------------------------------------------------------- 1 | {"uid":"c8e40d5ac5587278","name":"测试getGameIDForLibrary方法,密码和验证码正确","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithCorrectPasswordAndCode","historyId":"9f26e843a1d06da11c173162a0f7face","time":{"start":1687343315814,"stop":1687343315886,"duration":72},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithCorrectPasswordAndCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithCorrectPasswordAndCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c8e40d5ac5587278.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/cd3bf8fa7b3a12a3.json: -------------------------------------------------------------------------------- 1 | {"uid":"cd3bf8fa7b3a12a3","name":"testRegisterFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterFail","historyId":"ed23855dd5edba1b460ff57e068cd39a","time":{"start":1687343877776,"stop":1687343877823,"duration":47},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14dd92b4d949bc7c","status":"passed","time":{"start":1687343314663,"stop":1687343314690,"duration":27}}]},"tags":[]},"source":"cd3bf8fa7b3a12a3.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/d1dd11da12a5bc6b.json: -------------------------------------------------------------------------------- 1 | {"uid":"d1dd11da12a5bc6b","name":"testLoginSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginSuccess","historyId":"a364349650e880715b381baff3efa35e","time":{"start":1687343877641,"stop":1687343877734,"duration":93},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5edf9e2ea935ff23","status":"passed","time":{"start":1687343314523,"stop":1687343314625,"duration":102}}]},"tags":[]},"source":"d1dd11da12a5bc6b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/d533d16800c8d9df.json: -------------------------------------------------------------------------------- 1 | {"uid":"d533d16800c8d9df","name":"testGetFriendInfo()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendInfo","historyId":"aac98875cbb8d324abc8fdbec0ccf8d","time":{"start":1687343314726,"stop":1687343314767,"duration":41},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendInfo"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d533d16800c8d9df.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/d9b8faa74765c037.json: -------------------------------------------------------------------------------- 1 | {"uid":"d9b8faa74765c037","name":"testCheckIdentity()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testCheckIdentity","historyId":"79f66a1ab5b0723726ad65663ac37f4b","time":{"start":1687343875579,"stop":1687343875638,"duration":59},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testCheckIdentity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testCheckIdentity"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3fb5b932da88cea4","status":"passed","time":{"start":1687343312386,"stop":1687343312433,"duration":47}}]},"tags":[]},"source":"d9b8faa74765c037.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/da50b6cb6fbe33b4.json: -------------------------------------------------------------------------------- 1 | {"uid":"da50b6cb6fbe33b4","name":"测试 DeleteFriend 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testDeleteFriend","historyId":"2e2ca1447f3fbb522edfb043f9030a10","time":{"start":1687343876879,"stop":1687343876919,"duration":40},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testDeleteFriend()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testDeleteFriend"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb1e6c091ee011b7","status":"passed","time":{"start":1687343313692,"stop":1687343313721,"duration":29}}]},"tags":[]},"source":"da50b6cb6fbe33b4.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/dcec3fc35fbed3ec.json: -------------------------------------------------------------------------------- 1 | {"uid":"dcec3fc35fbed3ec","name":"测试AdminController中的GetCommodityListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetCommodityListItems","historyId":"8d857370e6deb9306d5a0ab7e3f197b0","time":{"start":1687343316812,"stop":1687343316838,"duration":26},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetCommodityListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetCommodityListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"dcec3fc35fbed3ec.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/e0774a2faa7a52b8.json: -------------------------------------------------------------------------------- 1 | {"uid":"e0774a2faa7a52b8","name":"测试GetCommodityInfo方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommodityInfo","historyId":"92f09e51803d03371480ee2719ffd397","time":{"start":1687343312614,"stop":1687343312643,"duration":29},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommodityInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommodityInfo"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e0774a2faa7a52b8.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/e18b6f164f47038c.json: -------------------------------------------------------------------------------- 1 | {"uid":"e18b6f164f47038c","name":"contextLoads()","fullName":"com.example.demo.DemoApplicationTests.contextLoads","historyId":"ec22e5b77858497c179e24ead9677d8","time":{"start":1687343313737,"stop":1687343313740,"duration":3},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.DemoApplicationTests]/[method:contextLoads()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.DemoApplicationTests"},{"name":"testClass","value":"com.example.demo.DemoApplicationTests"},{"name":"testMethod","value":"contextLoads"},{"name":"suite","value":"com.example.demo.DemoApplicationTests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e18b6f164f47038c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/e2f3fb0dfe506fdc.json: -------------------------------------------------------------------------------- 1 | {"uid":"e2f3fb0dfe506fdc","name":"测试AdminController中的WithdrawCommodity方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testWithdrawCommodity","historyId":"2d7827736c61644bea85e631836ceef1","time":{"start":1687343316785,"stop":1687343316808,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testWithdrawCommodity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testWithdrawCommodity"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e2f3fb0dfe506fdc.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/e8648e75dff723ae.json: -------------------------------------------------------------------------------- 1 | {"uid":"e8648e75dff723ae","name":"contextLoads()","fullName":"com.example.demo.DemoApplicationTests.contextLoads","historyId":"ec22e5b77858497c179e24ead9677d8","time":{"start":1687343876938,"stop":1687343876943,"duration":5},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.DemoApplicationTests]/[method:contextLoads()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.DemoApplicationTests"},{"name":"testClass","value":"com.example.demo.DemoApplicationTests"},{"name":"testMethod","value":"contextLoads"},{"name":"suite","value":"com.example.demo.DemoApplicationTests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e18b6f164f47038c","status":"passed","time":{"start":1687343313737,"stop":1687343313740,"duration":3}}]},"tags":[]},"source":"e8648e75dff723ae.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/ea707acc1fae0eab.json: -------------------------------------------------------------------------------- 1 | {"uid":"ea707acc1fae0eab","name":"testLoginFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginFail","historyId":"39e4f7811b1db3b3a9a5660e37b3b5a0","time":{"start":1687343314634,"stop":1687343314660,"duration":26},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ea707acc1fae0eab.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/f02b90f078113e3a.json: -------------------------------------------------------------------------------- 1 | {"uid":"f02b90f078113e3a","name":"testDeleteFriend()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testDeleteFriend","historyId":"cd56542a5894899d5c0b1fa94d3c5d8","time":{"start":1687343877905,"stop":1687343877978,"duration":73},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testDeleteFriend()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testDeleteFriend"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":1,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"b5fd73d40db88a04","status":"failed","statusDetails":"expected: but was: ","time":{"start":1687343314772,"stop":1687343314802,"duration":30}}]},"tags":[]},"source":"f02b90f078113e3a.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/f0d94fd4145a8ad2.json: -------------------------------------------------------------------------------- 1 | {"uid":"f0d94fd4145a8ad2","name":"测试BlockBuyer方法,封禁买家","fullName":"com.example.demo.Services.impl.AdminServiceTest.testBlockBuyer","historyId":"37c5e2deac30e74a37ae61da53a69fe3","time":{"start":1687343312647,"stop":1687343312676,"duration":29},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"43152@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f0d94fd4145a8ad2.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/f6b0068e7b2e321c.json: -------------------------------------------------------------------------------- 1 | {"uid":"f6b0068e7b2e321c","name":"测试getGameIDForLibrary方法,密码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullPassword","historyId":"9792b76cb0f037fbeb7edc38f8d002e2","time":{"start":1687343879267,"stop":1687343879312,"duration":45},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullPassword()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullPassword"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90db6a999acb9313","status":"passed","time":{"start":1687343315895,"stop":1687343316018,"duration":123}}]},"tags":[]},"source":"f6b0068e7b2e321c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/fc8778b9b0b51499.json: -------------------------------------------------------------------------------- 1 | {"uid":"fc8778b9b0b51499","name":"测试 GetListItems 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testGetListItems","historyId":"3b4f220595f96e8894716a653eaf6766","time":{"start":1687343876587,"stop":1687343876873,"duration":286},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testGetListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testGetListItems"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7758c276ff73d499","status":"passed","time":{"start":1687343313449,"stop":1687343313687,"duration":238}}]},"tags":[]},"source":"fc8778b9b0b51499.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/fda3c6a50530f20b.json: -------------------------------------------------------------------------------- 1 | {"uid":"fda3c6a50530f20b","name":"testRegisterSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterSuccess","historyId":"a5e779ce457b91fbd11bc0186b93ae44","time":{"start":1687343877826,"stop":1687343877849,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a985c99bebf4c3b","status":"passed","time":{"start":1687343314693,"stop":1687343314718,"duration":25}}]},"tags":[]},"source":"fda3c6a50530f20b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/data/test-cases/feef6bda1654ba02.json: -------------------------------------------------------------------------------- 1 | {"uid":"feef6bda1654ba02","name":"测试AdminController中的WithdrawCommodity方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testWithdrawCommodity","historyId":"2d7827736c61644bea85e631836ceef1","time":{"start":1687343880259,"stop":1687343880283,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testWithdrawCommodity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testWithdrawCommodity"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2f3fb0dfe506fdc","status":"passed","time":{"start":1687343316785,"stop":1687343316808,"duration":23}}]},"tags":[]},"source":"feef6bda1654ba02.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/export/influxDbData.txt: -------------------------------------------------------------------------------- 1 | launch_status failed=1 1687343705000000000 2 | launch_status broken=4 1687343705000000000 3 | launch_status passed=27 1687343705000000000 4 | launch_status skipped=0 1687343705000000000 5 | launch_status unknown=0 1687343705000000000 6 | launch_time duration=5440 1687343705000000000 7 | launch_time min_duration=0 1687343705000000000 8 | launch_time max_duration=867 1687343705000000000 9 | launch_time sum_duration=2446 1687343705000000000 10 | launch_problems product_defects=1 1687343705000000000 11 | launch_problems test_defects=4 1687343705000000000 12 | launch_retries retries=0 1687343705000000000 13 | launch_retries run=32 1687343705000000000 14 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/export/mail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Allure Report summary mail 6 | 7 | 8 | Mail body 9 | 10 | 11 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/export/prometheusData.txt: -------------------------------------------------------------------------------- 1 | launch_status_failed 1 2 | launch_status_broken 4 3 | launch_status_passed 27 4 | launch_status_skipped 0 5 | launch_status_unknown 0 6 | launch_time_duration 5440 7 | launch_time_min_duration 0 8 | launch_time_max_duration 867 9 | launch_time_sum_duration 2446 10 | launch_problems_product_defects 1 11 | launch_problems_test_defects 4 12 | launch_retries_retries 0 13 | launch_retries_run 32 14 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/单元测试代码及报告/allure-report/favicon.ico -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/history/categories-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"Product defects":1,"Test defects":4}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/history/duration-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"duration":5440}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/history/history-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"failed":1,"broken":4,"skipped":0,"passed":27,"unknown":0,"total":32}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/history/retry-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"run":32,"retry":0}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Allure Report 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/plugins/screen-diff/styles.css: -------------------------------------------------------------------------------- 1 | .screen-diff__switchers { 2 | margin-bottom: 1em; 3 | } 4 | 5 | .screen-diff__switchers label + label { 6 | margin-left: 1em; 7 | } 8 | 9 | .screen-diff__overlay { 10 | position: relative; 11 | cursor: col-resize; 12 | } 13 | 14 | .screen-diff__container { 15 | overflow-x: auto; 16 | } 17 | 18 | .screen-diff__image-over { 19 | top: 0; 20 | left: 0; 21 | bottom: 0; 22 | background: #fff; 23 | position: absolute; 24 | overflow: hidden; 25 | box-shadow: 2px 0 1px -1px #aaa; 26 | } 27 | 28 | .screen-diff-error { 29 | color: #fd5a3e; 30 | } 31 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/behaviors.json: -------------------------------------------------------------------------------- 1 | {"total":32,"items":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/categories-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"Product defects":1,"Test defects":4}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/categories.json: -------------------------------------------------------------------------------- 1 | {"total":2,"items":[{"uid":"8fb3a91ba5aaf9de24cc8a92edc82b5d","name":"Product defects","statistic":{"failed":1,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":1}},{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":4,"skipped":0,"passed":0,"unknown":0,"total":4}}]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/duration-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"duration":5440}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/environment.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/executors.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/history-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"failed":1,"broken":4,"skipped":0,"passed":27,"unknown":0,"total":32}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/launch.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/retry-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"run":32,"retry":0}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/allure-report/widgets/summary.json: -------------------------------------------------------------------------------- 1 | {"reportName":"Allure Report","testRuns":[],"statistic":{"failed":1,"broken":4,"skipped":0,"passed":27,"unknown":0,"total":32},"time":{"start":1687343311478,"stop":1687343316918,"duration":5440,"minDuration":0,"maxDuration":867,"sumDuration":2446}} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/单元测试代码.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/单元测试代码及报告/单元测试代码.zip -------------------------------------------------------------------------------- /项目/单元测试代码及报告/单元测试报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/单元测试代码及报告/单元测试报告.pdf -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/behaviors.csv: -------------------------------------------------------------------------------- 1 | "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" 2 | "","","","0","0","32","0","0" 3 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/categories.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/单元测试代码及报告/无bug报告/allure-report/data/categories.csv -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/categories.json: -------------------------------------------------------------------------------- 1 | {"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/144ae14af5330f71.json: -------------------------------------------------------------------------------- 1 | {"uid":"144ae14af5330f71","name":"testGetFriendIDForList()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendIDForList","historyId":"62770c027c0ca2f837efeb50ed80a2e1","time":{"start":1687343877982,"stop":1687343878021,"duration":39},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8606d8cd365e9020","status":"passed","time":{"start":1687343314807,"stop":1687343315042,"duration":235}}]},"tags":[]},"source":"144ae14af5330f71.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/157c7ccca26ed7d3.json: -------------------------------------------------------------------------------- 1 | {"uid":"157c7ccca26ed7d3","name":"测试GetCommodityInfo方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommodityInfo","historyId":"92f09e51803d03371480ee2719ffd397","time":{"start":1687343875785,"stop":1687343875822,"duration":37},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommodityInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommodityInfo"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0774a2faa7a52b8","status":"passed","time":{"start":1687343312614,"stop":1687343312643,"duration":29}}]},"tags":[]},"source":"157c7ccca26ed7d3.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/173420b1b636b687.json: -------------------------------------------------------------------------------- 1 | {"uid":"173420b1b636b687","name":"testGenerateUserID()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testGenerateUserID","historyId":"3a9503354519286fcd1a34c430393919","time":{"start":1687343875642,"stop":1687343875676,"duration":34},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testGenerateUserID()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testGenerateUserID"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"56502700b23c6211","status":"passed","time":{"start":1687343312437,"stop":1687343312466,"duration":29}}]},"tags":[]},"source":"173420b1b636b687.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/1a88a2a562f8675b.json: -------------------------------------------------------------------------------- 1 | {"uid":"1a88a2a562f8675b","name":"测试AdminController中的GetBuyerListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetBuyerListItems","historyId":"b9c1541ba2baa6cfd43e6a6862535fed","time":{"start":1687343880338,"stop":1687343880362,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetBuyerListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetBuyerListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1df8808d8ed028d","status":"passed","time":{"start":1687343316868,"stop":1687343316918,"duration":50}}]},"tags":[]},"source":"1a88a2a562f8675b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/2d632c65cf72998d.json: -------------------------------------------------------------------------------- 1 | {"uid":"2d632c65cf72998d","name":"测试AdminController中的QueryCommodityItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryCommodityItem","historyId":"da4139b54d7a58dfd762d7e7f3156f23","time":{"start":1687343879918,"stop":1687343880230,"duration":312},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryCommodityItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryCommodityItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44763ec007a38ec6","status":"passed","time":{"start":1687343316659,"stop":1687343316755,"duration":96}}]},"tags":[]},"source":"2d632c65cf72998d.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/38f06893e02fe567.json: -------------------------------------------------------------------------------- 1 | {"uid":"38f06893e02fe567","name":"testAddNewUser()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testAddNewUser","historyId":"2958181c890d698e3cb092438c8ff5f1","time":{"start":1687343874746,"stop":1687343875534,"duration":788},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testAddNewUser()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testAddNewUser"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70ae3fa6f6bef276","status":"passed","time":{"start":1687343311478,"stop":1687343312345,"duration":867}}]},"tags":[]},"source":"38f06893e02fe567.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/3f4c289066b0b775.json: -------------------------------------------------------------------------------- 1 | {"uid":"3f4c289066b0b775","name":"测试GetBuyerIDForList方法","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetBuyerIDForList","historyId":"df72526dab55ff76505e749762c6fe1d","time":{"start":1687343875863,"stop":1687343875894,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetBuyerIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetBuyerIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4efac5bc8ba213eb","status":"passed","time":{"start":1687343312683,"stop":1687343312711,"duration":28}}]},"tags":[]},"source":"3f4c289066b0b775.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/499436dc770f48a2.json: -------------------------------------------------------------------------------- 1 | {"uid":"499436dc770f48a2","name":"测试BlockBuyer方法,封禁买家","fullName":"com.example.demo.Services.impl.AdminServiceTest.testBlockBuyer","historyId":"37c5e2deac30e74a37ae61da53a69fe3","time":{"start":1687343875824,"stop":1687343875855,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0d94fd4145a8ad2","status":"passed","time":{"start":1687343312647,"stop":1687343312676,"duration":29}}]},"tags":[]},"source":"499436dc770f48a2.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/4ac9018e8237a20d.json: -------------------------------------------------------------------------------- 1 | {"uid":"4ac9018e8237a20d","name":"测试GetCommoditiesIDForList方法,获取商品列表","fullName":"com.example.demo.Services.impl.AdminServiceTest.testGetCommoditiesIDForList","historyId":"cc78e159161046a6501886a26a61e0b8","time":{"start":1687343875751,"stop":1687343875782,"duration":31},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.AdminServiceTest]/[method:testGetCommoditiesIDForList()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"testMethod","value":"testGetCommoditiesIDForList"},{"name":"suite","value":"com.example.demo.Services.impl.AdminServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f48af79badc916a","status":"passed","time":{"start":1687343312572,"stop":1687343312611,"duration":39}}]},"tags":[]},"source":"4ac9018e8237a20d.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/51b6d40c84e4c070.json: -------------------------------------------------------------------------------- 1 | {"uid":"51b6d40c84e4c070","name":"测试AdminController中的QueryBuyerItem方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testQueryBuyerItem","historyId":"ed744c29712cb3f436cfc8725111fe9c","time":{"start":1687343880232,"stop":1687343880256,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testQueryBuyerItem()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testQueryBuyerItem"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7e43534549ee556","status":"passed","time":{"start":1687343316758,"stop":1687343316781,"duration":23}}]},"tags":[]},"source":"51b6d40c84e4c070.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/89aa5ff858a8d42c.json: -------------------------------------------------------------------------------- 1 | {"uid":"89aa5ff858a8d42c","name":"testLoginFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginFail","historyId":"39e4f7811b1db3b3a9a5660e37b3b5a0","time":{"start":1687343877741,"stop":1687343877773,"duration":32},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea707acc1fae0eab","status":"passed","time":{"start":1687343314634,"stop":1687343314660,"duration":26}}]},"tags":[]},"source":"89aa5ff858a8d42c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/8f435f08ea324ce.json: -------------------------------------------------------------------------------- 1 | {"uid":"8f435f08ea324ce","name":"测试getGameIDForLibrary方法,验证码错误","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithIncorrectCode","historyId":"d36944d74572996eccb826fca338088a","time":{"start":1687343879388,"stop":1687343879418,"duration":30},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithIncorrectCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithIncorrectCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c89178df5bdbf45","status":"passed","time":{"start":1687343316096,"stop":1687343316127,"duration":31}}]},"tags":[]},"source":"8f435f08ea324ce.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/95cdc4a610efc6f7.json: -------------------------------------------------------------------------------- 1 | {"uid":"95cdc4a610efc6f7","name":"testGetFriendInfo()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testGetFriendInfo","historyId":"aac98875cbb8d324abc8fdbec0ccf8d","time":{"start":1687343877857,"stop":1687343877900,"duration":43},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testGetFriendInfo()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testGetFriendInfo"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d533d16800c8d9df","status":"passed","time":{"start":1687343314726,"stop":1687343314767,"duration":41}}]},"tags":[]},"source":"95cdc4a610efc6f7.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/b2f5b2c3d0de331a.json: -------------------------------------------------------------------------------- 1 | {"uid":"b2f5b2c3d0de331a","name":"测试AdminController中的BlockBuyer方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testBlockBuyer","historyId":"92c975c0a2866a6685dba7104a4e8fd0","time":{"start":1687343880313,"stop":1687343880336,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testBlockBuyer()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testBlockBuyer"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9b00502a5fb89f5","status":"passed","time":{"start":1687343316841,"stop":1687343316863,"duration":22}}]},"tags":[]},"source":"b2f5b2c3d0de331a.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/c6d3ee37244f5197.json: -------------------------------------------------------------------------------- 1 | {"uid":"c6d3ee37244f5197","name":"测试getGameIDForLibrary方法,验证码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullCode","historyId":"53603edbe213d102d4addc2142b4463","time":{"start":1687343879315,"stop":1687343879345,"duration":30},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullCode()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullCode"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"afc0d61874f94460","status":"passed","time":{"start":1687343316023,"stop":1687343316052,"duration":29}}]},"tags":[]},"source":"c6d3ee37244f5197.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/c78c80215d306466.json: -------------------------------------------------------------------------------- 1 | {"uid":"c78c80215d306466","name":"测试AdminController中的GetCommodityListItems方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testGetCommodityListItems","historyId":"8d857370e6deb9306d5a0ab7e3f197b0","time":{"start":1687343880286,"stop":1687343880310,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testGetCommodityListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testGetCommodityListItems"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dcec3fc35fbed3ec","status":"passed","time":{"start":1687343316812,"stop":1687343316838,"duration":26}}]},"tags":[]},"source":"c78c80215d306466.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/cd3bf8fa7b3a12a3.json: -------------------------------------------------------------------------------- 1 | {"uid":"cd3bf8fa7b3a12a3","name":"testRegisterFail()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterFail","historyId":"ed23855dd5edba1b460ff57e068cd39a","time":{"start":1687343877776,"stop":1687343877823,"duration":47},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterFail()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterFail"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14dd92b4d949bc7c","status":"passed","time":{"start":1687343314663,"stop":1687343314690,"duration":27}}]},"tags":[]},"source":"cd3bf8fa7b3a12a3.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/d1dd11da12a5bc6b.json: -------------------------------------------------------------------------------- 1 | {"uid":"d1dd11da12a5bc6b","name":"testLoginSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testLoginSuccess","historyId":"a364349650e880715b381baff3efa35e","time":{"start":1687343877641,"stop":1687343877734,"duration":93},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testLoginSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testLoginSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5edf9e2ea935ff23","status":"passed","time":{"start":1687343314523,"stop":1687343314625,"duration":102}}]},"tags":[]},"source":"d1dd11da12a5bc6b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/d9b8faa74765c037.json: -------------------------------------------------------------------------------- 1 | {"uid":"d9b8faa74765c037","name":"testCheckIdentity()","fullName":"com.example.demo.Services.impl.LoginServiceTest.testCheckIdentity","historyId":"79f66a1ab5b0723726ad65663ac37f4b","time":{"start":1687343875579,"stop":1687343875638,"duration":59},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.LoginServiceTest]/[method:testCheckIdentity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"testMethod","value":"testCheckIdentity"},{"name":"suite","value":"com.example.demo.Services.impl.LoginServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3fb5b932da88cea4","status":"passed","time":{"start":1687343312386,"stop":1687343312433,"duration":47}}]},"tags":[]},"source":"d9b8faa74765c037.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/da50b6cb6fbe33b4.json: -------------------------------------------------------------------------------- 1 | {"uid":"da50b6cb6fbe33b4","name":"测试 DeleteFriend 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testDeleteFriend","historyId":"2e2ca1447f3fbb522edfb043f9030a10","time":{"start":1687343876879,"stop":1687343876919,"duration":40},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testDeleteFriend()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testDeleteFriend"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb1e6c091ee011b7","status":"passed","time":{"start":1687343313692,"stop":1687343313721,"duration":29}}]},"tags":[]},"source":"da50b6cb6fbe33b4.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/e8648e75dff723ae.json: -------------------------------------------------------------------------------- 1 | {"uid":"e8648e75dff723ae","name":"contextLoads()","fullName":"com.example.demo.DemoApplicationTests.contextLoads","historyId":"ec22e5b77858497c179e24ead9677d8","time":{"start":1687343876938,"stop":1687343876943,"duration":5},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.DemoApplicationTests]/[method:contextLoads()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.DemoApplicationTests"},{"name":"testClass","value":"com.example.demo.DemoApplicationTests"},{"name":"testMethod","value":"contextLoads"},{"name":"suite","value":"com.example.demo.DemoApplicationTests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e18b6f164f47038c","status":"passed","time":{"start":1687343313737,"stop":1687343313740,"duration":3}}]},"tags":[]},"source":"e8648e75dff723ae.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/f02b90f078113e3a.json: -------------------------------------------------------------------------------- 1 | {"uid":"f02b90f078113e3a","name":"testDeleteFriend()","fullName":"com.example.demo.Services.impl.FriendListServiceTest.testDeleteFriend","historyId":"cd56542a5894899d5c0b1fa94d3c5d8","time":{"start":1687343877905,"stop":1687343877978,"duration":73},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.FriendListServiceTest]/[method:testDeleteFriend()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testClass","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"testMethod","value":"testDeleteFriend"},{"name":"suite","value":"com.example.demo.Services.impl.FriendListServiceTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":1,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"b5fd73d40db88a04","status":"failed","statusDetails":"expected: but was: ","time":{"start":1687343314772,"stop":1687343314802,"duration":30}}]},"tags":[]},"source":"f02b90f078113e3a.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/f6b0068e7b2e321c.json: -------------------------------------------------------------------------------- 1 | {"uid":"f6b0068e7b2e321c","name":"测试getGameIDForLibrary方法,密码为空","fullName":"com.example.demo.Services.impl.ChangeServiceImplTest.testGetGameIDForLibraryWithNullPassword","historyId":"9792b76cb0f037fbeb7edc38f8d002e2","time":{"start":1687343879267,"stop":1687343879312,"duration":45},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Services.impl.ChangeServiceImplTest]/[method:testGetGameIDForLibraryWithNullPassword()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testClass","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"testMethod","value":"testGetGameIDForLibraryWithNullPassword"},{"name":"suite","value":"com.example.demo.Services.impl.ChangeServiceImplTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90db6a999acb9313","status":"passed","time":{"start":1687343315895,"stop":1687343316018,"duration":123}}]},"tags":[]},"source":"f6b0068e7b2e321c.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/fc8778b9b0b51499.json: -------------------------------------------------------------------------------- 1 | {"uid":"fc8778b9b0b51499","name":"测试 GetListItems 方法","fullName":"com.example.demo.Controllers.FriendListControllerTest.testGetListItems","historyId":"3b4f220595f96e8894716a653eaf6766","time":{"start":1687343876587,"stop":1687343876873,"duration":286},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.FriendListControllerTest]/[method:testGetListItems()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"testMethod","value":"testGetListItems"},{"name":"suite","value":"com.example.demo.Controllers.FriendListControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7758c276ff73d499","status":"passed","time":{"start":1687343313449,"stop":1687343313687,"duration":238}}]},"tags":[]},"source":"fc8778b9b0b51499.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/fda3c6a50530f20b.json: -------------------------------------------------------------------------------- 1 | {"uid":"fda3c6a50530f20b","name":"testRegisterSuccess()","fullName":"com.example.demo.Controllers.LoginControllerTest.testRegisterSuccess","historyId":"a5e779ce457b91fbd11bc0186b93ae44","time":{"start":1687343877826,"stop":1687343877849,"duration":23},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.LoginControllerTest]/[method:testRegisterSuccess()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"testMethod","value":"testRegisterSuccess"},{"name":"suite","value":"com.example.demo.Controllers.LoginControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a985c99bebf4c3b","status":"passed","time":{"start":1687343314693,"stop":1687343314718,"duration":25}}]},"tags":[]},"source":"fda3c6a50530f20b.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/data/test-cases/feef6bda1654ba02.json: -------------------------------------------------------------------------------- 1 | {"uid":"feef6bda1654ba02","name":"测试AdminController中的WithdrawCommodity方法","fullName":"com.example.demo.Controllers.AdminControllerTest.testWithdrawCommodity","historyId":"2d7827736c61644bea85e631836ceef1","time":{"start":1687343880259,"stop":1687343880283,"duration":24},"description":"","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"junit.platform.uniqueid","value":"[engine:junit-jupiter]/[class:com.example.demo.Controllers.AdminControllerTest]/[method:testWithdrawCommodity()]"},{"name":"host","value":"CYTLAPTOP-R9000K3080"},{"name":"thread","value":"14692@CYTLAPTOP-R9000K3080.main(1)"},{"name":"framework","value":"junit-platform"},{"name":"language","value":"java"},{"name":"package","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testClass","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"testMethod","value":"testWithdrawCommodity"},{"name":"suite","value":"com.example.demo.Controllers.AdminControllerTest"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2f3fb0dfe506fdc","status":"passed","time":{"start":1687343316785,"stop":1687343316808,"duration":23}}]},"tags":[]},"source":"feef6bda1654ba02.json","parameterValues":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/export/influxDbData.txt: -------------------------------------------------------------------------------- 1 | launch_status failed=0 1687360140000000000 2 | launch_status broken=0 1687360140000000000 3 | launch_status passed=32 1687360140000000000 4 | launch_status skipped=0 1687360140000000000 5 | launch_status unknown=0 1687360140000000000 6 | launch_time duration=5616 1687360140000000000 7 | launch_time min_duration=5 1687360140000000000 8 | launch_time max_duration=788 1687360140000000000 9 | launch_time sum_duration=2988 1687360140000000000 10 | launch_retries retries=0 1687360140000000000 11 | launch_retries run=32 1687360140000000000 12 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/export/mail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Allure Report summary mail 6 | 7 | 8 | Mail body 9 | 10 | 11 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/export/prometheusData.txt: -------------------------------------------------------------------------------- 1 | launch_status_failed 0 2 | launch_status_broken 0 3 | launch_status_passed 32 4 | launch_status_skipped 0 5 | launch_status_unknown 0 6 | launch_time_duration 5616 7 | launch_time_min_duration 5 8 | launch_time_max_duration 788 9 | launch_time_sum_duration 2988 10 | launch_retries_retries 0 11 | launch_retries_run 32 12 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/单元测试代码及报告/无bug报告/allure-report/favicon.ico -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/history/categories-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{}},{"data":{"Product defects":1,"Test defects":4}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/history/duration-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"duration":5616}},{"data":{"duration":5440}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/history/history-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32}},{"data":{"failed":1,"broken":4,"skipped":0,"passed":27,"unknown":0,"total":32}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/history/retry-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"run":32,"retry":0}},{"data":{"run":32,"retry":0}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Allure Report 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/plugins/screen-diff/styles.css: -------------------------------------------------------------------------------- 1 | .screen-diff__switchers { 2 | margin-bottom: 1em; 3 | } 4 | 5 | .screen-diff__switchers label + label { 6 | margin-left: 1em; 7 | } 8 | 9 | .screen-diff__overlay { 10 | position: relative; 11 | cursor: col-resize; 12 | } 13 | 14 | .screen-diff__container { 15 | overflow-x: auto; 16 | } 17 | 18 | .screen-diff__image-over { 19 | top: 0; 20 | left: 0; 21 | bottom: 0; 22 | background: #fff; 23 | position: absolute; 24 | overflow: hidden; 25 | box-shadow: 2px 0 1px -1px #aaa; 26 | } 27 | 28 | .screen-diff-error { 29 | color: #fd5a3e; 30 | } 31 | -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/behaviors.json: -------------------------------------------------------------------------------- 1 | {"total":32,"items":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/categories-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{}},{"data":{"Product defects":1,"Test defects":4}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/categories.json: -------------------------------------------------------------------------------- 1 | {"total":0,"items":[]} -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/duration-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"duration":5616}},{"data":{"duration":5440}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/environment.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/executors.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/history-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32}},{"data":{"failed":1,"broken":4,"skipped":0,"passed":27,"unknown":0,"total":32}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/launch.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/retry-trend.json: -------------------------------------------------------------------------------- 1 | [{"data":{"run":32,"retry":0}},{"data":{"run":32,"retry":0}}] -------------------------------------------------------------------------------- /项目/单元测试代码及报告/无bug报告/allure-report/widgets/summary.json: -------------------------------------------------------------------------------- 1 | {"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"time":{"start":1687343874746,"stop":1687343880362,"duration":5616,"minDuration":5,"maxDuration":788,"sumDuration":2988}} -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/content/css/dashboard.css: -------------------------------------------------------------------------------- 1 | /* 2 | Licensed to the Apache Software Foundation (ASF) under one or more 3 | contributor license agreements. See the NOTICE file distributed with 4 | this work for additional information regarding copyright ownership. 5 | The ASF licenses this file to You under the Apache License, Version 2.0 6 | (the "License"); you may not use this file except in compliance with 7 | the License. You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | #stats td, th 18 | { 19 | 20 | width: 9%;//140px; 21 | height: 30px; 22 | } 23 | #stats td 24 | { 25 | text-align: center; 26 | } 27 | #stats th 28 | { 29 | font-weight:bold; 30 | } 31 | .blue 32 | { 33 | background-color: #dff0d8; 34 | } 35 | #errors td, th 36 | { 37 | text-align: center; 38 | width: 400px; 39 | height: 30px; 40 | } 41 | #errors td 42 | { 43 | 44 | } 45 | #errors th 46 | { 47 | font-weight:bold; 48 | } 49 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/content/pages/icon-apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/content/pages/icon-apache.png -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "startbootstrap-sb-admin-2", 3 | "version": "1.0.7", 4 | "homepage": "http://startbootstrap.com/template-overviews/sb-admin-2/", 5 | "authors": [ 6 | "David Miller" 7 | ], 8 | "description": "A free, open source, Bootstrap admin theme created by Start Bootstrap", 9 | "keywords": [ 10 | "bootstrap", 11 | "theme" 12 | ], 13 | "license": "Apache", 14 | "ignore": [ 15 | "**/.*", 16 | "node_modules", 17 | "bower_components", 18 | "test", 19 | "tests", 20 | "pages", 21 | "index.html", 22 | "/js" 23 | ], 24 | "main": [ 25 | "dist/css/sb-admin-2.css", 26 | "dist/js/sb-admin-2.js" 27 | ], 28 | "dependencies": { 29 | "bootstrap": "~3.3.1", 30 | "datatables": "~1.10.4", 31 | "datatables-plugins": "~1.0.1", 32 | "flot": "~0.8.3", 33 | "font-awesome": "~4.2.0", 34 | "metisMenu": "~1.1.3", 35 | "datatables-responsive": "~1.0.3", 36 | "bootstrap-social": "~4.8.0", 37 | "flot.tooltip": "~0.8.4" 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap", 3 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", 4 | "version": "3.3.4", 5 | "keywords": [ 6 | "css", 7 | "js", 8 | "less", 9 | "mobile-first", 10 | "responsive", 11 | "front-end", 12 | "framework", 13 | "web" 14 | ], 15 | "homepage": "http://getbootstrap.com", 16 | "main": [ 17 | "less/bootstrap.less", 18 | "dist/css/bootstrap.css", 19 | "dist/js/bootstrap.js", 20 | "dist/fonts/glyphicons-halflings-regular.eot", 21 | "dist/fonts/glyphicons-halflings-regular.svg", 22 | "dist/fonts/glyphicons-halflings-regular.ttf", 23 | "dist/fonts/glyphicons-halflings-regular.woff", 24 | "dist/fonts/glyphicons-halflings-regular.woff2" 25 | ], 26 | "ignore": [ 27 | "/.*", 28 | "_config.yml", 29 | "CNAME", 30 | "composer.json", 31 | "CONTRIBUTING.md", 32 | "docs", 33 | "js/tests", 34 | "test-infra" 35 | ], 36 | "dependencies": { 37 | "jquery": ">= 1.9.1" 38 | }, 39 | "_release": "3.3.4", 40 | "_resolution": { 41 | "type": "version", 42 | "tag": "v3.3.4", 43 | "commit": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f" 44 | }, 45 | "_source": "git://github.com/twbs/bootstrap.git", 46 | "_target": "~3.3.1", 47 | "_originalSource": "bootstrap" 48 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot-axislabels/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot-axislabels", 3 | "homepage": "https://github.com/markrcote/flot-axislabels", 4 | "_release": "a181e09d04", 5 | "_resolution": { 6 | "type": "branch", 7 | "branch": "master", 8 | "commit": "a181e09d04d120d05e5bc2baaa8738b5b3670428" 9 | }, 10 | "_source": "git://github.com/markrcote/flot-axislabels.git", 11 | "_target": "*", 12 | "_originalSource": "flot-axislabels", 13 | "_direct": true 14 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot.tooltip/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.8.4", 4 | "main": "js/jquery.flot.tooltip.js", 5 | "ignore": [ 6 | ".gitignore", 7 | "Gruntfile.js", 8 | "README.md", 9 | "package.json", 10 | "examples", 11 | "js/old" 12 | ], 13 | "homepage": "https://github.com/krzysu/flot.tooltip", 14 | "_release": "0.8.4", 15 | "_resolution": { 16 | "type": "version", 17 | "tag": "0.8.4", 18 | "commit": "312a7570f6dfeff00d9c0ce6f6263160b84ee652" 19 | }, 20 | "_source": "git://github.com/krzysu/flot.tooltip.git", 21 | "_target": "~0.8.4", 22 | "_originalSource": "flot.tooltip", 23 | "_direct": true 24 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot.tooltip/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.7.1", 4 | "main": "js/jquery.flot.tooltip.js", 5 | "ignore": [ 6 | ".gitignore", 7 | "Gruntfile.js", 8 | "README.md", 9 | "package.json", 10 | "examples", 11 | "js/old" 12 | ] 13 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | }, 8 | "homepage": "https://github.com/flot/flot", 9 | "_release": "0.8.3", 10 | "_resolution": { 11 | "type": "version", 12 | "tag": "v0.8.3", 13 | "commit": "453b017cc5acfd75e252b93e8635f57f4196d45d" 14 | }, 15 | "_source": "git://github.com/flot/flot.git", 16 | "_target": "~0.8.3", 17 | "_originalSource": "flot", 18 | "_direct": true 19 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for generating minified files 2 | 3 | .PHONY: all 4 | 5 | # we cheat and process all .js files instead of an exhaustive list 6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) 7 | 8 | %.min.js: %.js 9 | yui-compressor $< -o $@ 10 | 11 | test: 12 | ./node_modules/.bin/jshint *jquery.flot.js 13 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/flot.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot", 3 | "version": "0.8.3", 4 | "title": "Flot", 5 | "author": { 6 | "name": "Ole Laursen", 7 | "url": "https://github.com/OleLaursen" 8 | }, 9 | "licenses": [{ 10 | "type": "MIT", 11 | "url": "http://github.com/flot/flot/blob/master/LICENSE.txt" 12 | }], 13 | "dependencies": { 14 | "jquery": ">=1.2.6" 15 | }, 16 | "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", 17 | "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], 18 | "homepage": "http://www.flotcharts.org", 19 | "docs": "http://github.com/flot/flot/blob/master/API.md", 20 | "demo": "http://www.flotcharts.org/flot/examples/", 21 | "bugs": "http://github.com/flot/flot/issues", 22 | "maintainers": [{ 23 | "name": "David Schnur", 24 | "email": "dnschnur@gmail.com", 25 | "url": "http://github.com/dnschnur" 26 | }] 27 | } 28 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/flot/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "scripts": { 6 | "test": "make test" 7 | }, 8 | "devDependencies": { 9 | "jshint": "0.9.1" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "font-awesome", 3 | "description": "Font Awesome", 4 | "version": "4.2.0", 5 | "keywords": [], 6 | "homepage": "http://fontawesome.io", 7 | "dependencies": {}, 8 | "devDependencies": {}, 9 | "license": [ 10 | "OFL-1.1", 11 | "MIT", 12 | "CC-BY-3.0" 13 | ], 14 | "main": [ 15 | "./css/font-awesome.css", 16 | "./fonts/*" 17 | ], 18 | "ignore": [ 19 | "*/.*", 20 | "*.json", 21 | "src", 22 | "*.yml", 23 | "Gemfile", 24 | "Gemfile.lock", 25 | "*.md" 26 | ], 27 | "_release": "4.2.0", 28 | "_resolution": { 29 | "type": "version", 30 | "tag": "v4.2.0", 31 | "commit": "0b924144a95a54fa738d0450ff66c1dabd11ae74" 32 | }, 33 | "_source": "git://github.com/FortAwesome/Font-Awesome.git", 34 | "_target": "~4.2.0", 35 | "_originalSource": "font-awesome" 36 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/.npmignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.egg-info 3 | *.db 4 | *.db.old 5 | *.swp 6 | *.db-journal 7 | 8 | .coverage 9 | .DS_Store 10 | .installed.cfg 11 | _gh_pages/* 12 | 13 | .idea/* 14 | .svn/* 15 | src/website/static/* 16 | src/website/media/* 17 | 18 | bin 19 | cfcache 20 | develop-eggs 21 | dist 22 | downloads 23 | eggs 24 | parts 25 | tmp 26 | .sass-cache 27 | node_modules 28 | 29 | src/website/settingslocal.py 30 | stunnel.log 31 | 32 | .ruby-version 33 | 34 | # don't need these in the npm package. 35 | src/ 36 | _config.yml 37 | bower.json 38 | component.json 39 | composer.json 40 | CONTRIBUTING.md 41 | Gemfile 42 | Gemfile.lock 43 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "font-awesome", 3 | "description": "Font Awesome", 4 | "version": "4.2.0", 5 | "keywords": [], 6 | "homepage": "http://fontawesome.io", 7 | "dependencies": {}, 8 | "devDependencies": {}, 9 | "license": ["OFL-1.1", "MIT", "CC-BY-3.0"], 10 | "main": [ 11 | "./css/font-awesome.css", 12 | "./fonts/*" 13 | ], 14 | "ignore": [ 15 | "*/.*", 16 | "*.json", 17 | "src", 18 | "*.yml", 19 | "Gemfile", 20 | "Gemfile.lock", 21 | "*.md" 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/extras.less: -------------------------------------------------------------------------------- 1 | // Extras 2 | // -------------------------- 3 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "spinning.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | .fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | .fa-icon-rotate(@degrees, @rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); 15 | -webkit-transform: rotate(@degrees); 16 | -ms-transform: rotate(@degrees); 17 | transform: rotate(@degrees); 18 | } 19 | 20 | .fa-icon-flip(@horiz, @vert, @rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); 22 | -webkit-transform: scale(@horiz, @vert); 23 | -ms-transform: scale(@horiz, @vert); 24 | transform: scale(@horiz, @vert); 25 | } 26 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 9 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 10 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 11 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_extras.scss: -------------------------------------------------------------------------------- 1 | /* EXTRAS 2 | * -------------------------- */ 3 | 4 | /* Stacked and layered icon */ 5 | 6 | /* Animated rotating icon */ 7 | .#{$fa-css-prefix}-spin { 8 | -webkit-animation: spin 2s infinite linear; 9 | -moz-animation: spin 2s infinite linear; 10 | -o-animation: spin 2s infinite linear; 11 | animation: spin 2s infinite linear; 12 | } 13 | 14 | @-moz-keyframes spin { 15 | 0% { -moz-transform: rotate(0deg); } 16 | 100% { -moz-transform: rotate(359deg); } 17 | } 18 | @-webkit-keyframes spin { 19 | 0% { -webkit-transform: rotate(0deg); } 20 | 100% { -webkit-transform: rotate(359deg); } 21 | } 22 | @-o-keyframes spin { 23 | 0% { -o-transform: rotate(0deg); } 24 | 100% { -o-transform: rotate(359deg); } 25 | } 26 | @-ms-keyframes spin { 27 | 0% { -ms-transform: rotate(0deg); } 28 | 100% { -ms-transform: rotate(359deg); } 29 | } 30 | @keyframes spin { 31 | 0% { transform: rotate(0deg); } 32 | 100% { transform: rotate(359deg); } 33 | } 34 | 35 | 36 | // Icon rotations & flipping 37 | // ------------------------- 38 | 39 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 40 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 41 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 42 | 43 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 44 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 45 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | @mixin fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | @mixin fa-icon-rotate($degrees, $rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 15 | -webkit-transform: rotate($degrees); 16 | -ms-transform: rotate($degrees); 17 | transform: rotate($degrees); 18 | } 19 | 20 | @mixin fa-icon-flip($horiz, $vert, $rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 22 | -webkit-transform: scale($horiz, $vert); 23 | -ms-transform: scale($horiz, $vert); 24 | transform: scale($horiz, $vert); 25 | } 26 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 9 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 10 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 11 | //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_spinning.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "spinning"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/jquery/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "version": "2.1.3", 4 | "main": "dist/jquery.js", 5 | "license": "MIT", 6 | "ignore": [ 7 | "**/.*", 8 | "build", 9 | "speed", 10 | "test", 11 | "*.md", 12 | "AUTHORS.txt", 13 | "Gruntfile.js", 14 | "package.json" 15 | ], 16 | "devDependencies": { 17 | "sizzle": "2.1.1-jquery.2.1.2", 18 | "requirejs": "2.1.10", 19 | "qunit": "1.14.0", 20 | "sinon": "1.8.1" 21 | }, 22 | "keywords": [ 23 | "jquery", 24 | "javascript", 25 | "library" 26 | ], 27 | "homepage": "https://github.com/jquery/jquery", 28 | "_release": "2.1.3", 29 | "_resolution": { 30 | "type": "version", 31 | "tag": "2.1.3", 32 | "commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0" 33 | }, 34 | "_source": "git://github.com/jquery/jquery.git", 35 | "_target": ">= 1.9.1", 36 | "_originalSource": "jquery" 37 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/jquery/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "version": "2.1.3", 4 | "main": "dist/jquery.js", 5 | "license": "MIT", 6 | "ignore": [ 7 | "**/.*", 8 | "build", 9 | "speed", 10 | "test", 11 | "*.md", 12 | "AUTHORS.txt", 13 | "Gruntfile.js", 14 | "package.json" 15 | ], 16 | "devDependencies": { 17 | "sizzle": "2.1.1-jquery.2.1.2", 18 | "requirejs": "2.1.10", 19 | "qunit": "1.14.0", 20 | "sinon": "1.8.1" 21 | }, 22 | "keywords": [ 23 | "jquery", 24 | "javascript", 25 | "library" 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/metisMenu/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "metisMenu", 3 | "version": "1.1.3", 4 | "homepage": "https://github.com/onokumus/metisMenu", 5 | "authors": [ 6 | "onokumus " 7 | ], 8 | "description": "Easy menu jQuery plugin for Twitter Bootstrap 3", 9 | "main": [ 10 | "dist/metisMenu.js", 11 | "dist/metisMenu.css" 12 | ], 13 | "keywords": [ 14 | "twitter", 15 | "bootstrap", 16 | "twbs", 17 | "jquery", 18 | "menu", 19 | "accordion", 20 | "toggle", 21 | "metis", 22 | "metisMenu" 23 | ], 24 | "license": "MIT", 25 | "ignore": [ 26 | "**/.*", 27 | "node_modules", 28 | "bower_components", 29 | "test", 30 | "tests" 31 | ], 32 | "dependencies": { 33 | "bootstrap": "~3.3.0" 34 | }, 35 | "_release": "1.1.3", 36 | "_resolution": { 37 | "type": "version", 38 | "tag": "1.1.3", 39 | "commit": "8e179d59f60a593203667c092119779dc36f5171" 40 | }, 41 | "_source": "git://github.com/onokumus/metisMenu.git", 42 | "_target": "~1.1.3", 43 | "_originalSource": "metisMenu", 44 | "_direct": true 45 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * metismenu - v1.1.3 3 | * Easy menu jQuery plugin for Twitter Bootstrap 3 4 | * https://github.com/onokumus/metisMenu 5 | * 6 | * Made by Osman Nuri Okumus 7 | * Under MIT License 8 | */ 9 | 10 | .arrow{float:right;line-height:1.42857}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"} -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/dist/js/sb-admin-2.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | $('#side-menu').metisMenu(); 4 | 5 | }); 6 | 7 | //Loads the correct sidebar on window load, 8 | //collapses the sidebar on window resize. 9 | // Sets the min-height of #page-wrapper to window size 10 | $(function() { 11 | $(window).bind("load resize", function() { 12 | topOffset = 50; 13 | width = (this.window.innerWidth > 0) ? this.window.innerWidth : this.screen.width; 14 | if (width < 768) { 15 | $('div.navbar-collapse').addClass('collapse'); 16 | topOffset = 100; // 2-row-menu 17 | } else { 18 | $('div.navbar-collapse').removeClass('collapse'); 19 | } 20 | 21 | height = ((this.window.innerHeight > 0) ? this.window.innerHeight : this.screen.height) - 1; 22 | height = height - topOffset; 23 | if (height < 1) height = 1; 24 | if (height > topOffset) { 25 | $("#page-wrapper").css("min-height", (height) + "px"); 26 | } 27 | }); 28 | 29 | var url = window.location; 30 | var element = $('ul.nav a').filter(function() { 31 | return this.href == url || url.href.indexOf(this.href) == 0; 32 | }).addClass('active').parent().parent().addClass('in').parent(); 33 | if (element.is('li')) { 34 | element.addClass('active'); 35 | } 36 | }); 37 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/result1/sbadmin2-1.0.7/less/variables.less: -------------------------------------------------------------------------------- 1 | // Variables 2 | 3 | @gray-darker: lighten(#000, 13.5%); 4 | @gray-dark: lighten(#000, 20%); 5 | @gray: lighten(#000, 33.5%); 6 | @gray-light: lighten(#000, 60%); 7 | @gray-lighter: lighten(#000, 93.5%); 8 | @gray-lightest: lighten(#000, 97.25%); 9 | @brand-primary: #428bca; 10 | @brand-success: #5cb85c; 11 | @brand-info: #5bc0de; 12 | @brand-warning: #f0ad4e; 13 | @brand-danger: #d9534f; 14 | 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/content/css/dashboard.css: -------------------------------------------------------------------------------- 1 | /* 2 | Licensed to the Apache Software Foundation (ASF) under one or more 3 | contributor license agreements. See the NOTICE file distributed with 4 | this work for additional information regarding copyright ownership. 5 | The ASF licenses this file to You under the Apache License, Version 2.0 6 | (the "License"); you may not use this file except in compliance with 7 | the License. You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | #stats td, th 18 | { 19 | 20 | width: 9%;//140px; 21 | height: 30px; 22 | } 23 | #stats td 24 | { 25 | text-align: center; 26 | } 27 | #stats th 28 | { 29 | font-weight:bold; 30 | } 31 | .blue 32 | { 33 | background-color: #dff0d8; 34 | } 35 | #errors td, th 36 | { 37 | text-align: center; 38 | width: 400px; 39 | height: 30px; 40 | } 41 | #errors td 42 | { 43 | 44 | } 45 | #errors th 46 | { 47 | font-weight:bold; 48 | } 49 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/content/pages/icon-apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/content/pages/icon-apache.png -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "startbootstrap-sb-admin-2", 3 | "version": "1.0.7", 4 | "homepage": "http://startbootstrap.com/template-overviews/sb-admin-2/", 5 | "authors": [ 6 | "David Miller" 7 | ], 8 | "description": "A free, open source, Bootstrap admin theme created by Start Bootstrap", 9 | "keywords": [ 10 | "bootstrap", 11 | "theme" 12 | ], 13 | "license": "Apache", 14 | "ignore": [ 15 | "**/.*", 16 | "node_modules", 17 | "bower_components", 18 | "test", 19 | "tests", 20 | "pages", 21 | "index.html", 22 | "/js" 23 | ], 24 | "main": [ 25 | "dist/css/sb-admin-2.css", 26 | "dist/js/sb-admin-2.js" 27 | ], 28 | "dependencies": { 29 | "bootstrap": "~3.3.1", 30 | "datatables": "~1.10.4", 31 | "datatables-plugins": "~1.0.1", 32 | "flot": "~0.8.3", 33 | "font-awesome": "~4.2.0", 34 | "metisMenu": "~1.1.3", 35 | "datatables-responsive": "~1.0.3", 36 | "bootstrap-social": "~4.8.0", 37 | "flot.tooltip": "~0.8.4" 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap", 3 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", 4 | "version": "3.3.4", 5 | "keywords": [ 6 | "css", 7 | "js", 8 | "less", 9 | "mobile-first", 10 | "responsive", 11 | "front-end", 12 | "framework", 13 | "web" 14 | ], 15 | "homepage": "http://getbootstrap.com", 16 | "main": [ 17 | "less/bootstrap.less", 18 | "dist/css/bootstrap.css", 19 | "dist/js/bootstrap.js", 20 | "dist/fonts/glyphicons-halflings-regular.eot", 21 | "dist/fonts/glyphicons-halflings-regular.svg", 22 | "dist/fonts/glyphicons-halflings-regular.ttf", 23 | "dist/fonts/glyphicons-halflings-regular.woff", 24 | "dist/fonts/glyphicons-halflings-regular.woff2" 25 | ], 26 | "ignore": [ 27 | "/.*", 28 | "_config.yml", 29 | "CNAME", 30 | "composer.json", 31 | "CONTRIBUTING.md", 32 | "docs", 33 | "js/tests", 34 | "test-infra" 35 | ], 36 | "dependencies": { 37 | "jquery": ">= 1.9.1" 38 | }, 39 | "_release": "3.3.4", 40 | "_resolution": { 41 | "type": "version", 42 | "tag": "v3.3.4", 43 | "commit": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f" 44 | }, 45 | "_source": "git://github.com/twbs/bootstrap.git", 46 | "_target": "~3.3.1", 47 | "_originalSource": "bootstrap" 48 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot-axislabels/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot-axislabels", 3 | "homepage": "https://github.com/markrcote/flot-axislabels", 4 | "_release": "a181e09d04", 5 | "_resolution": { 6 | "type": "branch", 7 | "branch": "master", 8 | "commit": "a181e09d04d120d05e5bc2baaa8738b5b3670428" 9 | }, 10 | "_source": "git://github.com/markrcote/flot-axislabels.git", 11 | "_target": "*", 12 | "_originalSource": "flot-axislabels", 13 | "_direct": true 14 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot.tooltip/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.8.4", 4 | "main": "js/jquery.flot.tooltip.js", 5 | "ignore": [ 6 | ".gitignore", 7 | "Gruntfile.js", 8 | "README.md", 9 | "package.json", 10 | "examples", 11 | "js/old" 12 | ], 13 | "homepage": "https://github.com/krzysu/flot.tooltip", 14 | "_release": "0.8.4", 15 | "_resolution": { 16 | "type": "version", 17 | "tag": "0.8.4", 18 | "commit": "312a7570f6dfeff00d9c0ce6f6263160b84ee652" 19 | }, 20 | "_source": "git://github.com/krzysu/flot.tooltip.git", 21 | "_target": "~0.8.4", 22 | "_originalSource": "flot.tooltip", 23 | "_direct": true 24 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot.tooltip/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.7.1", 4 | "main": "js/jquery.flot.tooltip.js", 5 | "ignore": [ 6 | ".gitignore", 7 | "Gruntfile.js", 8 | "README.md", 9 | "package.json", 10 | "examples", 11 | "js/old" 12 | ] 13 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | }, 8 | "homepage": "https://github.com/flot/flot", 9 | "_release": "0.8.3", 10 | "_resolution": { 11 | "type": "version", 12 | "tag": "v0.8.3", 13 | "commit": "453b017cc5acfd75e252b93e8635f57f4196d45d" 14 | }, 15 | "_source": "git://github.com/flot/flot.git", 16 | "_target": "~0.8.3", 17 | "_originalSource": "flot", 18 | "_direct": true 19 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for generating minified files 2 | 3 | .PHONY: all 4 | 5 | # we cheat and process all .js files instead of an exhaustive list 6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) 7 | 8 | %.min.js: %.js 9 | yui-compressor $< -o $@ 10 | 11 | test: 12 | ./node_modules/.bin/jshint *jquery.flot.js 13 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/flot.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot", 3 | "version": "0.8.3", 4 | "title": "Flot", 5 | "author": { 6 | "name": "Ole Laursen", 7 | "url": "https://github.com/OleLaursen" 8 | }, 9 | "licenses": [{ 10 | "type": "MIT", 11 | "url": "http://github.com/flot/flot/blob/master/LICENSE.txt" 12 | }], 13 | "dependencies": { 14 | "jquery": ">=1.2.6" 15 | }, 16 | "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", 17 | "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], 18 | "homepage": "http://www.flotcharts.org", 19 | "docs": "http://github.com/flot/flot/blob/master/API.md", 20 | "demo": "http://www.flotcharts.org/flot/examples/", 21 | "bugs": "http://github.com/flot/flot/issues", 22 | "maintainers": [{ 23 | "name": "David Schnur", 24 | "email": "dnschnur@gmail.com", 25 | "url": "http://github.com/dnschnur" 26 | }] 27 | } 28 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/flot/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "scripts": { 6 | "test": "make test" 7 | }, 8 | "devDependencies": { 9 | "jshint": "0.9.1" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "font-awesome", 3 | "description": "Font Awesome", 4 | "version": "4.2.0", 5 | "keywords": [], 6 | "homepage": "http://fontawesome.io", 7 | "dependencies": {}, 8 | "devDependencies": {}, 9 | "license": [ 10 | "OFL-1.1", 11 | "MIT", 12 | "CC-BY-3.0" 13 | ], 14 | "main": [ 15 | "./css/font-awesome.css", 16 | "./fonts/*" 17 | ], 18 | "ignore": [ 19 | "*/.*", 20 | "*.json", 21 | "src", 22 | "*.yml", 23 | "Gemfile", 24 | "Gemfile.lock", 25 | "*.md" 26 | ], 27 | "_release": "4.2.0", 28 | "_resolution": { 29 | "type": "version", 30 | "tag": "v4.2.0", 31 | "commit": "0b924144a95a54fa738d0450ff66c1dabd11ae74" 32 | }, 33 | "_source": "git://github.com/FortAwesome/Font-Awesome.git", 34 | "_target": "~4.2.0", 35 | "_originalSource": "font-awesome" 36 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/.npmignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.egg-info 3 | *.db 4 | *.db.old 5 | *.swp 6 | *.db-journal 7 | 8 | .coverage 9 | .DS_Store 10 | .installed.cfg 11 | _gh_pages/* 12 | 13 | .idea/* 14 | .svn/* 15 | src/website/static/* 16 | src/website/media/* 17 | 18 | bin 19 | cfcache 20 | develop-eggs 21 | dist 22 | downloads 23 | eggs 24 | parts 25 | tmp 26 | .sass-cache 27 | node_modules 28 | 29 | src/website/settingslocal.py 30 | stunnel.log 31 | 32 | .ruby-version 33 | 34 | # don't need these in the npm package. 35 | src/ 36 | _config.yml 37 | bower.json 38 | component.json 39 | composer.json 40 | CONTRIBUTING.md 41 | Gemfile 42 | Gemfile.lock 43 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "font-awesome", 3 | "description": "Font Awesome", 4 | "version": "4.2.0", 5 | "keywords": [], 6 | "homepage": "http://fontawesome.io", 7 | "dependencies": {}, 8 | "devDependencies": {}, 9 | "license": ["OFL-1.1", "MIT", "CC-BY-3.0"], 10 | "main": [ 11 | "./css/font-awesome.css", 12 | "./fonts/*" 13 | ], 14 | "ignore": [ 15 | "*/.*", 16 | "*.json", 17 | "src", 18 | "*.yml", 19 | "Gemfile", 20 | "Gemfile.lock", 21 | "*.md" 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/extras.less: -------------------------------------------------------------------------------- 1 | // Extras 2 | // -------------------------- 3 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "spinning.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | .fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | .fa-icon-rotate(@degrees, @rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); 15 | -webkit-transform: rotate(@degrees); 16 | -ms-transform: rotate(@degrees); 17 | transform: rotate(@degrees); 18 | } 19 | 20 | .fa-icon-flip(@horiz, @vert, @rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); 22 | -webkit-transform: scale(@horiz, @vert); 23 | -ms-transform: scale(@horiz, @vert); 24 | transform: scale(@horiz, @vert); 25 | } 26 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 9 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 10 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 11 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_extras.scss: -------------------------------------------------------------------------------- 1 | /* EXTRAS 2 | * -------------------------- */ 3 | 4 | /* Stacked and layered icon */ 5 | 6 | /* Animated rotating icon */ 7 | .#{$fa-css-prefix}-spin { 8 | -webkit-animation: spin 2s infinite linear; 9 | -moz-animation: spin 2s infinite linear; 10 | -o-animation: spin 2s infinite linear; 11 | animation: spin 2s infinite linear; 12 | } 13 | 14 | @-moz-keyframes spin { 15 | 0% { -moz-transform: rotate(0deg); } 16 | 100% { -moz-transform: rotate(359deg); } 17 | } 18 | @-webkit-keyframes spin { 19 | 0% { -webkit-transform: rotate(0deg); } 20 | 100% { -webkit-transform: rotate(359deg); } 21 | } 22 | @-o-keyframes spin { 23 | 0% { -o-transform: rotate(0deg); } 24 | 100% { -o-transform: rotate(359deg); } 25 | } 26 | @-ms-keyframes spin { 27 | 0% { -ms-transform: rotate(0deg); } 28 | 100% { -ms-transform: rotate(359deg); } 29 | } 30 | @keyframes spin { 31 | 0% { transform: rotate(0deg); } 32 | 100% { transform: rotate(359deg); } 33 | } 34 | 35 | 36 | // Icon rotations & flipping 37 | // ------------------------- 38 | 39 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 40 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 41 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 42 | 43 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 44 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 45 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | @mixin fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | @mixin fa-icon-rotate($degrees, $rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 15 | -webkit-transform: rotate($degrees); 16 | -ms-transform: rotate($degrees); 17 | transform: rotate($degrees); 18 | } 19 | 20 | @mixin fa-icon-flip($horiz, $vert, $rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 22 | -webkit-transform: scale($horiz, $vert); 23 | -ms-transform: scale($horiz, $vert); 24 | transform: scale($horiz, $vert); 25 | } 26 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 9 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 10 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 11 | //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_spinning.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "spinning"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/jquery/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "version": "2.1.3", 4 | "main": "dist/jquery.js", 5 | "license": "MIT", 6 | "ignore": [ 7 | "**/.*", 8 | "build", 9 | "speed", 10 | "test", 11 | "*.md", 12 | "AUTHORS.txt", 13 | "Gruntfile.js", 14 | "package.json" 15 | ], 16 | "devDependencies": { 17 | "sizzle": "2.1.1-jquery.2.1.2", 18 | "requirejs": "2.1.10", 19 | "qunit": "1.14.0", 20 | "sinon": "1.8.1" 21 | }, 22 | "keywords": [ 23 | "jquery", 24 | "javascript", 25 | "library" 26 | ], 27 | "homepage": "https://github.com/jquery/jquery", 28 | "_release": "2.1.3", 29 | "_resolution": { 30 | "type": "version", 31 | "tag": "2.1.3", 32 | "commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0" 33 | }, 34 | "_source": "git://github.com/jquery/jquery.git", 35 | "_target": ">= 1.9.1", 36 | "_originalSource": "jquery" 37 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/jquery/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "version": "2.1.3", 4 | "main": "dist/jquery.js", 5 | "license": "MIT", 6 | "ignore": [ 7 | "**/.*", 8 | "build", 9 | "speed", 10 | "test", 11 | "*.md", 12 | "AUTHORS.txt", 13 | "Gruntfile.js", 14 | "package.json" 15 | ], 16 | "devDependencies": { 17 | "sizzle": "2.1.1-jquery.2.1.2", 18 | "requirejs": "2.1.10", 19 | "qunit": "1.14.0", 20 | "sinon": "1.8.1" 21 | }, 22 | "keywords": [ 23 | "jquery", 24 | "javascript", 25 | "library" 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/metisMenu/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "metisMenu", 3 | "version": "1.1.3", 4 | "homepage": "https://github.com/onokumus/metisMenu", 5 | "authors": [ 6 | "onokumus " 7 | ], 8 | "description": "Easy menu jQuery plugin for Twitter Bootstrap 3", 9 | "main": [ 10 | "dist/metisMenu.js", 11 | "dist/metisMenu.css" 12 | ], 13 | "keywords": [ 14 | "twitter", 15 | "bootstrap", 16 | "twbs", 17 | "jquery", 18 | "menu", 19 | "accordion", 20 | "toggle", 21 | "metis", 22 | "metisMenu" 23 | ], 24 | "license": "MIT", 25 | "ignore": [ 26 | "**/.*", 27 | "node_modules", 28 | "bower_components", 29 | "test", 30 | "tests" 31 | ], 32 | "dependencies": { 33 | "bootstrap": "~3.3.0" 34 | }, 35 | "_release": "1.1.3", 36 | "_resolution": { 37 | "type": "version", 38 | "tag": "1.1.3", 39 | "commit": "8e179d59f60a593203667c092119779dc36f5171" 40 | }, 41 | "_source": "git://github.com/onokumus/metisMenu.git", 42 | "_target": "~1.1.3", 43 | "_originalSource": "metisMenu", 44 | "_direct": true 45 | } -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * metismenu - v1.1.3 3 | * Easy menu jQuery plugin for Twitter Bootstrap 3 4 | * https://github.com/onokumus/metisMenu 5 | * 6 | * Made by Osman Nuri Okumus 7 | * Under MIT License 8 | */ 9 | 10 | .arrow{float:right;line-height:1.42857}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"} -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/dist/js/sb-admin-2.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | $('#side-menu').metisMenu(); 4 | 5 | }); 6 | 7 | //Loads the correct sidebar on window load, 8 | //collapses the sidebar on window resize. 9 | // Sets the min-height of #page-wrapper to window size 10 | $(function() { 11 | $(window).bind("load resize", function() { 12 | topOffset = 50; 13 | width = (this.window.innerWidth > 0) ? this.window.innerWidth : this.screen.width; 14 | if (width < 768) { 15 | $('div.navbar-collapse').addClass('collapse'); 16 | topOffset = 100; // 2-row-menu 17 | } else { 18 | $('div.navbar-collapse').removeClass('collapse'); 19 | } 20 | 21 | height = ((this.window.innerHeight > 0) ? this.window.innerHeight : this.screen.height) - 1; 22 | height = height - topOffset; 23 | if (height < 1) height = 1; 24 | if (height > topOffset) { 25 | $("#page-wrapper").css("min-height", (height) + "px"); 26 | } 27 | }); 28 | 29 | var url = window.location; 30 | var element = $('ul.nav a').filter(function() { 31 | return this.href == url || url.href.indexOf(this.href) == 0; 32 | }).addClass('active').parent().parent().addClass('in').parent(); 33 | if (element.is('li')) { 34 | element.addClass('active'); 35 | } 36 | }); 37 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/性能测试-html/sbadmin2-1.0.7/less/variables.less: -------------------------------------------------------------------------------- 1 | // Variables 2 | 3 | @gray-darker: lighten(#000, 13.5%); 4 | @gray-dark: lighten(#000, 20%); 5 | @gray: lighten(#000, 33.5%); 6 | @gray-light: lighten(#000, 60%); 7 | @gray-lighter: lighten(#000, 93.5%); 8 | @gray-lightest: lighten(#000, 97.25%); 9 | @brand-primary: #428bca; 10 | @brand-success: #5cb85c; 11 | @brand-info: #5bc0de; 12 | @brand-warning: #f0ad4e; 13 | @brand-danger: #d9534f; 14 | 15 | -------------------------------------------------------------------------------- /项目/系统测试代码及报告(含压力测试和selenium测试脚本)/软件测试文档-系统测试.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/系统测试代码及报告(含压力测试和selenium测试脚本)/软件测试文档-系统测试.pdf -------------------------------------------------------------------------------- /项目/集成测试代码及报告/Controllers集成测试代码.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/集成测试代码及报告/Controllers集成测试代码.zip -------------------------------------------------------------------------------- /项目/集成测试代码及报告/集成测试代码 运行python即可.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/集成测试代码及报告/集成测试代码 运行python即可.zip -------------------------------------------------------------------------------- /项目/集成测试代码及报告/集成测试计划与报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neptune721/Software-Testing/eb1fc93f65ebfc0b0cf303ad05c0b4206e231193/项目/集成测试代码及报告/集成测试计划与报告.pdf --------------------------------------------------------------------------------