Class FilibusterGrpcStubbedRPCHasNoAssertionsException
- 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.FilibusterGrpcStubbedRPCHasNoAssertionsException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilibusterGrpcStubbedRPCHasNoAssertionsException extends FilibusterGrpcTestRuntimeException
FilibusterGrpcStubbedRPCHasNoAssertionsException
is thrown when stubbed RPC has no assertions on invocation count. Please use verifyThat to specify expected invocation count.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilibusterGrpcStubbedRPCHasNoAssertionsException(java.lang.String key)
FilibusterGrpcStubbedRPCHasNoAssertionsException(java.lang.String key, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFixMessage()
Returns the fix message for the exception.-
Methods inherited from class cloud.filibuster.exceptions.filibuster.FilibusterGrpcTestRuntimeException.FilibusterGrpcTestRuntimeException
generateFixMessage, generateSingleFixMessage
-
-
-
-
Constructor Detail
-
FilibusterGrpcStubbedRPCHasNoAssertionsException
public FilibusterGrpcStubbedRPCHasNoAssertionsException(java.lang.String key)
-
FilibusterGrpcStubbedRPCHasNoAssertionsException
public FilibusterGrpcStubbedRPCHasNoAssertionsException(java.lang.String key, java.lang.Throwable cause)
-
-
Method Detail
-
getFixMessage
public java.lang.String getFixMessage()
Description copied from class:FilibusterGrpcTestRuntimeException
Returns the fix message for the exception.- Specified by:
getFixMessage
in classFilibusterGrpcTestRuntimeException
-
-