测试Azure JAVA函数的准则 [英] Guidelines for testing Azure JAVA Functions

查看:49
本文介绍了测试Azure JAVA函数的准则的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have recently started working on Java Azure functions. Could not find a good guideline document to test azure functions and best practices.

https://docs.microsoft.com/zh-CN/azure/azure-functions/functions-test-a-function

https://docs.microsoft.com/en-us/azure/azure-functions/functions-test-a-function

上面的链接涵盖了C#和JavaScript,但没有涵盖Java测试准则.

The above link covers C# and JavaScript but do not cover Java testing guidelines.

我主要使用Http_Trigger,EventHhub_Trigger和CosmosDb-Trigger函数.

I mostly use Http_Trigger, EventHhub_Trigger and CosmosDb-Trigger functions.

提前谢谢.

推荐答案

The docs on how to debug Java Functions are mentioned in this section.

我在这里引用这些链接以供参考-

I am quoting those links here for reference -

1. 使用VS代码进行调试
2. 使用IntelliJ进行调试
3. 使用Eclipse进行调试

1. Debug with VS Code
2. Debug with IntelliJ
3. Debug with Eclipse


这篇关于测试Azure JAVA函数的准则的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