| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassAssert<S extends AbstractClassAssert<S>>
Base class for all implementations of assertions for
Classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAssert
Assertion methods for
Classes. |
class |
SoftAssertionClassAssert
Concrete assertions for
Classs without any final methods to allow proxying. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractClassAssert<?> |
Java6Assertions.assertThat(Class<?> actual)
Creates a new instance of
|
static AbstractClassAssert<?> |
Assertions.assertThat(Class<?> actual)
Creates a new instance of
|
static AbstractClassAssert<?> |
BDDAssertions.then(Class<?> actual)
Creates a new instance of
|
static AbstractClassAssert<?> |
Java6BDDAssertions.then(Class<?> actual)
Creates a new instance of
|
Copyright © 2013–2016 AssertJ. All rights reserved.