quick_crud
v0.1.0
Search documentation of quick_crud
Settings
QuickCrud.Testing
(quick_crud v0.1.0)
View Source
Documentation for
QuickCrud.Testing
. Based on suggestions from
https://elixirforum.com/t/prototyping-and-enforcing-context-function-conventions/38821/2
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)
Functions
change(config)
(macro)
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)
(macro)
create(config, attrs, extra_attrs_fun)
(macro)
delete(config)
(macro)
get(config)
(macro)
get!(config)
(macro)
list(config)
(macro)
new(config)
(macro)
paginate(config)
(macro)
update(config, attrs)
(macro)
update(config, attrs, extra_attrs_fun)
(macro)