Show / Hide Table of Contents

Class SlugExtensions_Tests

Inheritance
object
SlugExtensions_Tests
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Domain.Tests.dll
Syntax
public class SlugExtensions_Tests

Constructors

SlugExtensions_Tests()

Declaration
public SlugExtensions_Tests()

Methods

NormalizeSlug_ShouldWorkProperly()

Declaration
public void NormalizeSlug_ShouldWorkProperly()

NormalizeSlug_ShouldWorkProperly_WithAmpersand()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithAmpersand()

NormalizeSlug_ShouldWorkProperly_WithChineseChars()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithChineseChars()

NormalizeSlug_ShouldWorkProperly_WithCyrillicChars()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithCyrillicChars()

NormalizeSlug_ShouldWorkProperly_WithDot()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithDot()

NormalizeSlug_ShouldWorkProperly_WithDoubleDash()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithDoubleDash()

NormalizeSlug_ShouldWorkProperly_WithEmoji()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithEmoji()

NormalizeSlug_ShouldWorkProperly_WithMultipleLevel()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithMultipleLevel()

NormalizeSlug_ShouldWorkProperly_WithMultipleLevelStartingSlash()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithMultipleLevelStartingSlash()

NormalizeSlug_ShouldWorkProperly_WithQuestionMark()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithQuestionMark()

NormalizeSlug_ShouldWorkProperly_WithTurkishChars()

Declaration
public void NormalizeSlug_ShouldWorkProperly_WithTurkishChars()

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>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform