1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy/com/sap/piper
Marcus Holl dc9ce9a732 Remove generic gitUtils from BasePiperTest
there is only one test class making use of it left. This test class is the
GitUtilsTest itself.

Hence moving this member downwards in the test class hierarchy into GitUtilsTest.

I doubt it makes sense to make use of a generic git utils mock somewhere else since this basically
means to test the GitUtils class in the conxtext of other examinees. For that there is no need.
The GitUtils class should be tested by the corresponding test class, but not in a transive manner
by other tests. For all other tests a specific git utils mock should be provided mocking the corresponding
method class. This is already the case today, otherwise we would have more test classes making use
of the generic git utils mock.
2018-09-13 16:01:35 +02:00
..
cm cmclient call needs to quote the file path 2018-08-28 15:29:08 +02:00
k8s Enable support for executing on K8S as a step (#231) 2018-08-21 15:45:59 +02:00
mta fix test issue on Windows 2018-06-27 14:38:57 +02:00
tools drop NEO version verification - remove neo version check 2018-07-18 09:46:11 +02:00
versioning Merge remote-tracking branch 'github/master' into work 2018-09-04 10:42:36 +02:00
ConfigurationHelperTest.groovy add telemetry reporting to steps (#243) 2018-08-09 11:35:33 +02:00
ConfigurationLoaderTest.groovy Add configuration support for postActions (#135) 2018-05-07 10:50:21 +02:00
ConfigurationMergerTest.groovy use new config handler in steps (#253) 2018-08-15 11:53:28 +02:00
EnvironmentUtilsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
FileUtilsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
GitUtilsTest.groovy Remove generic gitUtils from BasePiperTest 2018-09-13 16:01:35 +02:00
MapUtilsTest.groovy extract map merging to MapUtils (#156) 2018-06-20 10:15:36 +02:00
MtaUtilsTest.groovy Remove read yaml rule from common rules 2018-08-31 10:22:46 +02:00
UtilsTest.groovy notify about deactivated SWA reporting (#261) 2018-08-29 10:01:16 +02:00
VersionTest.groovy add missing package 2018-02-14 11:32:52 +01:00
VersionUtilsTest.groovy drop NEO version verification - introduce getVersion 2018-07-17 20:56:31 +02:00