org.junit.matchers (JUnit API)

Junit


Package org.junit.matchers

Provides useful additional Matchers for use with the Assert.assertThat(Object, org.hamcrest.Matcher) statement

参阅:           详细描述

类摘要
JUnitMatchers Convenience import class: these are useful matchers for use with the assertThat method, but they are not currently included in the basic CoreMatchers class from hamcrest.
 

Package org.junit.matchers Description

Provides useful additional Matchers for use with the Assert.assertThat(Object, org.hamcrest.Matcher) statement

起始版本:
4.0
另请参见:
JUnitMatchers