Beispiel #1
0
 public void installs_the_solution_dependency()
 {
     theRunner.AssertWasCalled(x => x.AddSolutionDependency(theDependency));
 }
 public void updates_the_dependency()
 {
     theRunner.AssertWasCalled(x => x.UpdateDependency(theDependency));
 }
Beispiel #3
0
 public void installs_the_project_dependency()
 {
     theRunner.AssertWasCalled(x => x.AddProjectDependency(theProject, theDependency));
 }