Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.06 KB

moyo_ct.md

File metadata and controls

47 lines (26 loc) · 1.06 KB

Module moyo_ct

Common Test Utility.

Copyright (c) 2013-2014 DWANGO Co., Ltd. All Rights Reserved.

Function Index

all/1SUITE moduleのCommon TestのCall back Functions以外を取得する.
eunit/1EunitをCommon Testに組み込む場合に使用できる.

Function Details

all/1


all(SuiteModule::module()) -> [Function::atom()]

SUITE moduleのCommon TestのCall back Functions以外を取得する.

Arity =:= 1 以外は取得しない為, Eunit対象も外れる.

eunit/1


eunit(Application::atom()) -> ok

EunitをCommon Testに組み込む場合に使用できる.