Common Test Utility.
Copyright (c) 2013-2014 DWANGO Co., Ltd. All Rights Reserved.
all/1 | SUITE moduleのCommon TestのCall back Functions以外を取得する. |
eunit/1 | EunitをCommon Testに組み込む場合に使用できる. |
all(SuiteModule::module()) -> [Function::atom()]
SUITE moduleのCommon TestのCall back Functions以外を取得する.
Arity =:= 1 以外は取得しない為, Eunit対象も外れる.
eunit(Application::atom()) -> ok
EunitをCommon Testに組み込む場合に使用できる.