Jenkins.NET icon indicating copy to clipboard operation
Jenkins.NET copied to clipboard

Mocking of JenkinsClientJobs, JenkinsClientBuilds, etc.

Open IlyaAtGitHub opened this issue 3 years ago • 0 comments

IJenkinsClient interface has JenkinsClientJobs and other properties properties defines as classes and not as interfaces. It prevents from mocks creating in Unit Tests. I could work on PR for to add interfaces to JenkinsClientJobs, JenkinsClientBuilds, JenkinsClientQueue and JenkinsClientArtifacts if it's OK for you.

IlyaAtGitHub avatar Sep 01 '21 09:09 IlyaAtGitHub