| assertFalse | Assert that the value evaluates to false |
| assertThat | Make a test assertion |
| assertTrue | Assert that the value evaluates to true |
| closeTo | Returns a function that checks whether its _argument_ is... |
| deparsesTo | Returns a function that checks whether its _argument_... |
| emitsWarning | Returns a function that checks whether its _argument_ emits... |
| equalTo | Returns a function that checks whether its _argument_ is... |
| hamcrest-package | Unit tests using the Hamcrest framework |
| identicalTo | Returns a function that checks whether its _argument_ is... |
| instanceOf | Returns a function that checks whether its 'argument' is... |
| isFalse | Returns a function that checks whether its _argument_ is... |
| isTrue | Returns a function that checks whether its _argument_ is... |
| not | Negates the result of a matcher function |
| testHamcrest | A testing suite for hamcrest tests |
| throwsError | Returns a function that checks whether its _argument_ throws... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.