Skip to content
Snippets Groups Projects
Commit 1c7a256f authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

added javadoc for the functional tests

parent a33e64a0
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,13 @@ import teetime.framework.AnalysisConfiguration;
import com.google.common.io.Files;
/**
* Executes stages which modify the given file and compares the results
* Procedure: read > compress > encrypt > decrypt > decompress > write
*
* @author Nelson Tavares de Sousa
*
*/
public class CipherTest {
@Test
......
......@@ -11,6 +11,12 @@ import teetime.framework.Analysis;
import com.google.common.io.Files;
/**
* Reads a compress and encrypted file and counts the words of the original content
*
* @author Nelson Tavares de Sousa
*
*/
public class TokenizerTest {
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment