b3j0f.annotation.test.interception module

class b3j0f.annotation.test.interception.CallInterceptorTest(*args, **kwargs)[source]

Bases: b3j0f.annotation.test.interception.InterceptorTest

Test interception

class Test[source]

Bases: object

CallInterceptorTest.call_target()[source]
CallInterceptorTest.get_interceptor()[source]
CallInterceptorTest.get_target()[source]
class b3j0f.annotation.test.interception.InterceptionTest(*args, **kwargs)[source]

Bases: b3j0f.annotation.test.interception.InterceptorTest

Test interception

call_target()[source]

Call target.

get_interceptor()[source]
get_target()[source]
test_disable()[source]
test_disables()[source]
test_enable()[source]
test_enables()[source]
test_one_one()[source]

Test one annotation and one call

test_one_two()[source]

Test one annotation and two calls

test_two_one()[source]

Test two annotation and one call

test_two_two()[source]

Test two annotations and two calls

class b3j0f.annotation.test.interception.InterceptorTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Base class for other tests

get_interceptor()[source]
get_target()[source]
interception(joinpoint)[source]
setUp()[source]
tearDown()[source]

Delete self.interceptor

class b3j0f.annotation.test.interception.PrivateCallInterceptorTest(*args, **kwargs)[source]

Bases: b3j0f.annotation.test.interception.InterceptorTest

Test interception

class Test[source]

Bases: object

class PrivateCallInterceptorTest.TestCallInterceptor(utcase)[source]

Bases: b3j0f.annotation.interception.PrivateCallInterceptor

PrivateCallInterceptorTest.call_target()[source]
PrivateCallInterceptorTest.get_interceptor()[source]
PrivateCallInterceptorTest.get_target()[source]
class b3j0f.annotation.test.interception.PrivateInterceptorTest(*args, **kwargs)[source]

Bases: b3j0f.annotation.test.interception.InterceptorTest

Test interception

class TestPrivateInterceptor(utcase)[source]

Bases: b3j0f.annotation.interception.PrivateInterceptor

PrivateInterceptorTest.get_interceptor()[source]
PrivateInterceptorTest.get_target()[source]