Interface StubSmartCard.ProtocolStep

All Known Implementing Classes:
StubSmartCard.Builder
Enclosing class:
StubSmartCard

public static interface StubSmartCard.ProtocolStep
Provides a method to define the simulated protocol for the StubSmartCard to build.
Since:
2.0.0
  • Method Details

    • withProtocol

      StubSmartCard.CommandStep withProtocol(String protocol)
      Define simulated protocol for the StubSmartCard to build
      Parameters:
      protocol - (not nullable) protocol name
      Returns:
      next step of builder
      Since:
      2.0.0