public void Test_RotateFrontFaceAnticlockwise_DoesNotThrowAnException() { // Act RubixCube target = new RubixCube(); target.RotateFrontFaceAnticlockwise(); }