Skip to content
Snippets Groups Projects
Commit 8744c451 authored by tcarver's avatar tcarver
Browse files

project property tests

parent eb724c56
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,10 @@ import java.util.Properties;
public class ProjectPropertyTest
{
private HashMap<String, HashMap<String, String>> projects;
/**
* Load the test properties
*/
@Before
public void loadProperties()
{
......@@ -59,6 +63,9 @@ public class ProjectPropertyTest
}
}
/**
* Test contents of hash for Styphi
*/
@Test
public void projectContent1()
{
......@@ -75,6 +82,9 @@ public class ProjectPropertyTest
}
}
/**
* Test contents of hash for PF3D7
*/
@Test
public void projectContent2()
{
......@@ -108,6 +118,10 @@ public class ProjectPropertyTest
}
}
/**
* Test writing and reading of the fields in the
* properties file
*/
@Test
public void writeAndReadProperties()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment