File tree 2 files changed +0
-197
lines changed
groovy/ru/mystamps/web/feature/series/sale
java/ru/mystamps/web/service
2 files changed +0
-197
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
import ru .mystamps .web .feature .series .importing .RawParsedDataDto ;
41
41
import ru .mystamps .web .feature .series .importing .sale .SeriesSaleParsedDataDto ;
42
42
import ru .mystamps .web .feature .series .importing .sale .SeriesSalesParsedDataDbDto ;
43
- import ru .mystamps .web .feature .series .sale .SeriesSaleDto ;
44
43
import ru .mystamps .web .feature .site .SuspiciousActivityDto ;
45
44
import ru .mystamps .web .tests .Random ;
46
45
@@ -66,7 +65,6 @@ public final class TestObjects {
66
65
protected static final String TEST_PASSWORD = "secret" ;
67
66
68
67
private static final String TEST_NAME = "Test Name" ;
69
- private static final String TEST_URL = "test.example.org" ;
70
68
71
69
private static final String TEST_ENTITY_NAME = TEST_NAME ;
72
70
private static final String TEST_ENTITY_SLUG = "test-slug" ;
@@ -209,25 +207,6 @@ public static SuspiciousActivityDto createSuspiciousActivityDto() {
209
207
);
210
208
}
211
209
212
- /**
213
- * @author Sergey Chechenev
214
- */
215
- public static SeriesSaleDto createSeriesSaleDto () {
216
- return new SeriesSaleDto (
217
- Random .date (),
218
- TEST_NAME ,
219
- TEST_URL ,
220
- TEST_NAME ,
221
- TEST_URL ,
222
- TEST_URL ,
223
- Random .price (),
224
- Random .currency (),
225
- Random .price (),
226
- Random .currency (),
227
- nullOr (Random .seriesCondition ())
228
- );
229
- }
230
-
231
210
public static EntityWithIdDto createEntityWithIdDto () {
232
211
return new EntityWithIdDto (Random .id (), TEST_ENTITY_NAME );
233
212
}
You can’t perform that action at this time.
0 commit comments