All Downloads are FREE. Search and download functionalities are using the official Maven repository.

erlang-proper.test.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
-module(prop_{{packageName}}).

-export([prop_test/0]).

prop_test() ->
  {ok, _} = application:ensure_all_started({{packageName}}),
  {{packageName}}_statem:prop_main().




© 2015 - 2024 Weber Informatics LLC | Privacy Policy