矮小砖头

文章
5
资源
0
加入时间
3年0月8天

java分享第十四天(TestNG Assert详解)

TestNGAssert详解org.testng.Assert用来校验接口测试的结果,那么它提供哪些方法呢?中心为Assert测试类,一级节点为方法例如assertEquals,二级结点为参数类型及参数个数,double3/2表示支持传入3个double类型的参数,也支持传入2个double类型的参数。方法介绍:fail直接失败测试用例,可以抛出异常。assertTrue判...

查询null以及length(),trim()使用

select * from stu_course t-- 产品select * from stu_course t where t.is_publish='Y' and t.pid is null -- 模块select t.*,length(trim(t.code)) lengthhh from stu_course t where t.is_publish='Y' and ...

启动Eureka服务,访问不了主页---解决方案

问题描述在启动Eureka服务后,访问不了Eureka主页,检查时发现我设置了eureka服务端的实例名称,yaml文件如下:server: port: 8110eureka: instance: hostname: eureka8110.com #eureka服务端的实例名称 client: #false表示不向注册中心注册自己 register-with-eureka: false #false表示自己端就是注册中心,我的职责就是维护服务实例,并不需要去