C# Класс MyTested.AspNetCore.Mvc.Utilities.Validators.DataProviderValidator

Показать файл Открыть проект

Открытые методы

Метод Описание
ThrowNewDataProviderAssertionException ( ComponentTestContext testContext, string name, string expectedValue, string actualValue ) : void
ThrowNewDataProviderAssertionExceptionWithNoEntries ( ComponentTestContext testContext, string name ) : void
ValidateDataProviderNumberOfEntries ( ComponentTestContext testContext, string name, int expectedCount, int actualCount ) : void

Описание методов

ThrowNewDataProviderAssertionException() публичный статический Метод

public static ThrowNewDataProviderAssertionException ( ComponentTestContext testContext, string name, string expectedValue, string actualValue ) : void
testContext ComponentTestContext
name string
expectedValue string
actualValue string
Результат void

ThrowNewDataProviderAssertionExceptionWithNoEntries() публичный статический Метод

public static ThrowNewDataProviderAssertionExceptionWithNoEntries ( ComponentTestContext testContext, string name ) : void
testContext ComponentTestContext
name string
Результат void

ValidateDataProviderNumberOfEntries() публичный статический Метод

public static ValidateDataProviderNumberOfEntries ( ComponentTestContext testContext, string name, int expectedCount, int actualCount ) : void
testContext ComponentTestContext
name string
expectedCount int
actualCount int
Результат void