Created TODOs for missing descriptions

This commit is contained in:
Kai Zimmermann
2016-02-23 20:53:21 +01:00
parent ac9547e04c
commit 204fe1fd18
7 changed files with 16 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
@Stories("SecurityToken Generator Test")
public class SecurityTokenGeneratorTest {
// FIXME: figure what is this all about??
@Test
public void test() throws NoSuchAlgorithmException, UnsupportedEncodingException {
final SecurityTokenGenerator securityTokenGenerator = new SecurityTokenGenerator();