Package it.tidalwave.util
Class AsTest
java.lang.Object
it.tidalwave.util.AsTest
- Since:
- 3.1-ALPHA-2
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
Constructor Details
-
AsTest
public AsTest()
-
-
Method Details
-
must_return_a_filled_Optional_when_the_role_is_present
public void must_return_a_filled_Optional_when_the_role_is_present() -
must_return_an_empty_Optional_when_the_role_is_not_present
public void must_return_an_empty_Optional_when_the_role_is_not_present() -
as_with_ref_must_properly_work
public void as_with_ref_must_properly_work() -
maybeAs_with_ref_must_properly_work
public void maybeAs_with_ref_must_properly_work() -
asMany_with_ref_must_properly_work
public void asMany_with_ref_must_properly_work()
-