Class ReflectionUtilTests.OverloadedFixture

  • Enclosing class:
    ReflectionUtilTests

    public class ReflectionUtilTests.OverloadedFixture
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void top​(int o)  
      void top​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OverloadedFixture

        public OverloadedFixture()
    • Method Detail

      • top

        public void top​(int o)
      • top

        public void top​(java.lang.Object o)