determine if an Object is of primitive type
This commit is contained in:
parent
45be1b6045
commit
1deeca3b47
@ -11,7 +11,7 @@ public class PrimitiveTypeUtilTest {
|
|||||||
private PrimitiveTypeUtil primitiveTypeUtil;
|
private PrimitiveTypeUtil primitiveTypeUtil;
|
||||||
private boolean booleanVal = false;
|
private boolean booleanVal = false;
|
||||||
private Long longWrapper = 1L;
|
private Long longWrapper = 1L;
|
||||||
private String nonPrimitiveVal = "Test";
|
private String nonPrimitiveVal = "non primitive string";
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setup() {
|
public void setup() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user