Package it.tidalwave.role.spring
Class SpringDefaultAsTest
- java.lang.Object
-
- it.tidalwave.role.spring.SpringDefaultAsTest
-
public class SpringDefaultAsTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description SpringDefaultAsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
must_inject_a_role_properly_assigning_its_owner_1()
void
must_inject_a_role_supporting_multiple_datum_types_properly_assigning_its_owner()
void
must_return_the_datum_object_when_it_directly_implements_a_role()
void
must_throw_AsException_when_asking_for_an_unavailable_role_1()
void
must_throw_AsException_when_asking_for_an_unavailable_role_2()
void
setup()
-
-
-
Method Detail
-
setup
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()
-
-