File tree 1 file changed +0
-15
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 24
24
import ru .mystamps .web .feature .account .UserDetails ;
25
25
import ru .mystamps .web .feature .account .UsersActivationDto ;
26
26
import ru .mystamps .web .feature .account .UsersActivationFullDto ;
27
- import ru .mystamps .web .feature .collection .AddToCollectionDto ;
28
- import ru .mystamps .web .feature .collection .AddToCollectionForm ;
29
27
import ru .mystamps .web .feature .collection .CollectionInfoDto ;
30
28
import ru .mystamps .web .feature .collection .SeriesInCollectionWithPriceDto ;
31
29
import ru .mystamps .web .feature .image .ImageDto ;
@@ -288,19 +286,6 @@ public static SeriesSaleParsedDataDto createSeriesSaleParsedDataDto() {
288
286
);
289
287
}
290
288
291
- public static AddToCollectionDto createAddToCollectionDto () {
292
- return createAddToCollectionForm ();
293
- }
294
-
295
- public static AddToCollectionForm createAddToCollectionForm () {
296
- AddToCollectionForm dto = new AddToCollectionForm ();
297
- dto .setNumberOfStamps (Random .quantity ());
298
- dto .setPrice (Random .price ());
299
- dto .setCurrency (Random .currency ());
300
- dto .setSeriesId (Random .id ());
301
- return dto ;
302
- }
303
-
304
289
public static SeriesLinkDto createSeriesLinkDto () {
305
290
return new SeriesLinkDto (
306
291
Random .id (),
You can’t perform that action at this time.
0 commit comments