Cake.Issues.Testing Namespace

Class Types

Class Summary
AssertionMethodAttribute Attribute for marking custom assertion methods.
BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings> Base class for test fixtures for testing issue providers inherited from BaseConfigurableIssueProvider<T>.
BaseIssueProviderFixture<T> Base class for test fixtures for testing issue providers inherited from BaseIssueProvider.
BaseMultiFormatIssueProviderFixture<TIssueProvider, TSettings, TLogFileFormat> Base class for test fixtures for testing issue providers inherited from BaseMultiFormatIssueProvider<TSettings, TIssueProvider>.
ExceptionAssertExtensions Extensions for asserting exceptions.
FakeConfigurableIssueProvider Implementation of a BaseConfigurableIssueProvider<T> for use in test cases.
FakeIssueComponent Implementation of a BaseIssueComponent<T> for use in test cases.
FakeIssueProvider Implementation of a BaseIssueProvider for use in test cases.
FakeLogFileFormat Implementation of BaseLogFileFormat<TIssueProvider, TSettings> for use in test cases.
FakeMultiFormatIssueProvider Implementation of a BaseMultiFormatIssueProvider<TSettings, TIssueProvider> for use in test cases.
FakeMultiFormatIssueProviderSettings Implementation of BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings> for use in test cases.
FakeRuleDescription Implementation of a BaseRuleDescription for use in test cases.
FakeRuleUrlResolver Implementation of a BaseRuleUrlResolver<T> for use in test cases.
IssueChecker Class for checking issues.
ResourceTempFile Creates a temporary file from an embedded resource.
GitHub