Skip to content

Commit 02c2964

Browse files
committed
rename previous guide
1 parent 1d78236 commit 02c2964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.date: 11/03/2019
66
---
77

8-
# Durable Functions unit testing (C#)
8+
# Durable Functions unit testing (C# in-process)
99

1010
Unit testing is an important part of modern software development practices. Unit tests verify business logic behavior and protect from introducing unnoticed breaking changes in the future. Durable Functions can easily grow in complexity so introducing unit tests helps avoid breaking changes. The following sections explain how to unit test the three function types - Orchestration client, orchestrator, and activity functions.
1111

0 commit comments

Comments
 (0)