-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Spock to JUnit migration #1249
base: master
Are you sure you want to change the base?
Commits on Jan 27, 2020
-
refactor: rename tests on Groovy and add Legacy prefix to their names.
The renaming is required as tests on Java and Groovy can't have the same class names. The original names (without Legacy prefix) will be used by new tests on Java. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for ad1bbf9 - Browse repository at this point
Copy the full SHA ad1bbf9View commit details -
refactor: rename methods to avoid escaping of a single quote.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 6632676 - Browse repository at this point
Copy the full SHA 6632676View commit details -
refactor: explicitly specify members type.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for b2791d8 - Browse repository at this point
Copy the full SHA b2791d8View commit details -
refactor: split "where" block and its arguments
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 2cae593 - Browse repository at this point
Copy the full SHA 2cae593View commit details -
style: add white spaces where needed and remove trailing tabs.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 7408a66 - Browse repository at this point
Copy the full SHA 7408a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d93b668 - Browse repository at this point
Copy the full SHA d93b668View commit details -
refactor: propagate assertThat().isNotNull()
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for cab975b - Browse repository at this point
Copy the full SHA cab975bView commit details -
refactor: use assertThat() for hours/minutes/seconds/milliseconds.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 4079d28 - Browse repository at this point
Copy the full SHA 4079d28View commit details -
refactor: use assertThat().isToday() and .isInSameDayAs() to simplify…
… code. This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 3b3bd49 - Browse repository at this point
Copy the full SHA 3b3bd49View commit details
Commits on Jan 28, 2020
-
refactor: use getters explicitly.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for fad9082 - Browse repository at this point
Copy the full SHA fad9082View commit details -
refactor: make a constant be accessible in other packages.
We use it in ru.mystamps.web.feature.account.LegacyUserServiceImplTest and it's not clear how it worked before. This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 1b23a09 - Browse repository at this point
Copy the full SHA 1b23a09View commit details -
refactor(TestObjects.createUsersActivationFullDto): remove an interme…
…diate local variable.
Configuration menu - View commit details
-
Copy full SHA for f9c4357 - Browse repository at this point
Copy the full SHA f9c4357View commit details -
refactor: add explicit import for Date class.
This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 65d62d8 - Browse repository at this point
Copy the full SHA 65d62d8View commit details -
refactor: don't call init() method on the interface that doesn't have…
… it. This change is needed in order to simplify automated porting of tests. Part of 1246
Configuration menu - View commit details
-
Copy full SHA for 0b5a2f7 - Browse repository at this point
Copy the full SHA 0b5a2f7View commit details