Package mockit
Class TestedClassInjectedFromMockParametersTest.TestedClass
java.lang.Object
mockit.TestedClassInjectedFromMockParametersTest.TestedClass
- Enclosing class:
TestedClassInjectedFromMockParametersTest
The Class TestedClass.
-
Constructor Summary
ConstructorsConstructorDescriptionTestedClass
(boolean b) Instantiates a new tested class.TestedClass
(boolean b1, byte b2, boolean b3) Instantiates a new tested class.TestedClass
(char first, char second, char third) Instantiates a new tested class.TestedClass
(int i, String s, boolean b, char... chars) Instantiates a new tested class. -
Method Summary
-
Constructor Details
-
TestedClass
public TestedClass(boolean b) Instantiates a new tested class.- Parameters:
b
- the b
-
TestedClass
Instantiates a new tested class.- Parameters:
i
- the is
- the sb
- the bchars
- the chars
-
TestedClass
public TestedClass(boolean b1, byte b2, boolean b3) Instantiates a new tested class.- Parameters:
b1
- the b 1b2
- the b 2b3
- the b 3
-
TestedClass
public TestedClass(char first, char second, char third) Instantiates a new tested class.- Parameters:
first
- the firstsecond
- the secondthird
- the third
-