AbsintheGenerator.MutationTest (absinthe_generator v0.1.2) View Source
We can utilize this module to generate mutation test files
Definitions
:app_name
(String.t/0
) - Required. Application name you're generating the code under:mutation_name
(String.t/0
) - Required. The query or mutation namespace to organize the code under:mutation_tests
(list ofkeyword/0
) - List of %AbsintheGenerator.TestDescribe
{}
Link to this section Summary
Link to this section Types
Specs
t() :: %AbsintheGenerator.MutationTest{ app_name: String.t(), mutation_name: String.t(), mutation_tests: [AbsintheGenerator.TestDescribe.t()] }