public void itCorrectlyTurnsRight() { Handler.turnRight(); frontEqual(Direction.EAST, ImageKey.FRONT); topEqual(Direction.EAST, ImageKey.LEFT); backEqual(Direction.EAST, ImageKey.BACK); bottomEqual(Direction.EAST, ImageKey.RIGHT); rightEqual(Direction.NORTH, ImageKey.TOP); leftEqual(Direction.NORTH, ImageKey.BOTTOM); }
private void onTurnRightClick(object sender, RoutedEventArgs e) { cubeRotationHandler.turnRight(); updateImages(); }