MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Interface IBaseShouldReturnTestBuilder<TInvocationResult, TBuilder>

Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Invocations
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public interface IBaseShouldReturnTestBuilder<TInvocationResult, TBuilder> : IBaseShouldReturnTestBuilder<TInvocationResult>, IBaseShouldReturnTestBuilder
Type Parameters
Name Description
TInvocationResult
TBuilder

Methods

| Improve this Doc View Source

DefaultValue()

Tests whether the result is the default value of the type.

Declaration
TBuilder DefaultValue()
Returns
Type Description
TBuilder

Base test builder.

| Improve this Doc View Source

NotNull()

Tests whether the result is not null.

Declaration
TBuilder NotNull()
Returns
Type Description
TBuilder

Base test builder.

| Improve this Doc View Source

Null()

Tests whether the result is null.

Declaration
TBuilder Null()
Returns
Type Description
TBuilder

Base test builder.

Extension Methods

BaseShouldReturnTestBuilderExtensions.ResultOfType<TInvocationResult>(Type)
BaseShouldReturnTestBuilderExtensions.ResultOfType<TResult>()
BaseShouldReturnTestBuilderExtensions.Result<TResult>(TResult)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX