Skip to content

Commit c244fc3

Browse files
craigfowlerGithub Actions Workflow (bot)
authored andcommitted
Publish updated documentation website
1 parent 4654120 commit c244fc3

10 files changed

Lines changed: 23 additions & 596 deletions

docs/api/CSF.Screenplay.ScreenplayPlugin.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -260,41 +260,6 @@ <h4 class="section">Parameters</h4>
260260

261261

262262

263-
<a id="CSF_Screenplay_ScreenplayPlugin_Initialize_" data-uid="CSF.Screenplay.ScreenplayPlugin.Initialize*"></a>
264-
265-
<h3 id="CSF_Screenplay_ScreenplayPlugin_Initialize_TechTalk_SpecFlow_Plugins_RuntimePluginEvents_TechTalk_SpecFlow_Plugins_RuntimePluginParameters_TechTalk_SpecFlow_UnitTestProvider_UnitTestProviderConfiguration_" data-uid="CSF.Screenplay.ScreenplayPlugin.Initialize(TechTalk.SpecFlow.Plugins.RuntimePluginEvents,TechTalk.SpecFlow.Plugins.RuntimePluginParameters,TechTalk.SpecFlow.UnitTestProvider.UnitTestProviderConfiguration)">
266-
Initialize(RuntimePluginEvents, RuntimePluginParameters, UnitTestProviderConfiguration)
267-
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay.Reqnroll/ScreenplayPlugin.cs/#L67"><i class="bi bi-code-slash"></i></a>
268-
</h3>
269-
270-
<div class="markdown level1 summary"></div>
271-
<div class="markdown level1 conceptual"></div>
272-
273-
<div class="codewrapper">
274-
<pre><code class="lang-csharp hljs">public void Initialize(RuntimePluginEvents runtimePluginEvents, RuntimePluginParameters runtimePluginParameters, UnitTestProviderConfiguration unitTestProviderConfiguration)</code></pre>
275-
</div>
276-
277-
<h4 class="section">Parameters</h4>
278-
<dl class="parameters">
279-
<dt><code>runtimePluginEvents</code> <a class="xref" href="https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Plugins/RuntimePluginEvents.cs">RuntimePluginEvents</a></dt>
280-
<dd></dd>
281-
<dt><code>runtimePluginParameters</code> <a class="xref" href="https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Plugins/RuntimePluginParameters.cs">RuntimePluginParameters</a></dt>
282-
<dd></dd>
283-
<dt><code>unitTestProviderConfiguration</code> <a class="xref" href="https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/UnitTestProvider/UnitTestProviderConfiguration.cs">UnitTestProviderConfiguration</a></dt>
284-
<dd></dd>
285-
</dl>
286-
287-
288-
289-
290-
291-
292-
293-
294-
295-
296-
297-
298263

299264
</article>
300265

docs/api/CSF.Screenplay.ScreenplaySteps.html

Lines changed: 0 additions & 364 deletions
This file was deleted.

docs/api/CSF.Screenplay.ServiceCollectionAdapter.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -177,45 +177,6 @@ <h2 class="section" id="constructors">Constructors
177177
</h2>
178178

179179

