Search
dryhard
v0.1.1
Pages
Modules
Settings
View Source
Dryhard.Testing
(dryhard v0.1.1)
Documentation for
Dryhard.Testing
. Based on suggestions from
https://elixirforum.com/t/prototyping-and-enforcing-context-function-conventions/38821/2
Link to this section
Summary
Functions
change(config)
check_change(config)
check_create(config, attrs, extra_attrs_fun)
check_delete(config)
check_get(config)
check_get!(config)
check_list(config)
check_new(config)
check_paginate(config)
check_update(config, attrs, extra_attrs_fun)
config(context, opts)
create(config, attrs)
create(config, attrs, extra_attrs_fun)
delete(config)
get(config)
get!(config)
list(config)
new(config)
paginate(config)
update(config, attrs)
update(config, attrs, extra_attrs_fun)
Link to this section
Functions
Link to this macro
change(config)
View Source
(macro)
Link to this function
check_change(config)
View Source
Link to this function
check_create(config, attrs, extra_attrs_fun)
View Source
Link to this function
check_delete(config)
View Source
Link to this function
check_get(config)
View Source
Link to this function
check_get!(config)
View Source
Link to this function
check_list(config)
View Source
Link to this function
check_new(config)
View Source
Link to this function
check_paginate(config)
View Source
Link to this function
check_update(config, attrs, extra_attrs_fun)
View Source
Link to this function
config(context, opts)
View Source
Link to this macro
create(config, attrs)
View Source
(macro)
Link to this macro
create(config, attrs, extra_attrs_fun)
View Source
(macro)
Link to this macro
delete(config)
View Source
(macro)
Link to this macro
get(config)
View Source
(macro)
Link to this macro
get!(config)
View Source
(macro)
Link to this macro
list(config)
View Source
(macro)
Link to this macro
new(config)
View Source
(macro)
Link to this macro
paginate(config)
View Source
(macro)
Link to this macro
update(config, attrs)
View Source
(macro)
Link to this macro
update(config, attrs, extra_attrs_fun)
View Source
(macro)