Services\SolutionServiceTests.cs (5)
425await Verify(remoteWorkspace, solution1, remoteSolution1);
431await Verify(remoteWorkspace, currentSolution, oopSolution2);
434await Verify(remoteWorkspace, remoteSolution1, await remoteWorkspace.GetTestAccessor().UpdateWorkspaceCurrentSolutionAsync(remoteSolution1));
440await Verify(remoteWorkspace, currentSolution, remoteSolution3);
452await Verify(remoteWorkspace, solution1, solution3);