org.hamcrest.Matchers 类的方法签名

简介: org.hamcrest.Matchers 类的方法签名方法名返回类型startsWithorg.hamcrest.Matcher!endsWithorg.

org.hamcrest.Matchers 类的方法签名

方法名 返回类型
startsWith org.hamcrest.Matcher<kotlin.String!>!
endsWith org.hamcrest.Matcher<kotlin.String!>!
contains org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<E!>!>!
array org.hamcrest.collection.IsArray<T!>!
empty org.hamcrest.Matcher<(kotlin.collections.MutableCollection<out E!>..kotlin.collections.Collection<E!>?)>!
allOf org.hamcrest.Matcher<T!>!
hasSize org.hamcrest.Matcher<(kotlin.collections.MutableCollection<out E!>..kotlin.collections.Collection<E!>?)>!
containsString org.hamcrest.Matcher<kotlin.String!>!
equalTo org.hamcrest.Matcher<T!>!
hasProperty org.hamcrest.Matcher<T!>!
hasValue org.hamcrest.Matcher<(kotlin.collections.MutableMap<, out V!>..kotlin.collections.Map<, V!>?)>!
theInstance org.hamcrest.Matcher<T!>!
is org.hamcrest.Matcher<T!>!
not org.hamcrest.Matcher<T!>!
emptyArray org.hamcrest.Matcher<kotlin.Array<(out) E!>!>!
any org.hamcrest.Matcher<T!>!
nullValue org.hamcrest.Matcher<kotlin.Any!>!
greaterThan org.hamcrest.Matcher<T!>!
lessThan org.hamcrest.Matcher<T!>!
both org.hamcrest.core.CombinableMatcher.CombinableBothMatcher<LHS!>!
greaterThanOrEqualTo org.hamcrest.Matcher<T!>!
lessThanOrEqualTo org.hamcrest.Matcher<T!>!
anything org.hamcrest.Matcher<kotlin.Any!>!
anyOf org.hamcrest.core.AnyOf<T!>!
isOneOf org.hamcrest.Matcher<T!>!
isA org.hamcrest.Matcher<T!>!
hasKey org.hamcrest.Matcher<kotlin.collections.(Mutable)Map<out K!, *>!>!
hasItem org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<*>!>!
hasItems org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<T!>!>!
either org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher<LHS!>!
hasEntry org.hamcrest.Matcher<(kotlin.collections.MutableMap<out K!, out V!>..kotlin.collections.Map<out K!, V!>?)>!
describedAs org.hamcrest.Matcher<T!>!
everyItem org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<U!>!>!
instanceOf org.hamcrest.Matcher<T!>!
notNullValue org.hamcrest.Matcher<kotlin.Any!>!
sameInstance org.hamcrest.Matcher<T!>!
hasItemInArray org.hamcrest.Matcher<kotlin.Array<(out) T!>!>!
arrayContaining org.hamcrest.Matcher<kotlin.Array<(out) E!>!>!
arrayContainingInAnyOrder org.hamcrest.Matcher<kotlin.Array<(out) E!>!>!
arrayWithSize org.hamcrest.Matcher<kotlin.Array<(out) E!>!>!
emptyCollectionOf org.hamcrest.Matcher<kotlin.collections.(Mutable)Collection<E!>!>!
emptyIterable org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<E!>!>!
emptyIterableOf org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<E!>!>!
containsInAnyOrder org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<T!>!>!
iterableWithSize org.hamcrest.Matcher<kotlin.collections.(Mutable)Iterable<E!>!>!
isIn org.hamcrest.Matcher<T!>!
closeTo org.hamcrest.Matcher<kotlin.Double!>!
comparesEqualTo org.hamcrest.Matcher<T!>!
equalToIgnoringCase org.hamcrest.Matcher<kotlin.String!>!
equalToIgnoringWhiteSpace org.hamcrest.Matcher<kotlin.String!>!
isEmptyString org.hamcrest.Matcher<kotlin.String!>!
isEmptyOrNullString org.hamcrest.Matcher<kotlin.String!>!
stringContainsInOrder org.hamcrest.Matcher<kotlin.String!>!
hasToString org.hamcrest.Matcher<T!>!
typeCompatibleWith org.hamcrest.Matcher<java.lang.Class<*>!>!
eventFrom org.hamcrest.Matcher<java.util.EventObject!>!
samePropertyValuesAs org.hamcrest.Matcher<T!>!
hasXPath org.hamcrest.Matcher<org.w3c.dom.Node!>!
相关文章
|
6月前
|
测试技术
Junit单元测试 org.junit.jupiter.api.extension.ParameterResolutionException异常处理
Junit单元测试 org.junit.jupiter.api.extension.ParameterResolutionException异常处理
321 0
|
16天前
|
Java 程序员 测试技术
Java|让 JUnit4 测试类自动注入 logger 和被测 Service
本文介绍如何通过自定义 IDEA 的 JUnit4 Test Class 模板,实现生成测试类时自动注入 logger 和被测 Service。
20 5
|
消息中间件 Java 数据格式
【报错】spring整合activeMQ,pom.xml文件缺架包,启动报错:Caused by: java.lang.ClassNotFoundException: org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
spring版本:4.3.13 ActiveMq版本:5.15 ======================================================== spring整合activeMQ,pom.
2023 0
|
2月前
|
存储 Java 关系型数据库
java: 无法访问org.springframework.context.ConfigurableApplicationContext
`亲测可用,之前搜索了很多博客,啥样的都有,就是不介绍报错以及配置用处,根本不懂照抄那些配置是干啥的,稀里糊涂的按照博客搭完也跑不起来,因此记录这个。` `项目背景`:公司项目当前采用http协议+shiro+mysql的登录认证方式,而现在想支持ldap协议认证登录然后能够访问自己公司的项目网站。 `举例说明`:假设我们公司有自己的门户网站,现在我们收购了一家公司,他们数据库采用ldap存储用户数据,那么为了他们账户能登陆我们公司项目所以需要集成,而不是再把他们的账户重新在mysql再创建一遍,万一人家有1W个账户呢,不累死了且也不现实啊。
44 11
|
3月前
|
Android开发
解決Android报错:Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
解決Android报错:Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
101 1
|
3月前
|
Java
java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter 增样将jar包导入
文章记录了解决Java项目中遇到的`java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter`异常的方法,即通过在项目的`WEB-INF`文件夹下创建与`classes`平级的`lib`文件夹并添加所需的jar包来解决。
java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter 增样将jar包导入
|
测试技术 iOS开发 MacOS
JUnit单元测试报错NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory
因为 JUnit 5 = JUnit Platform + JUnit Jupiter + JUnit Vintage JUnit Platform是提供了运行(测试框架)环境的平台 JUnit Jupiter 是新的Junit5(子项目提供了一个基于平台测试运行Jupiter的测试引擎) JUnit Vintage提供了Junit3/4的测试引擎(向前兼容) 所以这里报错的原因应该是:缺少对应依赖()。
943 0
JUnit单元测试报错NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory
|
4月前
|
Java 数据库 索引
【Java】已解决Spring框架中的org.springframework.dao.DuplicateKeyException异常
【Java】已解决Spring框架中的org.springframework.dao.DuplicateKeyException异常
114 0
|
Java Maven Spring
【异常解决】java: 无法访问org.springframework.boot.SpringApplication的解决方案
【异常解决】java: 无法访问org.springframework.boot.SpringApplication的解决方案
2830 0
|
IDE Java Maven
Error:(5, 45) java: 程序包org.springframework.boot.test.context不存在 (超级好用,不好用,你找我)
Error:(5, 45) java: 程序包org.springframework.boot.test.context不存在 (超级好用,不好用,你找我)
665 0
Error:(5, 45) java: 程序包org.springframework.boot.test.context不存在 (超级好用,不好用,你找我)