Injectanator v0.0.1 Injectanator.Support

Convenience functions to be used in your tests

## Useage

    defmodule The.Thing.Test do
      use ExUnit.Case, async: true
      use Injectanator.Support

      # ...

      describe "the thing" do
      setup [:start_injectanator]
        test "the thing does things" do
         # ...
        end
      end
    end

Summary

Macros

imports Injectanator.Support

Types

exunit_context()
exunit_context() :: map

Functions

start_injectanator(context)
start_injectanator(exunit_context) :: {:ok, %{injectanator: pid}}

Macros

__using__()
__using__(term, any) :: any

imports Injectanator.Support