MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / testLength

Method testLength

JSAT/test/jsat/linear/ShiftedVecTest.java:135–141  ·  view source on GitHub ↗

Test of length method, of class ShiftedVec.

()

Source from the content-addressed store, hash-verified

133 * Test of length method, of class ShiftedVec.
134 */
135 @Test
136 public void testLength()
137 {
138 System.out.println("length");
139 ShiftedVec a = new ShiftedVec(a_base, shift_a);
140 assertEquals(a_base.length(), a.length());
141 }
142
143 /**
144 * Test of get method, of class ShiftedVec.

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected