Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.github.nylle.javafixture.specimen.AbstractSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.specimen.ArraySpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.specimen.CollectionSpecimen<T,G> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.Configuration
- com.github.nylle.javafixture.Context
- com.github.nylle.javafixture.CustomizationContext
- com.github.nylle.javafixture.specimen.EnumSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.Fixture
- com.github.nylle.javafixture.JavaFixture
- com.github.nylle.javafixture.specimen.GenericSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.InstanceFactory
- com.github.nylle.javafixture.specimen.InterfaceSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.annotations.fixture.JavaFixtureExtension (implements org.junit.jupiter.api.extension.ParameterResolver)
- com.github.nylle.javafixture.annotations.fixture.JavaFixtureProvider (implements org.junit.jupiter.params.support.AnnotationConsumer<A>, org.junit.jupiter.params.provider.ArgumentsProvider)
- com.github.nylle.javafixture.specimen.MapSpecimen<T,K,V> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.specimen.ObjectSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.specimen.PrimitiveSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
- com.github.nylle.javafixture.ProxyInvocationHandler (implements java.lang.reflect.InvocationHandler, javassist.util.proxy.MethodHandler)
- com.github.nylle.javafixture.PseudoRandom
- com.github.nylle.javafixture.annotations.testcases.ReflectedTestCase
- com.github.nylle.javafixture.Reflector<T>
- com.github.nylle.javafixture.SpecimenBuilder<T> (implements com.github.nylle.javafixture.ISpecimenBuilder<T>)
- com.github.nylle.javafixture.SpecimenFactory
- com.github.nylle.javafixture.SpecimenType<T>
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.nylle.javafixture.SpecimenException
- com.github.nylle.javafixture.SpecimenTypeException
- com.github.nylle.javafixture.annotations.testcases.TestCaseException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.nylle.javafixture.specimen.TimeSpecimen<T> (implements com.github.nylle.javafixture.ISpecimen<T>)
Interface Hierarchy
- com.github.nylle.javafixture.ISpecimen<T>
- com.github.nylle.javafixture.ISpecimenBuilder<T>
Annotation Type Hierarchy
- com.github.nylle.javafixture.annotations.testcases.TestCase (implements java.lang.annotation.Annotation)
- com.github.nylle.javafixture.annotations.testcases.TestCases (implements java.lang.annotation.Annotation)
- com.github.nylle.javafixture.annotations.testcases.TestWithCases (implements java.lang.annotation.Annotation)
- com.github.nylle.javafixture.annotations.fixture.TestWithFixture (implements java.lang.annotation.Annotation)