Package com.peterphi.std.guice.testing.com.peterphi.std.guice.testing.annotations


package com.peterphi.std.guice.testing.com.peterphi.std.guice.testing.annotations
  • Annotation Interfaces
    Class
    Description
    If present on a member of a unit test class, a module will be dynamically added to bind a mock for this member
    Annotation that describes how to customise the test environment for a test run with GuiceUnit
    Annotation for static no-argument method to provide a configuration source.
    Annotation for a test method; indicates that the test method should be repeated for each value in a guice (or, in the event that TestEach.value() is provided, annotation) backed collection.
    Annotation for static no-argument method to provide a guice module.