Ad
  • Custom User Avatar

    This actually fails the following test case. I assume the marking tests are missing this so that solution passes.

    import org.junit.Test;
    import static org.junit.Assert.assertEquals;
    
    public class CalculatorTest {
        @Test
        public void test2returnsMochaMissing()  {
          assertEquals("mocha_missing!", CaffeineBuzz.caffeineBuzz(2));
        }
    }