Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassAssert<SELF extends AbstractClassAssert<SELF>>
Base class for all implementations of assertions for
Class es. |
Modifier and Type | Class and Description |
---|---|
class |
ClassAssert
Assertion methods for
Class es. |
class |
ProxyableClassAssert
Concrete assertions for
Class s 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<?> |
Assumptions.assumeThat(Class<?> actual)
Creates a new instance of
assumption. |
default AbstractClassAssert<?> |
WithAssumptions.assumeThat(Class<?> actual)
Creates a new instance of
assumption. |
static AbstractClassAssert<?> |
Java6BDDAssertions.then(Class<?> actual)
Creates a new instance of
|
Copyright © 2014–2018 AssertJ. All rights reserved.