-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Refactoring Suite, Parameterized and class runners to allow reuse in custom Runners #1348
base: main
Are you sure you want to change the base?
Refactoring Suite, Parameterized and class runners to allow reuse in custom Runners #1348
Commits on Jul 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 06bbb4e - Browse repository at this point
Copy the full SHA 06bbb4eView commit details
Commits on Jul 8, 2016
-
extracted new helper methods; moved helper methods from nested
RunnerFactory class to top-level Parameterized class to be accessible from other classes.
Configuration menu - View commit details
-
Copy full SHA for 1f04d9d - Browse repository at this point
Copy the full SHA 1f04d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e9cf4 - Browse repository at this point
Copy the full SHA d4e9cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d5f9c - Browse repository at this point
Copy the full SHA d3d5f9cView commit details
Commits on Jul 18, 2016
-
minor improvement of variable name
pwippermann authored and pwippermann committedJul 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 59bd461 - Browse repository at this point
Copy the full SHA 59bd461View commit details -
Extracted further methods as static for reuse in other Runners
pwippermann authored and pwippermann committedJul 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 60ee694 - Browse repository at this point
Copy the full SHA 60ee694View commit details -
Methods for TestRules are now publicly available
pwippermann authored and pwippermann committedJul 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 0e9d515 - Browse repository at this point
Copy the full SHA 0e9d515View commit details
Commits on Jul 19, 2016
-
Minor change to fix "@param name not found" error on Travis CI
pwippermann authored and pwippermann committedJul 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 6964310 - Browse repository at this point
Copy the full SHA 6964310View commit details
Commits on Jul 21, 2016
-
methods related to annotation processing are now protected inst. methods
pwippermann authored and pwippermann committedJul 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 0f4704a - Browse repository at this point
Copy the full SHA 0f4704aView commit details
Commits on Jul 22, 2016
-
Introduced ParameterizedTestClass to encapsulate annotation processing
related to parameters there.
pwippermann authored and pwippermann committedJul 22, 2016 Configuration menu - View commit details
-
Copy full SHA for ff3d035 - Browse repository at this point
Copy the full SHA ff3d035View commit details -
withClassStatements() combines @BeforeClass, @afterclass and @ClassRule
pwippermann authored and pwippermann committedJul 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 43ab75e - Browse repository at this point
Copy the full SHA 43ab75eView commit details
Commits on Jul 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dca431f - Browse repository at this point
Copy the full SHA dca431fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1d4d5 - Browse repository at this point
Copy the full SHA 0c1d4d5View commit details