java.lang.Object
io.github.astrapi69.test.object.factory.TestObjectFactory

public class TestObjectFactory extends Object
  • Constructor Details

    • TestObjectFactory

      public TestObjectFactory()
  • Method Details

    • newA

      public static A newA()
    • newAlgorithmModel

      public static AlgorithmModel newAlgorithmModel()
    • newApplicationTestModel

      public static <T> ApplicationTestModel<T> newApplicationTestModel(T model)
    • newClonableObject

      public static ClonableObject newClonableObject()
    • newClub

      public static Club newClub()
    • newCompany

      public static Company newCompany()
    • newCompanyGroup

      public static CompanyGroup newCompanyGroup()
    • newCustomer

      public static Customer newCustomer()
    • newEmployee

      public static Employee newEmployee()
    • newEmployeeList

      public static EmployeeList newEmployeeList()
    • newFactory

      public static Factory newFactory()
    • newLight

      public static Light newLight()
    • newMember

      public static Member newMember()
    • newNotSerializable

      public static NotSerializable newNotSerializable()
    • newPermission

      public static Permission newPermission()
    • newPerson

      public static Person newPerson()
    • newPremiumMember

      public static PremiumMember newPremiumMember()
    • newPrimitiveArrays

      public static PrimitiveArrays newPrimitiveArrays()
    • newPrimitiveObjectClassArrays

      public static PrimitiveObjectClassArrays newPrimitiveObjectClassArrays()
    • newSingletonBean

      public static SingletonBean newSingletonBean()
    • newTelevision

      public static Television newTelevision()
    • getAllTestObjectsInMap

      public static Map<String,Object> getAllTestObjectsInMap()
    • getAllTestObjects

      public static List<Object> getAllTestObjects()