Searched refs:getPreOperations (Results 1 – 2 of 2) sorted by relevance
26 assertThat(shadowOf(m).getPreOperations()).containsExactly( in preOperationsAreStacked()70 assertThat(shadow.getPreOperations().get(0)).isEqualTo("scale 2.0 2.0 2.0 2.0"); in set_shouldAddOpsToMatrix()
52 public List<String> getPreOperations() { in getPreOperations() method in ShadowMatrix