Class f.t.t.t.SQLObjectFixtureCascadeTest(SQLObjectFixtureTest):

Part of fixture.test.test_loadable.test_sqlobject_loadable View In Hierarchy

Known subclasses: fixture.test.test_loadable.test_sqlobject_loadable.SQLObjectFixtureCascadeTestWithHeavyDB, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectFixtureCascade, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectFixtureCascadeAsRef, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectFixtureCascadeAsRefInherit, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectFixtureCascadeAsType

No class docstring
Method assert_data_loaded assert that the dataset was loaded.
Method assert_data_torndown assert that the dataset was torn down.

Inherited from SQLObjectFixtureTest:

Method setUp should load the dataset
Method tearDown should unload the dataset.
def assert_data_loaded(self, dataset):
assert that the dataset was loaded.
def assert_data_torndown(self):
assert that the dataset was torn down.
API Documentation for fixture, generated by pydoctor.