MockerTestBase<(Of <(<'TComponent>)>)> Properties

The MockerTestBase<(Of <(<'TComponent>)>)> type exposes the following members.

Properties


  Name Description
Protected property Component
Gets or sets the component under test.
Protected property CreateComponentAction
Gets or sets the create component action. This action is run whenever the component is created.
Protected property CreatedComponentAction
Gets or sets the created component action. This action is run after the component is created.
Protected property CustomMocks
Gets or sets the custom mocks. These are added whenever the component is created.
Protected property Mocks
Gets the Mocker.
Protected property SetupMocksAction
Gets or sets the setup mocks action. This action is run before the component is created.