All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restx.specs.mongo.GivenJongoCollectionRecorderFactoryMachine Maven / Gradle / Ivy

The newest version!
package restx.specs.mongo;

import com.google.common.collect.ImmutableSet;
import restx.factory.*;
import restx.specs.mongo.GivenJongoCollectionRecorder;

@Machine
public class GivenJongoCollectionRecorderFactoryMachine extends SingleNameFactoryMachine {
    public static final Name NAME = Name.of(restx.specs.mongo.GivenJongoCollectionRecorder.class, "GivenJongoCollectionRecorder");

    public GivenJongoCollectionRecorderFactoryMachine() {
        super(0, new StdMachineEngine(NAME, 0, BoundlessComponentBox.FACTORY) {


            @Override
            public BillOfMaterials getBillOfMaterial() {
                return new BillOfMaterials(ImmutableSet.>of(

                ));
            }

            @Override
            protected restx.specs.mongo.GivenJongoCollectionRecorder doNewComponent(SatisfiedBOM satisfiedBOM) {
                return new GivenJongoCollectionRecorder(

                );
            }
        });
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy