b3j0f.annotation.test.core module¶
-
class
b3j0f.annotation.test.core.AnnotationTest(*args, **kwargs)[source]¶ Bases:
b3j0f.utils.ut.UTCaseUT class which creates an annotation and delete it at the end.
-
class
b3j0f.annotation.test.core.DeleteTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest annotation deletion.
-
class
b3j0f.annotation.test.core.GetAnnotatedFields(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest get_annotated_fields class method
-
class
b3j0f.annotation.test.core.GetAnnotationsTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest to annotate elements.
-
class
b3j0f.annotation.test.core.GetLocalAnnotationsTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest get local annotatations.
-
class
b3j0f.annotation.test.core.MemoryTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest InMemory Annotations.
-
class
b3j0f.annotation.test.core.OnBindTargetTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest on_bind_target handler.
-
class
b3j0f.annotation.test.core.RemoveTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest remove class method.
-
class
b3j0f.annotation.test.core.TTLTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest ttl.
-
class
b3j0f.annotation.test.core.TargetsTest(*args, **kwargs)[source]¶ Bases:
b3j0f.annotation.test.core.AnnotationTestTest targets attribute.
-
class
b3j0f.annotation.test.core.TestAnnotation(on_bind_target=None, propagate=True, override=False, ttl=None, in_memory=False)[source]¶ Bases:
b3j0f.annotation.core.AnnotationAnnotation for inheritance tests.