Beispiel #1
0
  @Test
  @ApiAuthentication(mode = "unauth")
  public void testPermissionProtectedMethodsJournalTrackReference() {
    final JSONObject testPostPutNegative = (JSONObject) JOURNAL_TRACK_COACH.clone();
    testPostPutNegative.put("name", "testPostUnAuth");

    referenceAuthenticationControlledMethodNegativeTest(JOURNAL_TRACK_PATH, testPostPutNegative);
  }