admin 管理员组文章数量: 1184232
2023年12月19日发(作者:js parseint用法)
E:源码ceshi002>mvn clean test[INFO] Scanning [INFO][INFO] ------------------------------------------------------------------------[INFO] Building ceshi002 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ceshi002 ---[INFO] Deleting E:源码ceshi002target[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ceshi002 ---[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent![INFO] Copying 0 resource[INFO][INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ceshi002 ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ceshi002 ---[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent![INFO] skip non existing resourceDirectory E:源码ceshi002srctestresources[INFO][INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ceshi002 ---[INFO] Changes detected - recompiling the module![WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent![INFO] Compiling 1 source file to E:源码ceshi002targettest-classes[INFO][INFO] --- maven-surefire-plugin:2.20:test (default-test) @ ceshi002 ---[INFO][INFO] -------------------------------------------------------[INFO] T E S T S[INFO] -------------------------------------------------------SLF4J: Failed to load class "LoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See /#StaticLoggerBinder for further details.[INFO] Running TestAllure鐧诲綍鐧诲綍[ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.974 s <<< FAILURE! - in TestAllure[ERROR] demo01(TestAllure) Time elapsed: 1.627 s <<< FAILURE!ionError:Expected: <2> but: was <1> at 01(:37)[ERROR] demo3(TestAllure) Time elapsed: 0.002 s <<< FAILURE!ionError:Expected: <4> but: was <3> at 3(:60)[INFO][INFO] Results:[INFO][ERROR] Failures:[ERROR] 01:37Expected: <2> but: was <1>[ERROR] 3:60Expected: <4> but: was <3>[INFO][ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 0[INFO]
[INFO] Building ceshi002 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ceshi002 ---[INFO] Deleting E:源码ceshi002target[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ceshi002 ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 0 resource[INFO][INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ceshi002 ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ceshi002 ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory E:源码ceshi002srctestresources[INFO][INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ceshi002 ---[INFO] Changes detected - recompiling the module![INFO] Compiling 1 source file to E:源码ceshi002targettest-classes[INFO][INFO] --- maven-surefire-plugin:2.20:test (default-test) @ ceshi002 ---[INFO][INFO] -------------------------------------------------------[INFO] T E S T S[INFO] -------------------------------------------------------SLF4J: Failed to load class "LoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See /#StaticLoggerBinder for further details.[INFO] Running TestAllure登录登录[ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 2.16 s <<< FAILURE! - in TestAllure[ERROR] demo01(TestAllure) Time elapsed: 1.767 s <<< FAILURE!ionError:Expected: <2> but: was <1> at 01(:37)[ERROR] demo3(TestAllure) Time elapsed: 0.006 s <<< FAILURE!ionError:Expected: <4> but: was <3> at 3(:60)[INFO][INFO] Results:[INFO][ERROR] Failures:
[ERROR] 01:37
Expected: <2> but: was <1>[ERROR] 3:60
Expected: <4> but: was <3>[INFO][ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 0[INFO][INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 9.854 s[INFO] Finished at: 2021-09-27T13:49:50+08:00
本文标签: 登录
版权声明:本文标题:mvncleantest中文乱码,导致IDEA生成allure测试报告中文乱码 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1702977878a438193.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论