apex-doc

0.0.5 • Public • Published

apex-doc

Create code description document with markdown

$ npm install -g apex-doc

At root directory, run this command.

$ apex-doc

This tool can be used in English and Japanese. default language is English. if you want to run in japanese, run this command.

$ apex-doc -l ja

Now only Apex Unit Test Code is available. test class must have 'ZZ_' prefix.

project(root)
└── src
    └── classes
        ├── hoge.cls
        ├── ZZ_hogeTest.cls
        └── ZZ_fugaTest.cls
/**
 * @name サンプルのテストクラス
 * @author T.Tanaka
 **/
@isTest
public class testClass {

  /**
   * @testCase 新規登録のテスト
   * @type 正常系
   * @condition 1, aaa
   *            2, aaaa
   *            3, ccc
   * @result 1, aaaaa
   *         2, 入力値通りにレコードがインサートされること
   * @remarks 備考備考
   **/
  @isTest static void testMethod1() {

  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i apex-doc

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

11 kB

Total Files

4

Last publish

Collaborators

  • fumiya_nakai