QuickCrud.Testing (quick_crud v0.1.0)

View Source

Documentation for QuickCrud.Testing. Based on suggestions from

Summary

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)