this repo has no description
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<!-- autogenerated by 'erl2html2'. -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/></meta>
6<title>/Users/hauleth/Workspace/blog/static/common-test-example/simple/example_SUITE.erl</title>
7</head>
8
9<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
10<pre>
11<a name="1"/> 1: <b>-module</b>(example_SUITE). % The naming convention (with uppercase _SUITE) Erlang
12<a name="2"/> 2: % convention which allow ct to find test suites.
13<a name="3"/> 3: % Something like ExUnit _test.exs naming convention
14<a name="4"/> 4:
15<a name="5"/> 5: <b>-export</b>([all/0]).
16<a name="6"/> 6:
17<a name="7"/> 7: <b>-export</b>([test_function_name/1]).
18<a name="8"/> 8:
19<a name="all-0"/><a name="9"/> 9: <b>all</b>() ->
20<a name="all-last_expr"/><a name="10"/> 10: [test_function_name].
21<a name="11"/> 11:
22<a name="test_function_name-1"/><a name="12"/> 12: <b>test_function_name</b>(_Config) ->
23<a name="test_function_name-last_expr"/><a name="13"/> 13: 2 = 1 + 1.
24</pre>
25</body>
26</html>