Class KeyTest

java.lang.Object
it.tidalwave.util.KeyTest

public class KeyTest extends Object
Author:
Fabrizio Giudici
  • Constructor Details

    • KeyTest

      public KeyTest()
  • Method Details

    • test

      public void test()
    • must_return_the_correct_dynamic_type

      public <T> void must_return_the_correct_dynamic_type(@Nonnull Key<T> key, @Nonnull Class<T> expectedType)