Class SpringAdapterTest

java.lang.Object
it.tidalwave.role.spring.SpringAdapterTest

public class SpringAdapterTest extends Object
Author:
Fabrizio Giudici
  • Constructor Details

    • SpringAdapterTest

      public SpringAdapterTest()
  • Method Details

    • setup

      @BeforeMethod public void setup()
    • must_inject_a_role_properly_assigning_its_owner_1

      public void must_inject_a_role_properly_assigning_its_owner_1()
    • must_inject_a_role_supporting_multiple_datum_types_properly_assigning_its_owner

      public void must_inject_a_role_supporting_multiple_datum_types_properly_assigning_its_owner()
    • must_throw_AsException_when_asking_for_an_unavailable_role_1

      public void must_throw_AsException_when_asking_for_an_unavailable_role_1()
    • must_throw_AsException_when_asking_for_an_unavailable_role_2

      public void must_throw_AsException_when_asking_for_an_unavailable_role_2()
    • must_return_the_datum_object_when_it_directly_implements_a_role

      public void must_return_the_datum_object_when_it_directly_implements_a_role()