180-
<a id="CSF_Screenplay_ServiceCollectionAdapter__ctor_" data-uid="CSF.Screenplay.ServiceCollectionAdapter.#ctor*"></a>
181-
182-
<h3 id="CSF_Screenplay_ServiceCollectionAdapter__ctor_BoDi_IObjectContainer_" data-uid="CSF.Screenplay.ServiceCollectionAdapter.#ctor(BoDi.IObjectContainer)">
183-
ServiceCollectionAdapter(IObjectContainer)
184-
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay.Reqnroll/ServiceCollectionAdapter.cs/#L177"><i class="bi bi-code-slash"></i></a>
185-
</h3>
186-
187-
<div class="markdown level1 summary"><p>Initialises an instance of <a class="xref" href="CSF.Screenplay.ServiceCollectionAdapter.html">ServiceCollectionAdapter</a>.</p>
188-
</div>
189-
<div class="markdown level1 conceptual"></div>
190-
191-
<div class="codewrapper">
192-
<pre><code class="lang-csharp hljs">public ServiceCollectionAdapter(IObjectContainer wrapped)</code></pre>
193-
</div>
194-
195-
<h4 class="section">Parameters</h4>
196-
<dl class="parameters">
197-
<dt><code>wrapped</code> <span class="xref">IObjectContainer</span></dt>
198-
<dd><p>The BoDi object container</p>
199-
</dd>
200-
</dl>
201-
202-
203-
204-
205-
206-
207-
208-
209-
210-
<h4 class="section">Exceptions</h4>
211-
<dl class="parameters">
212-
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></dt>
213-
<dd><p>If <code class="paramref">wrapped</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
214-
</dd>
215-
</dl>
216-
217-
218-
219180
<a id="CSF_Screenplay_ServiceCollectionAdapter__ctor_" data-uid="CSF.Screenplay.ServiceCollectionAdapter.#ctor*"></a>
220181

221182
<h3 id="CSF_Screenplay_ServiceCollectionAdapter__ctor_Reqnroll_BoDi_IObjectContainer_" data-uid="CSF.Screenplay.ServiceCollectionAdapter.#ctor(Reqnroll.BoDi.IObjectContainer)">

docs/api/CSF.Screenplay.ServiceProviderAdapter.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -159,45 +159,6 @@ <h2 class="section" id="constructors">Constructors
159159
</h2>
160160

161161

162-
<a id="CSF_Screenplay_ServiceProviderAdapter__ctor_" data-uid="CSF.Screenplay.ServiceProviderAdapter.#ctor*"></a>
163-
164-
<h3 id="CSF_Screenplay_ServiceProviderAdapter__ctor_BoDi_IObjectContainer_" data-uid="CSF.Screenplay.ServiceProviderAdapter.#ctor(BoDi.IObjectContainer)">
165-
ServiceProviderAdapter(IObjectContainer)
166-
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay.Reqnroll/ServiceProviderAdapter.cs/#L26"><i class="bi bi-code-slash"></i></a>
167-
</h3>
168-
169-
<div class="markdown level1 summary"><p>Initialises an instance of <a class="xref" href="CSF.Screenplay.ServiceProviderAdapter.html">ServiceProviderAdapter</a>.</p>
170-
</div>
171-
<div class="markdown level1 conceptual"></div>
172-
173-
<div class="codewrapper">
174-
<pre><code class="lang-csharp hljs">public ServiceProviderAdapter(IObjectContainer wrapped)</code></pre>
175-
</div>
176-
177-
<h4 class="section">Parameters</h4>
178-
<dl class="parameters">
179-
<dt><code>wrapped</code> <span class="xref">IObjectContainer</span></dt>
180-
<dd><p>The BoDi object container</p>
181-
</dd>
182-
</dl>
183-
184-
185-
186-
187-
188-
189-
190-
191-
192-
<h4 class="section">Exceptions</h4>
193-
<dl class="parameters">
194-
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></dt>
195-
<dd><p>If <code class="paramref">wrapped</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
196-
</dd>
197-
</dl>
198-
199-
200-
201162
<a id="CSF_Screenplay_ServiceProviderAdapter__ctor_" data-uid="CSF.Screenplay.ServiceProviderAdapter.#ctor*"></a>
202163

203164
<h3 id="CSF_Screenplay_ServiceProviderAdapter__ctor_Reqnroll_BoDi_IObjectContainer_" data-uid="CSF.Screenplay.ServiceProviderAdapter.#ctor(Reqnroll.BoDi.IObjectContainer)">

