Package com.jelurida.ardor.contracts
Class ForbiddenActions
java.lang.Object
nxt.addons.AbstractContract
com.jelurida.ardor.contracts.ForbiddenActions
- All Implemented Interfaces:
Contract
Contract for testing purposes which attempts actions not allowed by the security policy and verifies that they indeed
fail.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nxt.addons.AbstractContract
isDuplicate, processInvocation, processRequest, processTransaction, processVoucherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.addons.Contract
init, minProductVersion, shutdown
-
Constructor Details
-
ForbiddenActions
public ForbiddenActions()
-
-
Method Details
-
processBlock
- Specified by:
processBlockin interfaceContract- Overrides:
processBlockin classAbstractContract
-