IntelliTect / IntelliTect/TestTools

Provide basic implementation of ITestBlock

Open
#65 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Changing issue from original intent. Originally, this was to just provide an implementation of ITestBlock. I'm going to broaden this to a general "do v2".

We use some implementation of ILogger in the vast majority of test blocks. See if it makes sense to:
- Add ILogger to ITestBlock (potential issue of restricting how people want to consume ILogger in test blocks, since we support both property and constructor injection)
- Provide a basic ITestBlock implementation that has an ILogger attached in the primary use case (property injection). Allows people to use it or not.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.