Show / Hide Table of Contents

Class AbpSerilogTestBase

Inheritance
object
AbpTestBaseWithServiceProvider
AbpAspNetCoreIntegratedTestBase<Startup>
AbpAspNetCoreTestBase<Startup>
AbpSerilogTestBase
Serilog_Enrichers_Tests
Implements
System.IDisposable
Inherited Members
AbpAspNetCoreTestBase<Startup>.GetResponseAsObjectAsync<T>(string, HttpStatusCode)
AbpAspNetCoreTestBase<Startup>.GetResponseAsStringAsync(string, HttpStatusCode)
AbpAspNetCoreTestBase<Startup>.GetResponseAsync(string, HttpStatusCode, bool)
AbpAspNetCoreIntegratedTestBase<Startup>.ConfigureServices(HostBuilderContext, IServiceCollection)
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>()
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string)
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string, object)
AbpAspNetCoreIntegratedTestBase<Startup>.Dispose()
AbpAspNetCoreIntegratedTestBase<Startup>.Server
AbpAspNetCoreIntegratedTestBase<Startup>.Client
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Serilog
Assembly: Volo.Abp.AspNetCore.Serilog.Tests.dll
Syntax
public class AbpSerilogTestBase : AbpAspNetCoreTestBase<Startup>, IDisposable

Constructors

AbpSerilogTestBase()

Declaration
public AbpSerilogTestBase()

Fields

CollectingSink

Declaration
protected readonly CollectingSink CollectingSink
Field Value
Type Description
CollectingSink

Methods

CreateHostBuilder()

Declaration
protected override IHostBuilder CreateHostBuilder()
Returns
Type Description
Microsoft.Extensions.Hosting.IHostBuilder
Overrides
Volo.Abp.AspNetCore.TestBase.AbpAspNetCoreIntegratedTestBase<Volo.Abp.AspNetCore.App.Startup>.CreateHostBuilder()

GetLogEvent(string)

Declaration
protected LogEvent GetLogEvent(string text)
Parameters
Type Name Description
string text
Returns
Type Description
Serilog.Events.LogEvent

Implements

System.IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft