文件名称:weatherReporter:气象服务应用
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-05 20:17:25
Java
weatherReporter 气象服务应用 怎么跑? 在eclipse中将项目导入为-现有Maven项目。 更新pom.xml中提到的依赖项 运行方式-Maven安装以构建应用程序 使用tomcat运行应用程序。 主页: 单元测试: 先决条件:-由于应用程序使用API来获取天气数据。 请确保互联网连接正常。 Junit test1:WeatherTest1.java预期:该测试用例应该通过。 因为zipCode 11111不存在。 方法应引发异常。 Junit test2:WeatherTest2.java预期:该测试用例应该失败。 因为zipCode 22222确实存在。 并且方法不应引发异常。 Junit test3:WeatherTest3.java预期:该测试用例应通过。 因为存在zipCode 22222。
【文件预览】:
weatherReporter-master
----src()
--------main()
--------test()
----.classpath(727B)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.jdt.core.prefs(652B)
----pom.xml(3KB)
----README.md(897B)
----.project(544B)