Package mockit

Class MockUpForGenericsTest.GenericClass<T1,T2>

java.lang.Object
mockit.MockUpForGenericsTest.GenericClass<T1,T2>
Enclosing class:
MockUpForGenericsTest

public static final class MockUpForGenericsTest.GenericClass<T1,T2> extends Object
  • Constructor Details

    • GenericClass

      public GenericClass()
  • Method Details

    • aMethod

      public void aMethod(T1 t)
    • anotherMethod

      public int anotherMethod(T1 t, int i, T2 p)
    • anotherMethod

      public int anotherMethod(Integer t, int i, String p)