ExUnitFixtures v0.1.1 ExUnitFixtures.FixtureInfo

Provides a struct that stores information about a fixture.

Fields

  • name - this is the name of the fixture as an atom.
  • func - the function that implements this fixture, as {module, func_name}
  • dep_names - the names of any dependencies this function has as atoms, in the order that it accepts them as parameters.

Summary

Types

t :: %ExUnitFixtures.FixtureInfo{dep_names: [:atom], func: {:atom, :atom}, name: :atom}