Stubs for security unit test

This commit is contained in:
Jason White
2017-05-24 13:12:36 -04:00
parent a9e5dd645d
commit e733131241
2 changed files with 14 additions and 0 deletions

View File

@ -73,4 +73,16 @@ public class StoredXssCommentsTest extends AssignmentEndpointTest {
results.andExpect(status().isOk());
results.andExpect(jsonPath("$.lessonCompleted",CoreMatchers.is(false)));
}
@Test
public void isNotEncoded() {
assert true;
//TODO: get around to this
}
@Test
public void isEncoded() {
assert true;
//TODO: get around to this
}
}