public interface WithAssertions
default Offset<Float> offset(Float value)
StrictAssertions.offset(Float)
default Offset<Double> offset(Double value)
StrictAssertions.offset(Double)
default <K,V> MapEntry<K,V> entry(K key, V value)
StrictAssertions.entry(Object, Object)
default void fail(String failureMessage)
StrictAssertions.fail(String)
default void fail(String failureMessage, Throwable realCause)
StrictAssertions.fail(String,Throwable)
default <T> Not<T> not(Condition<? super T> condition)
StrictAssertions.not(Condition)
default <T> Condition<T> allOf(Iterable<? extends Condition<? super T>> conditions)
StrictAssertions.allOf(Iterable<? extends Condition>)
default <T> Condition<T> allOf(Condition<? super T>... conditions)
StrictAssertions.allOf(Condition[])
default <T> AbstractObjectArrayAssert<?,T> assertThat(T[] actual)
org.assertj.core.api.Assertions#assertThat(T[])
default <T extends AssertDelegateTarget> T assertThat(T assertion)
Assertions.assertThat(AssertDelegateTarget)
default <K,V> AbstractMapAssert<?,? extends Map<K,V>,K,V> assertThat(Map<K,V> actual)
Assertions.assertThat(Map)
default AbstractShortAssert<?> assertThat(short actual)
StrictAssertions.assertThat(short)
default AbstractLongAssert<?> assertThat(long actual)
StrictAssertions.assertThat(long)
default AbstractLongAssert<?> assertThat(Long actual)
StrictAssertions.assertThat(Long)
default AbstractLongArrayAssert<?> assertThat(long[] actual)
StrictAssertions.assertThat(long[])
default <T> AbstractObjectAssert<?,T> assertThat(T actual)
org.assertj.core.api.Assertions#assertThat(T)
default AbstractCharSequenceAssert<?,String> assertThat(String actual)
StrictAssertions.assertThat(String)
default AbstractDateAssert<?> assertThat(Date actual)
StrictAssertions.assertThat(Date)
default AbstractThrowableAssert<?,? extends Throwable> assertThat(Throwable actual)
StrictAssertions.assertThat(Throwable)
default AbstractBigDecimalAssert<?> assertThat(BigDecimal actual)
StrictAssertions.assertThat(BigDecimal)
default AbstractCharSequenceAssert<?,? extends CharSequence> assertThat(CharSequence actual)
Assertions.assertThat(CharSequence)
default AbstractShortArrayAssert<?> assertThat(short[] actual)
StrictAssertions.assertThat(short[])
default AbstractShortAssert<?> assertThat(Short actual)
StrictAssertions.assertThat(Short)
default AbstractClassAssert<?> assertThat(Class<?> actual)
StrictAssertions.assertThat(Class)
default AbstractCharacterAssert<?> assertThat(Character actual)
StrictAssertions.assertThat(Character)
default AbstractCharArrayAssert<?> assertThat(char[] actual)
StrictAssertions.assertThat(char[])
default AbstractCharacterAssert<?> assertThat(char actual)
StrictAssertions.assertThat(char)
default <T extends Comparable<? super T>> AbstractComparableAssert<?,T> assertThat(T actual)
Assertions.assertThat(Comparable)
default <T> AbstractIterableAssert<?,? extends Iterable<T>,T> assertThat(Iterable<T> actual)
Assertions.assertThat(Iterable)
default <T> AbstractIterableAssert<?,? extends Iterable<T>,T> assertThat(Iterator<T> actual)
Assertions.assertThat(Iterator)
default AbstractBooleanAssert<?> assertThat(Boolean actual)
StrictAssertions.assertThat(Boolean)
default AbstractBooleanArrayAssert<?> assertThat(boolean[] actual)
StrictAssertions.assertThat(boolean)
default AbstractByteAssert<?> assertThat(byte actual)
StrictAssertions.assertThat(byte)
default AbstractByteAssert<?> assertThat(Byte actual)
StrictAssertions.assertThat(Byte)
default AbstractByteArrayAssert<?> assertThat(byte[] actual)
StrictAssertions.assertThat(byte[])
default AbstractBooleanAssert<?> assertThat(boolean actual)
StrictAssertions.assertThat(boolean)
default AbstractFloatAssert<?> assertThat(float actual)
StrictAssertions.assertThat(float)
default AbstractInputStreamAssert<?,? extends InputStream> assertThat(InputStream actual)
StrictAssertions.assertThat(InputStream)
default AbstractFileAssert<?> assertThat(File actual)
StrictAssertions.assertThat(File)
default AbstractIntArrayAssert<?> assertThat(int[] actual)
StrictAssertions.assertThat(int[])
default AbstractFloatAssert<?> assertThat(Float actual)
StrictAssertions.assertThat(Float)
default AbstractIntegerAssert<?> assertThat(int actual)
StrictAssertions.assertThat(int)
default AbstractFloatArrayAssert<?> assertThat(float[] actual)
StrictAssertions.assertThat(float[])
default AbstractIntegerAssert<?> assertThat(Integer actual)
StrictAssertions.assertThat(Integer)
default AbstractDoubleAssert<?> assertThat(double actual)
StrictAssertions.assertThat(double)
default AbstractDoubleAssert<?> assertThat(Double actual)
StrictAssertions.assertThat(Double)
default <T> AbstractListAssert<?,? extends List<T>,T> assertThat(List<T> actual)
Assertions.assertThat(List)
default AbstractDoubleArrayAssert<?> assertThat(double[] actual)
StrictAssertions.assertThat(double[])
default Properties<Object> extractProperty(String propertyName)
StrictAssertions.extractProperty(String)
default <T> Properties<T> extractProperty(String propertyName, Class<T> propertyType)
StrictAssertions.extractProperty(String,Class)
default Tuple tuple(Object... values)
StrictAssertions.tuple(Object[])
default Index atIndex(int actual)
StrictAssertions.atIndex(int)
default Offset<Double> within(Double actual)
StrictAssertions.within(Double)
default Offset<BigDecimal> within(BigDecimal actual)
StrictAssertions.within(BigDecimal)
default Offset<Float> within(Float actual)
StrictAssertions.within(Float)
default <T> Condition<T> anyOf(Iterable<? extends Condition<? super T>> conditions)
StrictAssertions.anyOf(Iterable)
default <T> Condition<T> anyOf(Condition<? super T>... conditions)
StrictAssertions.anyOf(Condition[])
default <T> DoesNotHave<T> doesNotHave(Condition<? super T> condition)
StrictAssertions.doesNotHave(Condition)
default String contentOf(File file, String charsetName)
StrictAssertions.contentOf(File,String)
default String contentOf(File actual)
StrictAssertions.contentOf(File)
default String contentOf(File file, Charset charset)
StrictAssertions.contentOf(File,Charset)
default List<String> linesOf(File actual)
StrictAssertions.linesOf(File)
default List<String> linesOf(File file, String charsetName)
StrictAssertions.linesOf(File,String)
default List<String> linesOf(File actual, Charset arg1)
StrictAssertions.linesOf(File,Charset)
default void setRemoveAssertJRelatedElementsFromStackTrace(boolean actual)
default void failBecauseExceptionWasNotThrown(Class<? extends Throwable> exceptionClass)
default void setAllowExtractingPrivateFields(boolean actual)
StrictAssertions.setAllowExtractingPrivateFields(boolean)
default void registerCustomDateFormat(DateFormat actual)
StrictAssertions.registerCustomDateFormat(DateFormat)
default void registerCustomDateFormat(String actual)
StrictAssertions.registerCustomDateFormat(String)
default void useDefaultDateFormatsOnly()
StrictAssertions.useDefaultDateFormatsOnly()
default AbstractZonedDateTimeAssert<?> assertThat(java.time.ZonedDateTime actual)
StrictAssertions.assertThat(ZonedDateTime)
default <T> OptionalAssert<T> assertThat(Optional<T> optional)
StrictAssertions.assertThat(Optional)
default OptionalDoubleAssert assertThat(OptionalDouble optional)
StrictAssertions.assertThat(java.util.OptionalDouble)
default OptionalIntAssert assertThat(OptionalInt optional)
StrictAssertions.assertThat(java.util.OptionalInt)
default OptionalLongAssert assertThat(OptionalLong optional)
StrictAssertions.assertThat(java.util.OptionalLong)
default AbstractLocalDateTimeAssert<?> assertThat(java.time.LocalDateTime localDateTime)
StrictAssertions.assertThat(LocalDateTime)
default AbstractLocalDateAssert<?> assertThat(java.time.LocalDate localDate)
StrictAssertions.assertThat(LocalDate)
default AbstractLocalTimeAssert<?> assertThat(java.time.LocalTime localTime)
StrictAssertions.assertThat(LocalTime)
default AbstractOffsetTimeAssert<?> assertThat(java.time.OffsetTime offsetTime)
StrictAssertions.assertThat(OffsetTime)
default AbstractOffsetDateTimeAssert<?> assertThat(java.time.OffsetDateTime offsetDateTime)
StrictAssertions.assertThat(OffsetDateTime)
default <E> Filters<E> filter(E[] array)
org.assertj.core.api.Assertions#filter(E[])
default <E> Filters<E> filter(Iterable<E> iterableToFilter)
StrictAssertions.filter(Iterable)
Copyright © 2014-2015 AssertJ. All Rights Reserved.