Class Hierarchy
- java.lang.Object
- org.apache.juneau.junit.bct.AssertionArgs
- org.apache.juneau.junit.bct.BasicBeanConverter (implements org.apache.juneau.junit.bct.BeanConverter)
- org.apache.juneau.junit.bct.BasicBeanConverter.Builder
- org.apache.juneau.junit.bct.BctAssertions
- org.apache.juneau.junit.bct.Listifiers
- org.apache.juneau.junit.bct.PropertyExtractors
- org.apache.juneau.junit.bct.PropertyExtractors.ObjectPropertyExtractor (implements org.apache.juneau.junit.bct.PropertyExtractor)
- org.apache.juneau.junit.bct.PropertyExtractors.ListPropertyExtractor
- org.apache.juneau.junit.bct.PropertyExtractors.MapPropertyExtractor
- org.apache.juneau.junit.bct.Stringifiers
- org.apache.juneau.junit.bct.Swappers
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.juneau.junit.bct.PropertyNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.apache.juneau.junit.bct.BeanConverter
- java.util.function.BiFunction<T,
U, R> - org.apache.juneau.junit.bct.Listifier<T>
- org.apache.juneau.junit.bct.Stringifier<T>
- org.apache.juneau.junit.bct.Swapper<T>
- org.apache.juneau.junit.bct.PropertyExtractor
- org.apache.juneau.junit.bct.ThrowingSupplier<T>