Class ExtensionValuesStore.CompositeKey

java.lang.Object
org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
Enclosing class:
ExtensionValuesStore

private static class ExtensionValuesStore.CompositeKey extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final Object
     
    private final org.junit.jupiter.api.extension.ExtensionContext.Namespace
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    CompositeKey(org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace, Object key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • namespace

      private final org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace
    • key

      private final Object key
  • Constructor Details

    • CompositeKey

      private CompositeKey(org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace, Object key)
  • Method Details