Class TestWikirateCardFactory

java.lang.Object
org.wikirate4j.tests.TestWikirateCardFactory

public class TestWikirateCardFactory extends Object
Author:
Vasiliki Gkatziaki
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tests if the WikirateCardFactory is able to create a Answer Object either when the detailed or the summarized version of the answer is given as input
    void
    Tests if the WikirateCardFactory is able to create a Card Object
    void
    Tests if the WikirateCardFactory is able to create a CheckedBy Object
    void
    Tests if the WikirateCardFactory is able to create a Company Object either when the detailed or the summarized version of the company is given as input
    void
    Tests if the WikirateCardFactory is able to create a CompanyGroup Object either when the detailed or the summarized version of the company group is given as input
    void
    Tests if the WikirateCardFactory is able to create a Dataset Object either when the detailed or the summarized version of the dataset is given as input
    void
    Tests if the WikirateCardFactory is able to create a Metric Object when different metric types are given as input either detailed or summarized
    void
    Tests if the WikirateCardFactory is able to create a Relationship Object either when the detailed or the summarized version of the relationship answer is given as input
    void
    Tests if the WikirateCardFactory is able to create a ResearchGroup Object either when the detailed or the summarized version of the research group is given as input
    void
    Tests if the WikirateCardFactory is able to create a Source Object either when the detailed or the summarized version of the source is given as input
    void
    Tests if the WikirateCardFactory is able to create a Topic Object either when the detailed or the summarized version of the topic is given as input

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestWikirateCardFactory

      public TestWikirateCardFactory()
  • Method Details

    • TestCreateCompany

      public void TestCreateCompany()
      Tests if the WikirateCardFactory is able to create a Company Object 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 a Metric Object when different metric types are given as input either detailed or summarized
    • TestCreateSource

      public void TestCreateSource()
      Tests if the WikirateCardFactory is able to create a Source Object 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 a Topic Object 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 a Answer Object 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 a Relationship Object 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 a ResearchGroup Object 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 a Dataset Object 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 a CheckedBy Object
    • TestCreateCard

      public void TestCreateCard()
      Tests if the WikirateCardFactory is able to create a Card Object
    • TestCreateCompanyGroup

      public void TestCreateCompanyGroup()
      Tests if the WikirateCardFactory is able to create a CompanyGroup Object either when the detailed or the summarized version of the company group is given as input