- raises(String) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>, String) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>, Matcher<? super Throwable>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise a throwable that satisfies the condition?
- raises(Matcher<? super Throwable>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise a throwable that satisfies the condition?
- Raises - Class in org.cthul.matchers.proc
-
- Raises(Matcher<? super Throwable>) - Constructor for class org.cthul.matchers.proc.Raises
-
- raises(Matcher<? super Throwable>) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise a throwable that satisfies the condition?
- raises(String) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>, String) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise a throwable that satisfies the condition?
- raises(Class<? extends Throwable>, Matcher<? super Throwable>) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise a throwable that satisfies the condition?
- raisesException(Class<? extends Exception>, String) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise an exception that satisfies the condition?
- raisesException(Class<? extends Exception>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise an exception that satisfies the condition?
- raisesException(String) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise an exception that satisfies the condition?
- raisesException() - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc throw an exception?
- raisesException(Matcher<? super Exception>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc raise an exception that satisfies the condition?
- raisesException() - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc throw an exception?
- raisesException(Matcher<? super Exception>) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise an exception that satisfies the condition?
- raisesException(Class<? extends Exception>) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise an exception that satisfies the condition?
- raisesException(String) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise an exception that satisfies the condition?
- raisesException(Class<? extends Exception>, String) - Static method in class org.cthul.matchers.proc.Raises
-
Does the proc raise an exception that satisfies the condition?
- reFactory(Class<? extends RuntimeException>) - Static method in error org.cthul.proc.ProcError
-
- ReflectiveProc - Class in org.cthul.proc
-
A
PN that uses reflection to invoke a method or a constructor.
- ReflectiveProc(Object, Method) - Constructor for class org.cthul.proc.ReflectiveProc
-
- ReflectiveProc(Constructor) - Constructor for class org.cthul.proc.ReflectiveProc
-
- result(Object) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc return a value equal to value?
- result(Matcher<?>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc return a value that satisfies the condition?
- result(Object) - Static method in class org.cthul.matchers.proc.Returns
-
Does the proc return a value equal to value?
- result(Matcher<?>) - Static method in class org.cthul.matchers.proc.Returns
-
Does the proc return a value that satisfies the condition?
- retry() - Method in interface org.cthul.proc.Proc
-
Resets the Proc.
- retry() - Method in class org.cthul.proc.ProcBase
-
Resets the Proc.
- returns(Object) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc return a value equal to value?
- returns(Matcher<?>) - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc return a value that satisfies the condition?
- returns() - Static method in class org.cthul.matchers.CthulMatchers
-
Does the proc complete without throwing an exception?
- Returns - Class in org.cthul.matchers.proc
-
- Returns(Matcher<?>) - Constructor for class org.cthul.matchers.proc.Returns
-
- returns(Object) - Static method in class org.cthul.matchers.proc.Returns
-
Does the proc return a value equal to value?
- returns(Matcher<?>) - Static method in class org.cthul.matchers.proc.Returns
-
Does the proc return a value that satisfies the condition?
- returns() - Static method in class org.cthul.matchers.proc.Returns
-
Does the proc complete without throwing an exception?
- run(Object[]) - Method in class org.cthul.proc.P0
-
- run() - Method in class org.cthul.proc.P0
-
- run(Object[]) - Method in class org.cthul.proc.P1
-
Execute the proc.
- run(A) - Method in class org.cthul.proc.P1
-
Executes the asProc.
- run(Object[]) - Method in class org.cthul.proc.P2
-
Execute the proc.
- run(A, B) - Method in class org.cthul.proc.P2
-
Executes the asProc.
- run(Object[]) - Method in class org.cthul.proc.P3
-
Execute the proc.
- run(A, B, C) - Method in class org.cthul.proc.P3
-
Executes the proc.
- run(Object[]) - Method in class org.cthul.proc.P4
-
Execute the proc.
- run(A, B, C, D) - Method in class org.cthul.proc.P4
-
Executes the proc.
- run(Object[]) - Method in class org.cthul.proc.PN
-
- run(Object[]) - Method in class org.cthul.proc.ProcBase
-
Execute the proc.
- runN(Object[]) - Method in class org.cthul.proc.PN
-
- runN(Object[]) - Method in class org.cthul.proc.ReflectiveProc
-
- runtimeException(String) - Method in class org.cthul.proc.ProcBase
-
- runtimeException(String, Throwable) - Method in class org.cthul.proc.ProcBase
-
- RuntimeExceptionFactory - Static variable in error org.cthul.proc.ProcError
-