docs/api/CSF.Screenplay.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ <h3 id="classes">
192192
<dl class="jumplist">
193193
<dt><a class="xref" href="CSF.Screenplay.ScreenplayServiceCollectionExtensions.html">ScreenplayServiceCollectionExtensions</a></dt>
194194
<dd><p>Extension methods for <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection">IServiceCollection</a> relating to Screenplay.</p>
195-
</dd>
196-
</dl>
197-
<dl class="jumplist">
198-
<dt><a class="xref" href="CSF.Screenplay.ScreenplaySteps.html">ScreenplaySteps</a></dt>
199-
<dd><p>A subclass of <code>TechTalk.SpecFlow.Steps</code> provided for convenience of SpecFlow 3.x users to avoid naming conflicts.</p>
200195
</dd>
201196
</dl>
202197
<dl class="jumplist">

docs/api/toc.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@
122122
<li>
123123
<a href="CSF.Screenplay.ScreenplayServiceCollectionExtensions.html" name="" title="ScreenplayServiceCollectionExtensions">ScreenplayServiceCollectionExtensions</a>
124124
</li>
125-
<li>
126-
<a href="CSF.Screenplay.ScreenplaySteps.html" name="" title="ScreenplaySteps">ScreenplaySteps</a>
127-
</li>
128125
<li>
129126
<a href="CSF.Screenplay.ServiceCollectionAdapter.html" name="" title="ServiceCollectionAdapter">ServiceCollectionAdapter</a>
130127
</li>

docs/api/toc.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.json

