# `GoodJob.Testing`
[🔗](https://github.com/amkisko/good_job.ex/blob/v1.0.0/lib/good_job/testing.ex#L1)

Testing helpers for GoodJob.

This module provides a unified interface to all testing utilities.
It re-exports functions from specialized modules for convenience.

## Usage

    use GoodJob.Testing.JobCase  # For job-related tests
    use GoodJob.Testing.RepoCase # For database tests

    # Or import specific modules
    import GoodJob.Testing.Assertions
    import GoodJob.Testing.Helpers

# `assert_enqueued`

# `assert_performed`

# `perform_jobs`

# `refute_enqueued`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
