public GetEstimatedValueHandlerTests()
        {
            repository = A.Fake<IWasteRecoveryRepository>();

            handler = new GetEstimatedValueHandler(repository, new ValuePerWeightMap());
        }
Ejemplo n.º 2
0
        public GetEstimatedValueHandlerTests()
        {
            repository = A.Fake <IWasteRecoveryRepository>();

            handler = new GetEstimatedValueHandler(repository, new ValuePerWeightMap());
        }