Open tonyhallett opened 6 years ago
Given
`[TestFixture] internal abstract class AtMost_Tests<TWrapped,TVerifiable>: VerifiableWrappers_Returns_Tests_Base<TWrapped, IVerifies, TVerifiable> where TWrapped :class, IOccurrence where TVerifiable : Verifiable, IOccurrence { [Test] public void AtMost_Should_Wrap_The_Return_From_Wrapped() //which calls the AtMost method on TVerifiable ..... [TestFixture] internal class VerifiableCallBackResult_AtMost_Tests : AtMost_Tests<ICallbackResult, VerifiableCallbackResult> {
}
`
There is notification that was covered - Visited 1 time(s) but there is no navigation to the test method
Given
`[TestFixture] internal abstract class AtMost_Tests<TWrapped,TVerifiable>: VerifiableWrappers_Returns_Tests_Base<TWrapped, IVerifies, TVerifiable> where TWrapped :class, IOccurrence where TVerifiable : Verifiable, IOccurrence
{
[Test]
public void AtMost_Should_Wrap_The_Return_From_Wrapped()
//which calls the AtMost method on TVerifiable
.....
[TestFixture]
internal class VerifiableCallBackResult_AtMost_Tests : AtMost_Tests<ICallbackResult, VerifiableCallbackResult>
{
`
There is notification that was covered - Visited 1 time(s) but there is no navigation to the test method