BalderHub CRUD
Installation
Introduction into CRUD
Scenarios
Features
Examples
Utilities
BalderHub CRUD
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
R
|
S
|
T
|
U
_
_UNSET_TYPE (class in balderhub.crud.lib.utils.unset)
A
AutoSingleReadExampleFactory (class in balderhub.crud.lib.scenario_features.factories)
(class in balderhub.crud.lib.setup_features.factories)
B
BaseCollectorFeature (class in balderhub.crud.lib.scenario_features)
BaseExampleProvider (class in balderhub.crud.lib.scenario_features)
BaseExampleProvider.NamedExample (class in balderhub.crud.lib.scenario_features)
BaseFieldCallback (class in balderhub.crud.lib.utils.field_callbacks.base_field_callback)
BaseFieldExampleProvider (class in balderhub.crud.lib.scenario_features)
BaseFieldExampleProvider.NamedExample (class in balderhub.crud.lib.scenario_features)
BaseInteractorFeature (class in balderhub.crud.lib.scenario_features)
BaseSingleExampleProvider (class in balderhub.crud.lib.scenario_features)
BaseSingleExampleProvider.NamedExample (class in balderhub.crud.lib.scenario_features)
C
CallbackExecutionError (class in balderhub.crud.lib.utils.exceptions)
collect() (balderhub.crud.lib.scenario_features.MultipleReaderFeature method)
(balderhub.crud.lib.scenario_features.SingleReaderFeature method)
(balderhub.crud.lib.setup_features.MultipleReaderFeature method)
(balderhub.crud.lib.setup_features.SingleReaderFeature method)
creator (balderhub.crud.scenarios.ScenarioSingleCreate.DeviceUnderTest attribute)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate.Creator attribute)
D
delete() (balderhub.crud.lib.scenario_features.SingleDeleterFeature method)
E
example (balderhub.crud.scenarios.ScenarioSingleCreate.DeviceUnderTest attribute)
(balderhub.crud.scenarios.ScenarioSingleRead.DeviceUnderTest attribute)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate.Creator attribute)
(balderhub.crud.scenarios.ScenarioTriangleSingleUpdate.Updater attribute)
execute() (balderhub.crud.lib.utils.field_callbacks.base_field_callback.BaseFieldCallback method)
(balderhub.crud.lib.utils.field_callbacks.FieldCollectorCallback method)
(balderhub.crud.lib.utils.field_callbacks.FieldFillerCallback method)
(balderhub.crud.lib.utils.field_callbacks.Nested method)
F
FieldCollectorCallback (class in balderhub.crud.lib.utils.field_callbacks)
FieldFillerCallback (class in balderhub.crud.lib.utils.field_callbacks)
fill() (balderhub.crud.lib.setup_features.SingleCreatorFeature method)
(balderhub.crud.lib.setup_features.SingleUpdaterFeature method)
G
get_active_error_messages() (balderhub.crud.lib.scenario_features.BaseCollectorFeature method)
(balderhub.crud.lib.scenario_features.BaseInteractorFeature method)
get_active_success_messages() (balderhub.crud.lib.scenario_features.BaseCollectorFeature method)
(balderhub.crud.lib.scenario_features.BaseInteractorFeature method)
get_element_container() (balderhub.crud.lib.setup_features.SingleCreatorFeature method)
(balderhub.crud.lib.setup_features.SingleReaderFeature method)
(balderhub.crud.lib.setup_features.SingleUpdaterFeature method)
get_expected_default_values_for_fields() (balderhub.crud.lib.scenario_features.SingleCreatorFeature method)
get_first_valid_example() (balderhub.crud.lib.scenario_features.BaseExampleProvider method)
get_for() (balderhub.crud.lib.setup_features.factories.AutoSingleReadExampleFactory class method)
get_invalid_examples() (balderhub.crud.lib.scenario_features.SingleCreateExampleProvider method)
get_invalid_new_value_for_field() (balderhub.crud.lib.scenario_features.BaseFieldExampleProvider method)
(balderhub.crud.lib.scenario_features.SingleUpdateFieldExampleProvider method)
get_list_item_element_container() (balderhub.crud.lib.setup_features.MultipleReaderFeature method)
get_non_collectable_fields() (balderhub.crud.lib.scenario_features.BaseCollectorFeature method)
get_valid_examples() (balderhub.crud.lib.scenario_features.BaseExampleProvider method)
(balderhub.crud.lib.scenario_features.BaseSingleExampleProvider method)
(balderhub.crud.lib.scenario_features.SingleDeleteExampleProvider method)
(balderhub.crud.lib.scenario_features.SingleReadExampleProvider method)
get_valid_new_value_for_field() (balderhub.crud.lib.scenario_features.BaseFieldExampleProvider method)
(balderhub.crud.lib.scenario_features.SingleUpdateFieldExampleProvider method)
I
inner_callback_type (balderhub.crud.lib.utils.field_callbacks.Nested property)
is_non_collectable_field() (balderhub.crud.lib.scenario_features.BaseCollectorFeature method)
item_mapping() (balderhub.crud.lib.setup_features.MultipleReaderFeature method)
(balderhub.crud.lib.setup_features.SingleCreatorFeature method)
(balderhub.crud.lib.setup_features.SingleReaderFeature method)
(balderhub.crud.lib.setup_features.SingleUpdaterFeature method)
L
list_reader (balderhub.crud.scenarios.ScenarioSingleCreate.DeviceUnderTest attribute)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate.Reader attribute)
(balderhub.crud.scenarios.ScenarioTriangleSingleUpdate.Reader attribute)
load() (balderhub.crud.lib.scenario_features.MultipleReaderFeature method)
(balderhub.crud.lib.scenario_features.SingleCreatorFeature method)
(balderhub.crud.lib.scenario_features.SingleDeleterFeature method)
(balderhub.crud.lib.scenario_features.SingleReaderFeature method)
(balderhub.crud.lib.scenario_features.SingleUpdaterFeature method)
(balderhub.crud.lib.setup_features.MultipleReaderFeature method)
M
MultipleReaderFeature (class in balderhub.crud.lib.scenario_features)
(class in balderhub.crud.lib.setup_features)
N
Nested (class in balderhub.crud.lib.utils.field_callbacks)
R
reader (balderhub.crud.scenarios.ScenarioSingleRead.DeviceUnderTest attribute)
resolved_collectable_fields (balderhub.crud.lib.scenario_features.BaseCollectorFeature property)
resolved_fields_with_default_values (balderhub.crud.lib.scenario_features.SingleCreatorFeature property)
resolved_mandatory_fields (balderhub.crud.lib.scenario_features.SingleCreatorFeature property)
resolved_non_collectable_fields (balderhub.crud.lib.scenario_features.BaseCollectorFeature property)
S
ScenarioMultipleRead (class in balderhub.crud.scenarios)
ScenarioMultipleRead.DeviceUnderTest (class in balderhub.crud.scenarios)
ScenarioMultipleRead.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioSingleCreate (class in balderhub.crud.scenarios)
ScenarioSingleCreate.DeviceUnderTest (class in balderhub.crud.scenarios)
ScenarioSingleCreate.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioSingleRead (class in balderhub.crud.scenarios)
ScenarioSingleRead.DeviceUnderTest (class in balderhub.crud.scenarios)
ScenarioSingleRead.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioSingleUpdate (class in balderhub.crud.scenarios)
ScenarioSingleUpdate.DeviceUnderTest (class in balderhub.crud.scenarios)
ScenarioSingleUpdate.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioTriangleSingleCreate (class in balderhub.crud.scenarios)
ScenarioTriangleSingleCreate.Creator (class in balderhub.crud.scenarios)
ScenarioTriangleSingleCreate.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioTriangleSingleCreate.Reader (class in balderhub.crud.scenarios)
ScenarioTriangleSingleUpdate (class in balderhub.crud.scenarios)
ScenarioTriangleSingleUpdate.PointOfTruth (class in balderhub.crud.scenarios)
ScenarioTriangleSingleUpdate.Reader (class in balderhub.crud.scenarios)
ScenarioTriangleSingleUpdate.Updater (class in balderhub.crud.scenarios)
single_example (balderhub.crud.scenarios.ScenarioTriangleSingleUpdate.Updater attribute)
SingleCreateExampleProvider (class in balderhub.crud.lib.scenario_features)
SingleCreatorFeature (class in balderhub.crud.lib.scenario_features)
(class in balderhub.crud.lib.setup_features)
SingleDeleteExampleProvider (class in balderhub.crud.lib.scenario_features)
SingleDeleterFeature (class in balderhub.crud.lib.scenario_features)
SingleReaderFeature (class in balderhub.crud.lib.scenario_features)
(class in balderhub.crud.lib.setup_features)
SingleReadExampleProvider (class in balderhub.crud.lib.scenario_features)
SingleUpdateFieldExampleProvider (class in balderhub.crud.lib.scenario_features)
SingleUpdateFieldExampleProvider.NamedExample (class in balderhub.crud.lib.scenario_features)
SingleUpdaterFeature (class in balderhub.crud.lib.scenario_features)
(class in balderhub.crud.lib.setup_features)
T
test_compare_data() (balderhub.crud.scenarios.ScenarioMultipleRead method)
(balderhub.crud.scenarios.ScenarioSingleRead method)
test_create_invalid() (balderhub.crud.scenarios.ScenarioSingleCreate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate method)
test_create_invalid_with_missing_mandatory_field() (balderhub.crud.scenarios.ScenarioSingleCreate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate method)
test_create_valid() (balderhub.crud.scenarios.ScenarioSingleCreate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate method)
test_create_valid_without_single_field_with_default_value() (balderhub.crud.scenarios.ScenarioSingleCreate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate method)
test_create_valid_without_single_optional_field() (balderhub.crud.scenarios.ScenarioSingleCreate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleCreate method)
test_field_update_invalid() (balderhub.crud.scenarios.ScenarioSingleUpdate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleUpdate method)
test_field_update_valid() (balderhub.crud.scenarios.ScenarioSingleUpdate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleUpdate method)
test_unset_optional_field() (balderhub.crud.scenarios.ScenarioSingleUpdate method)
(balderhub.crud.scenarios.ScenarioTriangleSingleUpdate method)
U
updater (balderhub.crud.scenarios.ScenarioTriangleSingleUpdate.Updater attribute)