Class TestWikirateCardFactory
java.lang.Object
org.wikirate4j.tests.TestWikirateCardFactory
- Author:
- Vasiliki Gkatziaki
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests if the WikirateCardFactory is able to create aAnswerObject either when the detailed or the summarized version of the answer is given as inputvoidTests if the WikirateCardFactory is able to create aCardObjectvoidTests if the WikirateCardFactory is able to create aCheckedByObjectvoidTests if the WikirateCardFactory is able to create aCompanyObject either when the detailed or the summarized version of the company is given as inputvoidTests if the WikirateCardFactory is able to create aCompanyGroupObject either when the detailed or the summarized version of the company group is given as inputvoidTests if the WikirateCardFactory is able to create aDatasetObject either when the detailed or the summarized version of the dataset is given as inputvoidTests if the WikirateCardFactory is able to create aMetricObject when different metric types are given as input either detailed or summarizedvoidTests if the WikirateCardFactory is able to create aRelationshipObject either when the detailed or the summarized version of the relationship answer is given as inputvoidTests if the WikirateCardFactory is able to create aResearchGroupObject either when the detailed or the summarized version of the research group is given as inputvoidTests if the WikirateCardFactory is able to create aSourceObject either when the detailed or the summarized version of the source is given as inputvoidTests if the WikirateCardFactory is able to create aTopicObject either when the detailed or the summarized version of the topic is given as input
-
Constructor Details
-
TestWikirateCardFactory
public TestWikirateCardFactory()
-
-
Method Details
-
TestCreateCompany
public void TestCreateCompany()Tests if the WikirateCardFactory is able to create aCompanyObject either when the detailed or the summarized version of the company is given as input -
TestCreateMetric
public void TestCreateMetric()Tests if the WikirateCardFactory is able to create aMetricObject when different metric types are given as input either detailed or summarized -
TestCreateSource
public void TestCreateSource()Tests if the WikirateCardFactory is able to create aSourceObject either when the detailed or the summarized version of the source is given as input -
TestCreateTopic
public void TestCreateTopic()Tests if the WikirateCardFactory is able to create aTopicObject either when the detailed or the summarized version of the topic is given as input -
TestCreateAnswer
public void TestCreateAnswer()Tests if the WikirateCardFactory is able to create aAnswerObject either when the detailed or the summarized version of the answer is given as input -
TestCreateRelationshipAnswer
public void TestCreateRelationshipAnswer()Tests if the WikirateCardFactory is able to create aRelationshipObject either when the detailed or the summarized version of the relationship answer is given as input -
TestCreateResearchGroup
public void TestCreateResearchGroup()Tests if the WikirateCardFactory is able to create aResearchGroupObject either when the detailed or the summarized version of the research group is given as input -
TestCreateDataset
public void TestCreateDataset()Tests if the WikirateCardFactory is able to create aDatasetObject either when the detailed or the summarized version of the dataset is given as input -
TestCreateCheckedBy
public void TestCreateCheckedBy()Tests if the WikirateCardFactory is able to create aCheckedByObject -
TestCreateCard
public void TestCreateCard()Tests if the WikirateCardFactory is able to create aCardObject -
TestCreateCompanyGroup
public void TestCreateCompanyGroup()Tests if the WikirateCardFactory is able to create aCompanyGroupObject either when the detailed or the summarized version of the company group is given as input
-