public static class Junit4TestExecutor.Companion
| Modifier and Type | Method and Description |
|---|---|
java.lang.ThreadLocal<cz.encircled.jput.JPut> |
getJPut()
Hack for
class InvokeMethodWithParams - there is no other easy way how to pass the interface JPut argument to the unit test
and re-use existing JUnit Statements (like BeforeTest, AfterTest etc) |
java.lang.ThreadLocal<java.lang.Object> |
getResult()
Hack for
class InvokeMethodWithParams - there is no other easy way how to receive return value from the unit test
and re-use existing JUnit Statements (like BeforeTest, AfterTest etc) |
public java.lang.ThreadLocal<cz.encircled.jput.JPut> getJPut()
Hack for class InvokeMethodWithParams - there is no other easy way how to pass the interface JPut argument to the unit test
and re-use existing JUnit Statements (like BeforeTest, AfterTest etc)
class InvokeMethodWithParams,
interface JPutpublic java.lang.ThreadLocal<java.lang.Object> getResult()
Hack for class InvokeMethodWithParams - there is no other easy way how to receive return value from the unit test
and re-use existing JUnit Statements (like BeforeTest, AfterTest etc)
class InvokeMethodWithParams