|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
public class TestCommitDataContainer
Tests if the CommitDataContainer stores and returns the correct data based on the wrapped data instances.
Constructor Summary | |
---|---|
TestCommitDataContainer()
|
Method Summary | |
---|---|
void |
setUp()
Setup the CoverageData that is tested. |
void |
testGetCommits()
Tests if the correct amount of commits by a user is returned. |
void |
testGetData()
Tests if the all data entries are returned. |
void |
testGetLinesAdded()
Tests if the correct amount of lines added are returned. |
void |
testGetLinesDeleted()
Tests if the correct amount of lines deleted are returned. |
void |
testGetOwners()
Tests if the correct owners of the wrapped SensorData are returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestCommitDataContainer()
Method Detail |
---|
public void setUp()
public void testGetLinesAdded()
public void testGetLinesDeleted()
public void testGetCommits()
public void testGetOwners()
public void testGetData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |