Searched refs:getPostOperations (Results 1 – 2 of 2) sorted by relevance
40 assertThat(shadowOf(m).getPostOperations()).containsExactly( in postOperationsAreQueued()71 assertThat(shadow.getPostOperations().get(0)).isEqualTo("scale 3.0 3.0 3.0 3.0"); in set_shouldAddOpsToMatrix()
61 public List<String> getPostOperations() { in getPostOperations() method in ShadowMatrix