Lines changed: 4 additions & 9 deletions
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,20 +1784,6 @@
17841784
"Title": "CSF.Screenplay.ScreenplayServiceCollectionExtensions",
17851785
"Summary": "<p sourcefile=\"api/CSF.Screenplay.ScreenplayServiceCollectionExtensions.yml\" sourcestartlinenumber=\"1\">Extension methods for <xref href=\"Microsoft.Extensions.DependencyInjection.IServiceCollection\" data-throw-if-not-resolved=\"false\"></xref> relating to Screenplay.</p>\n"
17861786
},
1787-
{
1788-
"type": "ManagedReference",
1789-
"source_relative_path": "api/CSF.Screenplay.ScreenplaySteps.yml",
1790-
"output": {
1791-
".html": {
1792-
"relative_path": "api/CSF.Screenplay.ScreenplaySteps.html"
1793-
}
1794-
},
1795-
"version": "",
1796-
"Uid": null,
1797-
"IsMRef": true,
1798-
"Title": "CSF.Screenplay.ScreenplaySteps",
1799-
"Summary": "<p sourcefile=\"api/CSF.Screenplay.ScreenplaySteps.yml\" sourcestartlinenumber=\"1\">A subclass of <code>TechTalk.SpecFlow.Steps</code> provided for convenience of SpecFlow 3.x users to avoid naming conflicts.</p>\n"
1800-
},
18011787
{
18021788
"type": "ManagedReference",
18031789
"source_relative_path": "api/CSF.Screenplay.Selenium.Actions.ClearCookies.yml",
@@ -3790,11 +3776,11 @@
37903776
"type": "Toc",
37913777
"source_relative_path": "api/toc.yml",
37923778
"output": {
3793-
".json": {
3794-
"relative_path": "api/toc.json"
3795-
},
37963779
".html": {
37973780
"relative_path": "api/toc.html"
3781+
},
3782+
".json": {
3783+
"relative_path": "api/toc.json"
37983784
}
37993785
},
38003786
"version": ""
@@ -3873,11 +3859,11 @@
38733859
"type": "Toc",
38743860
"source_relative_path": "docs/builderPattern/toc.yml",
38753861
"output": {
3876-
".json": {
3877-
"relative_path": "docs/builderPattern/toc.json"
3878-
},
38793862
".html": {
38803863
"relative_path": "docs/builderPattern/toc.html"
3864+
},
3865+
".json": {
3866+
"relative_path": "docs/builderPattern/toc.json"
38813867
}
38823868
},
38833869
"version": ""
@@ -4146,11 +4132,11 @@
41464132
"type": "Toc",
41474133
"source_relative_path": "docs/performables/toc.yml",
41484134
"output": {
4149-
".json": {
4150-
"relative_path": "docs/performables/toc.json"
4151-
},
41524135
".html": {
41534136
"relative_path": "docs/performables/toc.html"
4137+
},
4138+
".json": {
4139+
"relative_path": "docs/performables/toc.json"
41544140
}
41554141
},
41564142
"version": ""
@@ -4159,11 +4145,11 @@
41594145
"type": "Toc",
41604146
"source_relative_path": "docs/toc.yml",
41614147
"output": {
4162-
".json": {
4163-
"relative_path": "docs/toc.json"
4164-
},
41654148
".html": {
41664149
"relative_path": "docs/toc.html"
4150+
},
4151+
".json": {
4152+
"relative_path": "docs/toc.json"
41674153
}
41684154
},
41694155
"version": ""
@@ -4422,11 +4408,11 @@
44224408
"type": "Toc",
44234409
"source_relative_path": "glossary/toc.yml",
44244410
"output": {
4425-
".json": {
4426-
"relative_path": "glossary/toc.json"
4427-
},
44284411
".html": {
44294412
"relative_path": "glossary/toc.html"
4413+
},
4414+
".json": {
4415+
"relative_path": "glossary/toc.json"
44304416
}
44314417
},
44324418
"version": ""
@@ -4505,11 +4491,11 @@
45054491
"type": "Toc",
45064492
"source_relative_path": "toc.yml",
45074493
"output": {
4508-
".json": {
4509-
"relative_path": "toc.json"
4510-
},
45114494
".html": {
45124495
"relative_path": "toc.html"
4496+
},
4497+
".json": {
4498+
"relative_path": "toc.json"
45134499
}
45144500
},
45154501
"version": ""

docs/xrefmap.yml

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -5902,12 +5902,6 @@ references:
59025902
commentId: M:CSF.Screenplay.ScreenplayPlugin.Initialize(Reqnroll.Plugins.RuntimePluginEvents,Reqnroll.Plugins.RuntimePluginParameters,Reqnroll.UnitTestProvider.UnitTestProviderConfiguration)
59035903
fullName: CSF.Screenplay.ScreenplayPlugin.Initialize(Reqnroll.Plugins.RuntimePluginEvents, Reqnroll.Plugins.RuntimePluginParameters, Reqnroll.UnitTestProvider.UnitTestProviderConfiguration)
59045904
nameWithType: ScreenplayPlugin.Initialize(RuntimePluginEvents, RuntimePluginParameters, UnitTestProviderConfiguration)
5905-
- uid: CSF.Screenplay.ScreenplayPlugin.Initialize(TechTalk.SpecFlow.Plugins.RuntimePluginEvents,TechTalk.SpecFlow.Plugins.RuntimePluginParameters,TechTalk.SpecFlow.UnitTestProvider.UnitTestProviderConfiguration)
5906-
name: Initialize(RuntimePluginEvents, RuntimePluginParameters, UnitTestProviderConfiguration)
5907-
href: api/CSF.Screenplay.ScreenplayPlugin.html#CSF_Screenplay_ScreenplayPlugin_Initialize_TechTalk_SpecFlow_Plugins_RuntimePluginEvents_TechTalk_SpecFlow_Plugins_RuntimePluginParameters_TechTalk_SpecFlow_UnitTestProvider_UnitTestProviderConfiguration_
5908-
commentId: M:CSF.Screenplay.ScreenplayPlugin.Initialize(TechTalk.SpecFlow.Plugins.RuntimePluginEvents,TechTalk.SpecFlow.Plugins.RuntimePluginParameters,TechTalk.SpecFlow.UnitTestProvider.UnitTestProviderConfiguration)
5909-
fullName: CSF.Screenplay.ScreenplayPlugin.Initialize(TechTalk.SpecFlow.Plugins.RuntimePluginEvents, TechTalk.SpecFlow.Plugins.RuntimePluginParameters, TechTalk.SpecFlow.UnitTestProvider.UnitTestProviderConfiguration)
5910-
nameWithType: ScreenplayPlugin.Initialize(RuntimePluginEvents, RuntimePluginParameters, UnitTestProviderConfiguration)
59115905
- uid: CSF.Screenplay.ScreenplayPlugin.Initialize*
59125906
name: Initialize
59135907
href: api/CSF.Screenplay.ScreenplayPlugin.html#CSF_Screenplay_ScreenplayPlugin_Initialize_
@@ -5950,51 +5944,6 @@ references:
59505944
isSpec: "True"
59515945
fullName: CSF.Screenplay.ScreenplayServiceCollectionExtensions.AddScreenplay
59525946
nameWithType: ScreenplayServiceCollectionExtensions.AddScreenplay
5953-
- uid: CSF.Screenplay.ScreenplaySteps
5954-
name: ScreenplaySteps
5955-
href: api/CSF.Screenplay.ScreenplaySteps.html
5956-
commentId: T:CSF.Screenplay.ScreenplaySteps
5957-
fullName: CSF.Screenplay.ScreenplaySteps
5958-
nameWithType: ScreenplaySteps
5959-
- uid: CSF.Screenplay.ScreenplaySteps.Given(CSF.Screenplay.Actor)
5960-
name: Given(Actor)
5961-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_Given_CSF_Screenplay_Actor_
5962-
commentId: M:CSF.Screenplay.ScreenplaySteps.Given(CSF.Screenplay.Actor)
5963-
fullName: CSF.Screenplay.ScreenplaySteps.Given(CSF.Screenplay.Actor)
5964-
nameWithType: ScreenplaySteps.Given(Actor)
5965-
- uid: CSF.Screenplay.ScreenplaySteps.Given*
5966-
name: Given
5967-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_Given_
5968-
commentId: Overload:CSF.Screenplay.ScreenplaySteps.Given
5969-
isSpec: "True"
5970-
fullName: CSF.Screenplay.ScreenplaySteps.Given
5971-
nameWithType: ScreenplaySteps.Given
5972-
- uid: CSF.Screenplay.ScreenplaySteps.Then(CSF.Screenplay.Actor)
5973-
name: Then(Actor)
5974-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_Then_CSF_Screenplay_Actor_
5975-
commentId: M:CSF.Screenplay.ScreenplaySteps.Then(CSF.Screenplay.Actor)
5976-
fullName: CSF.Screenplay.ScreenplaySteps.Then(CSF.Screenplay.Actor)
5977-
nameWithType: ScreenplaySteps.Then(Actor)
5978-
- uid: CSF.Screenplay.ScreenplaySteps.Then*
5979-
name: Then
5980-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_Then_
5981-
commentId: Overload:CSF.Screenplay.ScreenplaySteps.Then
5982-
isSpec: "True"
5983-
fullName: CSF.Screenplay.ScreenplaySteps.Then
5984-
nameWithType: ScreenplaySteps.Then
5985-
- uid: CSF.Screenplay.ScreenplaySteps.When(CSF.Screenplay.Actor)
5986-
name: When(Actor)
5987-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_When_CSF_Screenplay_Actor_
5988-
commentId: M:CSF.Screenplay.ScreenplaySteps.When(CSF.Screenplay.Actor)
5989-
fullName: CSF.Screenplay.ScreenplaySteps.When(CSF.Screenplay.Actor)
5990-
nameWithType: ScreenplaySteps.When(Actor)
5991-
- uid: CSF.Screenplay.ScreenplaySteps.When*
5992-
name: When
5993-
href: api/CSF.Screenplay.ScreenplaySteps.html#CSF_Screenplay_ScreenplaySteps_When_
5994-
commentId: Overload:CSF.Screenplay.ScreenplaySteps.When
5995-
isSpec: "True"
5996-
fullName: CSF.Screenplay.ScreenplaySteps.When
5997-
nameWithType: ScreenplaySteps.When
59985947
- uid: CSF.Screenplay.Selenium
59995948
name: CSF.Screenplay.Selenium
60005949
href: api/CSF.Screenplay.Selenium.html
@@ -12683,15 +12632,6 @@ references:
1268312632
commentId: T:CSF.Screenplay.ServiceCollectionAdapter
1268412633
fullName: CSF.Screenplay.ServiceCollectionAdapter
1268512634
nameWithType: ServiceCollectionAdapter
12686-
- uid: CSF.Screenplay.ServiceCollectionAdapter.#ctor(BoDi.IObjectContainer)
12687-
name: ServiceCollectionAdapter(IObjectContainer)
12688-
href: api/CSF.Screenplay.ServiceCollectionAdapter.html#CSF_Screenplay_ServiceCollectionAdapter__ctor_BoDi_IObjectContainer_
12689-
commentId: M:CSF.Screenplay.ServiceCollectionAdapter.#ctor(BoDi.IObjectContainer)
12690-
name.vb: New(IObjectContainer)
12691-
fullName: CSF.Screenplay.ServiceCollectionAdapter.ServiceCollectionAdapter(BoDi.IObjectContainer)
12692-
fullName.vb: CSF.Screenplay.ServiceCollectionAdapter.New(BoDi.IObjectContainer)
12693-
nameWithType: ServiceCollectionAdapter.ServiceCollectionAdapter(IObjectContainer)
12694-
nameWithType.vb: ServiceCollectionAdapter.New(IObjectContainer)
1269512635
- uid: CSF.Screenplay.ServiceCollectionAdapter.#ctor(Reqnroll.BoDi.IObjectContainer)
1269612636
name: ServiceCollectionAdapter(IObjectContainer)
1269712637
href: api/CSF.Screenplay.ServiceCollectionAdapter.html#CSF_Screenplay_ServiceCollectionAdapter__ctor_Reqnroll_BoDi_IObjectContainer_
@@ -12888,15 +12828,6 @@ references:
1288812828
commentId: T:CSF.Screenplay.ServiceProviderAdapter
1288912829
fullName: CSF.Screenplay.ServiceProviderAdapter
1289012830
nameWithType: ServiceProviderAdapter
12891-
- uid: CSF.Screenplay.ServiceProviderAdapter.#ctor(BoDi.IObjectContainer)
12892-
name: ServiceProviderAdapter(IObjectContainer)
12893-
href: api/CSF.Screenplay.ServiceProviderAdapter.html#CSF_Screenplay_ServiceProviderAdapter__ctor_BoDi_IObjectContainer_
12894-
commentId: M:CSF.Screenplay.ServiceProviderAdapter.#ctor(BoDi.IObjectContainer)
12895-
name.vb: New(IObjectContainer)
12896-
fullName: CSF.Screenplay.ServiceProviderAdapter.ServiceProviderAdapter(BoDi.IObjectContainer)
12897-
fullName.vb: CSF.Screenplay.ServiceProviderAdapter.New(BoDi.IObjectContainer)
12898-
nameWithType: ServiceProviderAdapter.ServiceProviderAdapter(IObjectContainer)
12899-
nameWithType.vb: ServiceProviderAdapter.New(IObjectContainer)
1290012831
- uid: CSF.Screenplay.ServiceProviderAdapter.#ctor(Reqnroll.BoDi.IObjectContainer)
1290112832
name: ServiceProviderAdapter(IObjectContainer)
1290212833
href: api/CSF.Screenplay.ServiceProviderAdapter.html#CSF_Screenplay_ServiceProviderAdapter__ctor_Reqnroll_BoDi_IObjectContainer_

0 commit comments

Comments
 (0)