File tree 3 files changed +39
-0
lines changed
3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,13 @@ Decorator `@balder.insert_into_tree(..)`
32
32
========================================
33
33
34
34
.. autofunction :: balder.insert_into_tree
35
+
36
+ Decorator `@balder.parametrize(..) `
37
+ ===================================
38
+
39
+ .. autofunction :: balder.parametrize
40
+
41
+ Decorator `@balder.parametrize_by_feature(..) `
42
+ ==============================================
43
+
44
+ .. autofunction :: balder.parametrize_by_feature
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ Here you can find the full API documentation of the Balder Framework.
16
16
scenarios.rst
17
17
setups.rst
18
18
controllers.rst
19
+ parametrization.rst
Original file line number Diff line number Diff line change
1
+ Parametrization API
2
+ *******************
3
+
4
+ Providing arguments for dynamic parametrization
5
+ ===============================================
6
+
7
+ The following objects help to provide parameters inside the dynamic parametrization decorator
8
+ :meth: `balder.parametrize_by_feature `.
9
+
10
+ The ``Value `` object
11
+ --------------------
12
+
13
+ .. autoclass :: balder.parametrization.Value
14
+ :members:
15
+
16
+
17
+ The ``Parameter `` object
18
+ ------------------------
19
+
20
+ .. autoclass :: balder.parametrization.Parameter
21
+ :members:
22
+
23
+
24
+ The ``FeatureAccessSelector `` object
25
+ ------------------------------------
26
+
27
+ .. autoclass :: balder.parametrization.FeatureAccessSelector
28
+ :members:
You can’t perform that action at this time.
0 commit comments