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

Interface IDataProviderEntryKeyTestBuilder

Used for setting data provider entry key.

Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Data
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public interface IDataProviderEntryKeyTestBuilder

Methods

| Improve this Doc View Source

WithKey(String)

Sets the key of the built data provider entry.

Declaration
IAndDataProviderEntryTestBuilder WithKey(string key)
Parameters
Type Name Description
System.String key

Entry key to set.

Returns
Type Description
MyTested.AspNetCore.Mvc.Builders.Contracts.Data.IAndDataProviderEntryTestBuilder

The same MyTested.AspNetCore.Mvc.Builders.Contracts.Data.IAndDataProviderEntryTestBuilder.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX