From 87e211a765a93f2da253bd335c3eb54c82aba394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 5 Nov 2020 22:15:58 +0300 Subject: [PATCH] Update Testing.md --- docs/en/UI/AspNetCore/Testing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/Testing.md b/docs/en/UI/AspNetCore/Testing.md index fa2bdbdb50..2c880594d3 100644 --- a/docs/en/UI/AspNetCore/Testing.md +++ b/docs/en/UI/AspNetCore/Testing.md @@ -213,4 +213,8 @@ The `AbpAspNetCoreIntegratedTestBase` provides the following base properties tho `AbpAspNetCoreIntegratedTestBase` provides the following methods that you can override if you need to customize the test server: * `ConfigureServices` can be overridden to register/replace services only for the derived test class. -* `CreateHostBuilder` can be used to customize building the `IHostBuilder`. \ No newline at end of file +* `CreateHostBuilder` can be used to customize building the `IHostBuilder`. + +See Also + +* [Overall / Server Side Testing](../../Testing.md) \ No newline at end of file