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

added javadoc for the functional tests

parent f9749918
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,13 @@ import teetime.framework.AnalysisConfiguration; ...@@ -11,6 +11,13 @@ import teetime.framework.AnalysisConfiguration;
import com.google.common.io.Files; 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 { public class CipherTest {
@Test @Test
......
...@@ -11,6 +11,12 @@ import teetime.framework.Analysis; ...@@ -11,6 +11,12 @@ import teetime.framework.Analysis;
import com.google.common.io.Files; 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 { public class TokenizerTest {
@Test @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