Building Plugins Using a Plugin Reference Provider Interface List of Possible Dependencies Rebar API Rebar State Manipulation Manipulate Application State Namespaces Tutori...
测试 通用测试框架 Common Test EUnit 覆盖范围 测试 使用rebar3进行测试 Rebar3拥有内建的eunit和ct(common_test)测试工具,通过遵循一些约定,您可以使用一个Rebar3命令运行测试套件。 通用测试框架 Common Test 运行common_test套件: $ rebar3 ct ...