Class FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterRuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcTestRuntimeException
-
- cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException extends FilibusterGrpcTestRuntimeException
FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultExceptionis thrown when readOnlyRPC is used outside assertOnException(...) and assertOnFault(...) block. Please rewrite code to specify precise assertions on mock invocations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException()FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFixMessage()Returns the fix message for the exception.-
Methods inherited from class cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcTestRuntimeException
generateFixMessage, generateSingleFixMessage
-
-
-
-
Constructor Detail
-
FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException
public FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException()
-
FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException
public FilibusterGrpcReadOnlyRPCUsedOutsideAssertOnExceptionAndAssertOnFaultException(java.lang.Throwable cause)
-
-
Method Detail
-
getFixMessage
public java.lang.String getFixMessage()
Description copied from class:FilibusterGrpcTestRuntimeExceptionReturns the fix message for the exception.- Specified by:
getFixMessagein classFilibusterGrpcTestRuntimeException
-
-