Package allurium.aspects
Class RequiredTextFieldAspects
java.lang.Object
allurium.aspects.RequiredTextFieldAspects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
stepAssertMarkedAsRequired
(org.aspectj.lang.ProceedingJoinPoint invocation) void
stepAssertNotMarkedAsRequired
(org.aspectj.lang.ProceedingJoinPoint invocation)
-
Constructor Details
-
RequiredTextFieldAspects
public RequiredTextFieldAspects()
-
-
Method Details
-
stepAssertMarkedAsRequired
public void stepAssertMarkedAsRequired(org.aspectj.lang.ProceedingJoinPoint invocation) throws Throwable - Throws:
Throwable
-
stepAssertNotMarkedAsRequired
public void stepAssertNotMarkedAsRequired(org.aspectj.lang.ProceedingJoinPoint invocation) throws Throwable - Throws:
Throwable
-