b3j0f.utils.test.chaining module

class b3j0f.utils.test.chaining.ChainingTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test Chaining object.

setUp()[source]

Initialize object to embed into a Chaining.

test_empty()[source]

Test Chaining result without calls

test_exception()[source]

Test when an exception occured.

test_many()[source]

Test several chaining of calls.

test_one()[source]

Test one chaining of calls.

class b3j0f.utils.test.chaining.ListChainingTest(*args, **kwargs)[source]

Bases: b3j0f.utils.ut.UTCase

Test ListChaining object.

setUp()[source]

Initialize object to embed into a Chaining.

test_empty()[source]

Test Chaining result without calls

test_exception()[source]

Test when an exception occured.

test_many()[source]

Test several chaining of calls.

test_one()[source]

Test one chaining of calls.