Package mockit

Class TestedClassInjectedFromMockParametersTest.TestedClass

java.lang.Object
mockit.TestedClassInjectedFromMockParametersTest.TestedClass
Enclosing class:
TestedClassInjectedFromMockParametersTest

public static final class TestedClassInjectedFromMockParametersTest.TestedClass extends Object
The Class TestedClass.
  • Constructor Details

    • TestedClass

      public TestedClass(boolean b)
      Instantiates a new tested class.
      Parameters:
      b - the b
    • TestedClass

      public TestedClass(int i, String s, boolean b, char... chars)
      Instantiates a new tested class.
      Parameters:
      i - the i
      s - the s
      b - the b
      chars - the chars
    • TestedClass

      public TestedClass(boolean b1, byte b2, boolean b3)
      Instantiates a new tested class.
      Parameters:
      b1 - the b 1
      b2 - the b 2
      b3 - the b 3
    • TestedClass

      public TestedClass(char first, char second, char third)
      Instantiates a new tested class.
      Parameters:
      first - the first
      second - the second
      third - the third