Home
last modified time | relevance | path

Searched refs:testArrayTwo (Results 1 – 1 of 1) sorted by relevance

/external/junit-params/src/test/java/junitparams/custom/combined/
DCartesianTest.java37 Object[] testArrayTwo = new Integer[]{1, 2}; in shouldReturnProductOfTwoArrays() local
41 test.add(testArrayTwo); in shouldReturnProductOfTwoArrays()
58 Object[] testArrayTwo = new Integer[]{1, 2}; in shouldReturnProductOfThreeArrays() local
63 test.add(testArrayTwo); in shouldReturnProductOfThreeArrays()