Package it.tidalwave.util.spi
Class AsSupportTest
- java.lang.Object
-
- it.tidalwave.util.spi.AsSupportTest
-
public class AsSupportTest extends java.lang.Object- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsSupportTest.FixedAsDelegateProviderstatic interfaceAsSupportTest.Role1static interfaceAsSupportTest.Role2static classAsSupportTest.Role3static classAsSupportTest.RoleFactory3
-
Constructor Summary
Constructors Constructor Description AsSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmust_create_role_from_factory()voidmust_find_local_roles()voidmust_find_roles_in_delegate()voidmust_give_priority_to_local_roles()voidmust_not_find_inexistent_role()voidmust_not_find_inexistent_role_bis()voidmust_retrieve_multiple_local_and_global_roles()voidmust_retrieve_multiple_local_roles()voidsetup()
-
-
-
Method Detail
-
setup
public void setup()
-
must_find_local_roles
public void must_find_local_roles()
-
must_create_role_from_factory
public void must_create_role_from_factory()
-
must_not_find_inexistent_role
public void must_not_find_inexistent_role()
-
must_not_find_inexistent_role_bis
public void must_not_find_inexistent_role_bis()
-
must_find_roles_in_delegate
public void must_find_roles_in_delegate()
-
must_give_priority_to_local_roles
public void must_give_priority_to_local_roles()
-
must_retrieve_multiple_local_roles
public void must_retrieve_multiple_local_roles()
-
must_retrieve_multiple_local_and_global_roles
public void must_retrieve_multiple_local_and_global_roles()
-
-