Class KeyTest


  • public class KeyTest
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyTest()  
    • Constructor Detail

      • KeyTest

        public KeyTest()
    • Method Detail

      • test

        public void test()
      • must_return_the_correct_dynamic_type

        public <T> void must_return_the_correct_dynamic_type​(@Nonnull
                                                             Key<T> key,
                                                             @Nonnull
                                                             java.lang.Class<T> expectedType)